TestEventStart class abstract

Implemented types

Constructors

TestEventStart({required String protocolVersion, required int pid, required int time, String? runnerVersion})
factory
TestEventStart.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$$TestEventStartCopyWith<_$TestEventStart>
no setter
hashCode int
The hash code for this object.
no setterinherited
pid int
no setter
protocolVersion String
no setter
runnerVersion String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
no setter

Methods

map<TResult extends Object?>({required TResult start(TestEventStart value), required TResult done(TestEventDone value), required TResult allSuites(TestEventAllSuites value), required TResult suite(TestEventSuite value), required TResult group(TestEventGroup value), required TResult testStart(TestEventTestStart value), required TResult testDone(TestEventTestDone value), required TResult print(TestEventMessage value), required TResult error(TestEventTestError value), required TResult debug(TestEventDebug value), required TResult processDone(TestProcessDone value), required TResult unknown(TestEventUnknown value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult start(TestEventStart value)?, TResult done(TestEventDone value)?, TResult allSuites(TestEventAllSuites value)?, TResult suite(TestEventSuite value)?, TResult group(TestEventGroup value)?, TResult testStart(TestEventTestStart value)?, TResult testDone(TestEventTestDone value)?, TResult print(TestEventMessage value)?, TResult error(TestEventTestError value)?, TResult debug(TestEventDebug value)?, TResult processDone(TestProcessDone value)?, TResult unknown(TestEventUnknown value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult start(TestEventStart value)?, TResult done(TestEventDone value)?, TResult allSuites(TestEventAllSuites value)?, TResult suite(TestEventSuite value)?, TResult group(TestEventGroup value)?, TResult testStart(TestEventTestStart value)?, TResult testDone(TestEventTestDone value)?, TResult print(TestEventMessage value)?, TResult error(TestEventTestError value)?, TResult debug(TestEventDebug value)?, TResult processDone(TestProcessDone value)?, TResult unknown(TestEventUnknown value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult start(String protocolVersion, int pid, int time, String? runnerVersion)?, TResult done(bool? success, int time)?, TResult allSuites(int count, int time)?, TResult suite(Suite suite, int time)?, TResult group(Group group, int time)?, TResult testStart(Test test, int time)?, TResult testDone(int time, int testID, bool hidden, bool skipped, TestDoneStatus result)?, TResult print(int time, int testID, String messageType, String message)?, TResult error(int time, int testID, String error, String stackTrace, bool isFailure)?, TResult debug(int time, int suiteID, String? observatory, String? remoteDebugger)?, TResult processDone(int exitCode)?, TResult unknown()?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult start(String protocolVersion, int pid, int time, String? runnerVersion), required TResult done(bool? success, int time), required TResult allSuites(int count, int time), required TResult suite(Suite suite, int time), required TResult group(Group group, int time), required TResult testStart(Test test, int time), required TResult testDone(int time, int testID, bool hidden, bool skipped, TestDoneStatus result), required TResult print(int time, int testID, String messageType, String message), required TResult error(int time, int testID, String error, String stackTrace, bool isFailure), required TResult debug(int time, int suiteID, String? observatory, String? remoteDebugger), required TResult processDone(int exitCode), required TResult unknown()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult start(String protocolVersion, int pid, int time, String? runnerVersion)?, TResult done(bool? success, int time)?, TResult allSuites(int count, int time)?, TResult suite(Suite suite, int time)?, TResult group(Group group, int time)?, TResult testStart(Test test, int time)?, TResult testDone(int time, int testID, bool hidden, bool skipped, TestDoneStatus result)?, TResult print(int time, int testID, String messageType, String message)?, TResult error(int time, int testID, String error, String stackTrace, bool isFailure)?, TResult debug(int time, int suiteID, String? observatory, String? remoteDebugger)?, TResult processDone(int exitCode)?, TResult unknown()?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited