SimpleReporter
|
+--Smutty_Test_AbstractReporter
public abstract class Smutty_Test_AbstractReporter
extends SimpleReporter
| Method Summary | |
|---|---|
| abstract String | returns the output from the reporter after all the tests have been run. |
public abstract String getResults()
returns the output from the reporter after all the tests have been run.
this is an abstract class which smutty test reports must implement
/