endAll method

void endAll(
  1. String module
)

Notate all tests ended.

Implementation

void endAll(String module) {
  print('--<<--<<------------  $module endAll  --<<--<<------------');
  print('All tests ended, back to main.dart  \n ');
}