menu
libasserest_interface package
documentation
interface.dart
AsserestTestPlatform<T extends AsserestProperty>
isNotFinished property
isNotFinished property
dark_mode
light_mode
isNotFinished
property
bool
get
isNotFinished
inherited
Returns
true
if this task execution has NOT finished.
Implementation
bool get isNotFinished => !_finished;
libasserest_interface package
documentation
interface
AsserestTestPlatform<T extends AsserestProperty>
isNotFinished property
AsserestTestPlatform class