| Package | Description |
|---|---|
| com.qmetry.qaf.automation.integration |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseRunResult |
TestCaseRunResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseRunResult[] |
TestCaseRunResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TestCaseResultUpdator.updateResult(java.util.Map<java.lang.String,? extends java.lang.Object> params,
TestCaseRunResult result,
java.lang.String details) |
static void |
ResultUpdator.updateResult(TestCaseRunResult result,
java.lang.String assertLog,
TestCaseResultUpdator toolUpdator,
java.util.Map<java.lang.String,?> params)
Executes result updating process in separate thread so that test runner
can continue for next test case.
|
| Constructor and Description |
|---|
ResultUpdator(TestCaseRunResult result,
java.lang.String details,
TestCaseResultUpdator updator,
java.util.Map<java.lang.String,?> params) |
Copyright © 2000 Infostretch Corp.