TestCase class
Constructors
-
TestCase({Duration? elapsedTime, Timestamp? endTime, String? skippedMessage, List<
StackTrace> ? stackTraces, Timestamp? startTime, String? status, String? testCaseId, TestCaseReference? testCaseReference, List<ToolOutputReference> ? toolOutputs}) - TestCase.fromJson(Map _json)
Properties
- elapsedTime ↔ Duration?
-
The elapsed run time of the test case.
getter/setter pair
- endTime ↔ Timestamp?
-
The end time of the test case.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skippedMessage ↔ String?
-
Why the test case was skipped.
getter/setter pair
-
stackTraces
↔ List<
StackTrace> ? -
The stack trace details if the test case failed or encountered an error.
getter/setter pair
- startTime ↔ Timestamp?
-
The start time of the test case.
getter/setter pair
- status ↔ String?
-
The status of the test case.
getter/setter pair
- testCaseId ↔ String?
-
A unique identifier within a Step for this Test Case.
getter/setter pair
- testCaseReference ↔ TestCaseReference?
-
Test case reference, e.g. name, class name and test suite name.
getter/setter pair
-
toolOutputs
↔ List<
ToolOutputReference> ? -
References to opaque files of any format output by the tool execution.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited