| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Error |
exception |
(package private) boolean |
result |
(package private) int |
testDuration |
(package private) int |
testType |
(package private) java.lang.String |
traceMessage |
| Constructor and Description |
|---|
BasicUnitTest(java.lang.String traceMessage,
int testType,
int testDuration,
boolean result,
java.lang.Error exception) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Execute(org.apache.derby.iapi.services.stream.HeaderPrintWriter output)
Execute the test.
|
private void |
executeCatch(org.apache.derby.iapi.services.stream.HeaderPrintWriter output) |
java.lang.String |
toString() |
int |
UnitTestDuration()
UnitTestDuration
|
int |
UnitTestType()
UnitTestDuration
|
java.lang.String traceMessage
int testType
int testDuration
boolean result
java.lang.Error exception
BasicUnitTest(java.lang.String traceMessage,
int testType,
int testDuration,
boolean result,
java.lang.Error exception)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean Execute(org.apache.derby.iapi.services.stream.HeaderPrintWriter output)
UnitTestpublic int UnitTestDuration()
UnitTestUnitTestDuration in interface UnitTestUnitTestConstantspublic int UnitTestType()
UnitTestUnitTestType in interface UnitTestUnitTestConstantsprivate void executeCatch(org.apache.derby.iapi.services.stream.HeaderPrintWriter output)
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.