public class T_Diagnosticable extends T_MultiIterations
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
testService |
out, shortModuleToTestName, startParams| Constructor and Description |
|---|
T_Diagnosticable()
No arg Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModuleToTestProtocolName()
Get the name of the protocol for the module to test.
|
protected void |
runTestSet()
Driver routine for the btree secondary index tests.
|
protected void |
setupTest()
Routine one once per invocation of the test by the driver.
|
private void |
t_001()
Simple test of DiagnosticUtil interfaces.
|
runTestsboot, Execute, FAIL, PASS, REPORT, stop, UnitTestDuration, UnitTestTypeprivate static final java.lang.String testService
private void t_001()
throws T_Fail
Simple test of DiagnosticUtil.toDiagString() and DiagnosticUtil.findDiagnostic() interfaces.
T_Fail - If test fails for some reason.protected void setupTest()
throws T_Fail
Do work that should only be done once, no matter how many times runTests() may be executed.
setupTest in class T_MultiIterationsT_Fail - Thrown on any error.public java.lang.String getModuleToTestProtocolName()
T_GenericgetModuleToTestProtocolName in class T_Genericprotected void runTestSet()
throws T_Fail
runTestSet in class T_MultiIterationsT_Fail - Throws T_Fail on any test failure.Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.