SelfTests15 class Null safety
Constructors
- SelfTests15({bool inCalculator = true})
Properties
- errorsSeen ↔ int
- 
  
  read / writeinherited
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- inCalculator → bool
- 
  
  finalinherited
- pauseEvery → int
- 
  
  read-onlyoverride
- 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() → Model15< 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
- 
  testComplexFunctions() → Future< void> 
- 
  testFloatFunctions() → Future< void> 
- 
  testFloatValues() → Future< void> 
- 
  
  inherited
- 
  testJson() → Future< void> 
- 
  
  inherited
- 
  testNumbers() → Future< void> 
- 
  
  inherited
- 
  testStatisticsFunctions() → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited