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.
|
runTests
boot, Execute, FAIL, PASS, REPORT, stop, UnitTestDuration, UnitTestType
private 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_MultiIterations
T_Fail
- Thrown on any error.public java.lang.String getModuleToTestProtocolName()
T_Generic
getModuleToTestProtocolName
in class T_Generic
protected void runTestSet() throws T_Fail
runTestSet
in class T_MultiIterations
T_Fail
- Throws T_Fail on any test failure.Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.