Smutty


Smutty.Smutty_Test_AbstractReporter

Class Smutty_Test_AbstractReporter

SimpleReporter
|
+--Smutty_Test_AbstractReporter

public abstract class Smutty_Test_AbstractReporter
extends SimpleReporter

this is an abstract class which smutty test reports must implement

/


Method Summary
abstract String

getResults()

returns the output from the reporter after all the tests have been run.

Method Detail

getResults

public abstract String getResults()

returns the output from the reporter after all the tests have been run.

Returns:
the test results
Go to code

Smutty