public class JsonReporter extends java.lang.Object implements TestCaseResultUpdator
| Constructor and Description |
|---|
JsonReporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowConfigAndRetry()
Set weather configuration methods and retry also should be reported or not.
|
boolean |
allowParallel()
By default result updator uses separate multi-threaded pool, if you want to
run in single thread set it to false.
|
boolean |
enabled()
Useful when registered with service, to enable disable based on some condition.
|
boolean |
equals(java.lang.Object obj) |
static java.util.List<StatusCounter> |
getSuiteStatusCounters() |
static java.util.List<StatusCounter> |
getTestSetStatusCounters() |
java.lang.String |
getToolName() |
int |
hashCode() |
boolean |
updateResult(TestCaseRunResult result) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbeforeShutDownpublic boolean updateResult(TestCaseRunResult result)
updateResult in interface TestCaseResultUpdatorresult - - test case resultpublic java.lang.String getToolName()
getToolName in interface TestCaseResultUpdatorpublic boolean allowConfigAndRetry()
TestCaseResultUpdatorallowConfigAndRetry in interface TestCaseResultUpdatorpublic boolean enabled()
TestCaseResultUpdatorenabled in interface TestCaseResultUpdatorpublic boolean allowParallel()
TestCaseResultUpdatorallowParallel in interface TestCaseResultUpdatorpublic static java.util.List<StatusCounter> getSuiteStatusCounters()
public static java.util.List<StatusCounter> getTestSetStatusCounters()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2000 Infostretch Corp.