SelfTests16 class Null safety
Constructors
- SelfTests16({bool inCalculator = true})
Properties
- errorsSeen ↔ int
-
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- inCalculator → bool
-
finalinherited
- pauseEvery → int
-
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- testsRun ↔ int
-
read / writeinherited
Methods
-
expect(
Object? val, Object? expected, {String? reason}) → Future< void> -
inherited
-
fd(
double d) → String -
inherited
-
newController(
) → Controller -
Create a new controller with its model
override
-
newModel(
) → Model< Operation> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
runAll(
) → Future< void> -
override
-
test(
String msg, Future< void> tests()) → Future<void> -
inherited
-
testFloatConvert(
) → Future< void> -
testFloatValues(
) → Future< void> -
inherited
-
testIntOperations(
) → Future< void> -
testIntValues(
) → Future< void> -
testJson(
) → Future< void> -
inherited
-
testNumbers(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited