Package | Description |
---|---|
com.itko.lisa.coordinator |
Modifier and Type | Method and Description |
---|---|
static TestRunner.ExecutionMode |
TestRunner.ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestRunner.ExecutionMode[] |
TestRunner.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
TestRunner.exit(TestRunner.ExecutionMode mode,
int result,
java.lang.String message) |
static int |
TestRunner.runThisTest(Coordinator c,
int updateSecs,
java.io.PrintStream statusOut,
TestRunner.ExecutionMode mode)
This method simplifies exeuting a test case and receiving stats output through
the given stream.
|
static int |
TestRunner.runThisTest(java.util.List<?> cList,
Coordinator c,
int updateSecs,
java.io.PrintStream statusOut,
java.lang.String htmlReportPath,
TestRunner.ExecutionMode mode)
This method simplifies exeuting a test case and receiving stats output through
the given stream.
|
static int |
TestRunner.runThisTest(java.util.List<?> cList,
Coordinator c,
int updateSecs,
java.io.PrintStream statusOut,
TestRunner.ExecutionMode mode)
This method simplifies exeuting a test case and receiving stats output through
the given stream.
|
Copyright © 1998-2014 CA, Inc. All Rights Reserved.