public interface UnitTest
Modifier and Type | Method and Description |
---|---|
boolean |
Execute(org.apache.derby.iapi.services.stream.HeaderPrintWriter out)
Execute the test.
|
int |
UnitTestDuration()
UnitTestDuration
|
int |
UnitTestType()
UnitTestDuration
|
boolean Execute(org.apache.derby.iapi.services.stream.HeaderPrintWriter out)
out
- A HeaderPrintWriter the test may use for tracing.
To disable tracing the caller may provide a
HeaderPrintWriter which throws away all the data
the test writes.int UnitTestDuration()
UnitTestConstants
int UnitTestType()
UnitTestConstants
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.