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.Object
public boolean Execute(org.apache.derby.iapi.services.stream.HeaderPrintWriter output)
UnitTest
public int UnitTestDuration()
UnitTest
UnitTestDuration
in interface UnitTest
UnitTestConstants
public int UnitTestType()
UnitTest
UnitTestType
in interface UnitTest
UnitTestConstants
private void executeCatch(org.apache.derby.iapi.services.stream.HeaderPrintWriter output)
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.