public interface TestOutputHandler
| Modifier and Type | Method and Description |
|---|---|
void |
printDescription(String name,
String description)
Prints the MUnit flow information
|
void |
printTestName(String suitePath) |
void printDescription(String name, String description)
name - The name of the Munit flow (before-test,after-test,before-suite,after-suite,test)description - The flow descriptionvoid printTestName(String suitePath)
Copyright © 2017. All rights reserved.