Aide class

Helper class in dawo_dev

Constructors

Aide()

Properties

hashCode int
The hash code for this object.
no setterinherited
normMap Map<String, String>
For future use: map for testing dev. #NotUsed
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

devMsg(String unit, String whoDoneThis) → dynamic
NOTE: team-team developers can send messages to each others in test printings Simple message to track run and development
devTest(String unit, String whoDoneThis) num
devl:DEV teamDev: Should this be named to devTestInfo ?? devInfo ?? report testers info
done(String module) → void
Present simple DONE message after all tests are done.
end(String module) → void
Notate single test end.
endAll(String module) → void
Notate all tests ended.
line(String module) → void
devl:DEV teamDev Function make rbFunc, rnFunc, rsFunc (runStringFunc returns String) Present simple message while testing.
normMapShow() → void
Function for to print devTestMap. Looks funny :)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tf(dynamic rf) → void
This is (messy) function that is used to run other function in tests it is called: tf(testSomething); Problems: null method do not have... call
tfDyn(String rf()) → void
Dynamic-parameter-function, that is used to run other function in tests. It is called: tfDyn(testSomething); devl:DEV Function parameter Check these String / type errors.
toString() String
A string representation of this object.
inherited

Operators

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