public class TestContainer extends java.lang.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(java.lang.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 |
|---|---|
java.lang.String |
getBuildJDK()
Returns the build JDK version used by all tests in this container.
|
java.lang.String |
getBuildVersion()
Returns the build version used by all tests in this container.
|
java.lang.String |
getJavaVMName()
Returns the Java VM name used by all tests in this container.
|
java.lang.String |
getNativeClientBuildVersion()
Returns the native client build version used by all tests in this
container, or null if no native client was used.
|
java.lang.String |
getNativeClientSourceVersion()
Returns the native client source version used by all tests in this
container, null if no native client was used.
|
java.lang.String |
getRuntimeJDK()
Returns the runtime JDK version used by all tests in this container.
|
java.lang.String |
getSourceVersion()
Returns the source version used by all tests in this container.
|
java.lang.String |
getTestContainerDir()
Returns the directory name for this container.
|
java.util.List |
getTestDirsWithId(java.lang.String testId)
Returns the test dirs in this container with the given test id.
|
java.util.List |
getTestIds()
Returns ids for the tests in this container.
|
java.util.SortedSet |
getTestPropertyKeys()
Returns a sorted set of property keys used by the tests in this container.
|
java.util.List |
getTests()
Returns the tests in this container.
|
java.util.List |
getTestsWithId(java.lang.String testId)
Returns the tests in this container with the given test id.
|
boolean |
isNativeClient()
Returns whether this container holds native client tests.
|
java.lang.String |
toString()
Returns some info about this container.
|
public TestContainer(java.lang.String testContainerDir,
boolean omitFailedTests,
boolean compareByKey,
boolean enforceConsistency)
public java.lang.String getTestContainerDir()
public java.util.List getTests()
public java.util.SortedSet getTestPropertyKeys()
public java.util.List getTestIds()
public java.util.List getTestDirsWithId(java.lang.String testId)
public java.util.List getTestsWithId(java.lang.String testId)
public boolean isNativeClient()
public java.lang.String getSourceVersion()
public java.lang.String getNativeClientSourceVersion()
public java.lang.String getBuildVersion()
public java.lang.String getNativeClientBuildVersion()
public java.lang.String getBuildJDK()
public java.lang.String getRuntimeJDK()
public java.lang.String getJavaVMName()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.