|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.TestListenerAdapter
org.testng.reporters.TextReporter
public class TextReporter
A simple reporter that collects the results and does nothing else.
Constructor Summary | |
---|---|
TextReporter(java.lang.String testName,
int verbose)
|
Method Summary | |
---|---|
void |
onFinish(ITestContext context)
Invoked after all the tests have run and all their Configuration methods have been called. |
void |
ppp(java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextReporter(java.lang.String testName, int verbose)
Method Detail |
---|
public void onFinish(ITestContext context)
ITestListener
onFinish
in interface ITestListener
onFinish
in class TestListenerAdapter
public void ppp(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |