TestCase constructor
TestCase({
- Duration? elapsedTime,
- Timestamp? endTime,
- String? skippedMessage,
- List<
StackTrace> ? stackTraces, - Timestamp? startTime,
- String? status,
- String? testCaseId,
- TestCaseReference? testCaseReference,
- List<
ToolOutputReference> ? toolOutputs,
Implementation
TestCase({
this.elapsedTime,
this.endTime,
this.skippedMessage,
this.stackTraces,
this.startTime,
this.status,
this.testCaseId,
this.testCaseReference,
this.toolOutputs,
});