end method

void end(
  1. String module
)

Notate single test end.

Implementation

void end(String module) {
  print('--<<--<<------------    End of The:  $module  \n');
}