public class BDDGenerator extends java.lang.Object implements TestCaseResultUpdator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REPORT_DIR |
| Constructor and Description |
|---|
BDDGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowParallel()
By default result updator uses separate multi-threaded pool, if you want to
run in single thread set it to false.
|
void |
beforeShutDown()
Each Updator class can define implementation for this method.
|
java.lang.String |
getToolName() |
boolean |
updateResult(TestCaseRunResult tr) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowConfigAndRetry, enabledpublic java.lang.String getToolName()
getToolName in interface TestCaseResultUpdatorpublic boolean updateResult(TestCaseRunResult tr)
updateResult in interface TestCaseResultUpdatortr - - test case resultpublic boolean allowParallel()
TestCaseResultUpdatorallowParallel in interface TestCaseResultUpdatorpublic void beforeShutDown()
TestCaseResultUpdatorbeforeShutDown in interface TestCaseResultUpdatorCopyright © 2000 Infostretch Corp.