ProcessOutput class

Constructors

ProcessOutput()

Properties

allPassed bool
no setter
counts Counts
no setter
erorrCount int
no setter
errors List<String>
no setter
group String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lines List<String>
getter/setter pair
logPath String
getter/setter pair
nothingRan bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showProgress bool
If true we show progress and failed tests
getter/setter pair
showSuccess bool
If true we show successful tests.
getter/setter pair
skippedCount int
no setter
successCount int
no setter
suite String
getter/setter pair
test ↔ Test
getter/setter pair
total int?
Total tests to be processed.
getter/setter pair

Methods

complete() → void
log(String line) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareLog() → void
printFailedTest(String error, String stackTrace, FailedTracker tracker, String group, UnitTest unitTest) → void
printProgress(String message) → void
processAllSuites(Map<String, dynamic> map) → void
processDone(Map<String, dynamic> map) → void
All tests have completed.
processError(Map<String, dynamic> map, FailedTracker tracker, String group, UnitTest unitTest) → void
processGroup(Map<String, dynamic> map) → void
processOutput(String line, FailedTracker tracker) → void
processPrint(Map<String, dynamic> map) → void
processSuite(Map<String, dynamic> map) → void
processTestDone(Map<String, dynamic> map, FailedTracker tracker, UnitTest unitTest) → void
processTestID(Map<String, dynamic> map) → void
processTestStart(Map<String, dynamic> map) → void
tee(String line, void processOutput(String line, FailedTracker tracker), FailedTracker tracker) → void
toString() String
A string representation of this object.
inherited

Operators

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