runAll method Null safety
override
Implementation
@override
Future<void> runAll() async {
await testFloatFunctions();
await testComplexFunctions();
await testStatisticsFunctions();
return super.runAll();
}
@override
Future<void> runAll() async {
await testFloatFunctions();
await testComplexFunctions();
await testStatisticsFunctions();
return super.runAll();
}