|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.utilint.TestHookExecute
public class TestHookExecute
Execute a test hook if set. This wrapper is used so that test hook execution can be packaged into a single statement that can be done within an assert statement.
Constructor Summary | |
---|---|
TestHookExecute()
|
Method Summary | |
---|---|
static boolean |
doHookIfSet(TestHook testHook)
|
static boolean |
doHookSetupIfSet(TestHook testHook)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestHookExecute()
Method Detail |
---|
public static boolean doHookSetupIfSet(TestHook testHook)
public static boolean doHookIfSet(TestHook testHook)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |