public class TestContainer extends Object implements ComparisonConstants
AVG_OP, BOGUS, ERR_OP, ERR_VAL, ERR_VAL_DOC, FAIL, FAIL_VAL, FAIL_VAL_DOC, HANG, MAX_OP, MIN_OP, MINUS_INFINITY, MINUS_INFINITY_DOC, MISSING_VAL, MISSING_VAL_DOC, MMM_OP, NIL_VAL, NIL_VAL_DOC, PASS, PLUS_INFINITY, PLUS_INFINITY_DOC, STD_OP| Constructor and Description |
|---|
TestContainer(String testContainerDir,
boolean omitFailedTests,
boolean compareByKey,
boolean enforceConsistency)
Creates a test container for the directory, omitting failed tests upon
request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildJDK()
Returns the build JDK version used by all tests in this container.
|
String |
getBuildVersion()
Returns the build version used by all tests in this container.
|
String |
getJavaVMName()
Returns the Java VM name used by all tests in this container.
|
String |
getNativeClientBuildVersion()
Returns the native client build version used by all tests in this
container, or null if no native client was used.
|
String |
getNativeClientSourceVersion()
Returns the native client source version used by all tests in this
container, null if no native client was used.
|
String |
getRuntimeJDK()
Returns the runtime JDK version used by all tests in this container.
|
String |
getSourceVersion()
Returns the source version used by all tests in this container.
|
String |
getTestContainerDir()
Returns the directory name for this container.
|
List |
getTestDirsWithId(String testId)
Returns the test dirs in this container with the given test id.
|
List |
getTestIds()
Returns ids for the tests in this container.
|
SortedSet |
getTestPropertyKeys()
Returns a sorted set of property keys used by the tests in this container.
|
List |
getTests()
Returns the tests in this container.
|
List |
getTestsWithId(String testId)
Returns the tests in this container with the given test id.
|
boolean |
isNativeClient()
Returns whether this container holds native client tests.
|
String |
toString()
Returns some info about this container.
|
public TestContainer(String testContainerDir, boolean omitFailedTests, boolean compareByKey, boolean enforceConsistency)
public String getTestContainerDir()
public List getTests()
public SortedSet getTestPropertyKeys()
public List getTestIds()
public List getTestDirsWithId(String testId)
public List getTestsWithId(String testId)
public boolean isNativeClient()
public String getSourceVersion()
public String getNativeClientSourceVersion()
public String getBuildVersion()
public String getNativeClientBuildVersion()
public String getBuildJDK()
public String getRuntimeJDK()
public String getJavaVMName()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.