| com.tc.test.TCTestCase com.tc.objectserver.persistence.sleepycat.DBEnvironmentTest
DBEnvironmentTest | public class DBEnvironmentTest extends TCTestCase (Code) | | IMPORTANT: Sleepycat uses a static cache. If you open an environment, but
don't close it, even if you delete the data files underneath it, when you
create another instance of the environment on the same directory, the data
may still be there in cache. This makes it difficult to test in a JUnit
scenario.
|
testCrashNotParanoidReopenNotParanoid | public void testCrashNotParanoidReopenNotParanoid() throws Exception(Code) | | |
testCrashNotParanoidReopenParanoid | public void testCrashNotParanoidReopenParanoid() throws Exception(Code) | | |
testCrashParanoidReopenNotParanoid | public void testCrashParanoidReopenNotParanoid() throws Exception(Code) | | |
testCrashParanoidReopenParanoid | public void testCrashParanoidReopenParanoid() throws Exception(Code) | | |
testLifecycleNotParanoid | public void testLifecycleNotParanoid() throws Exception(Code) | | |
testLifecycleParanoid | public void testLifecycleParanoid() throws Exception(Code) | | |
Methods inherited from com.tc.test.TCTestCase | final protected void assertContains(String expected, String actual)(Code)(Java Doc) final protected void assertContains(String message, String expected, String actual)(Code)(Java Doc) final protected void assertContainsIgnoreCase(String expected, String actual)(Code)(Java Doc) final protected void assertContainsIgnoreCase(String message, String expected, String actual)(Code)(Java Doc) protected void assertEquals(byte[] b1, byte[] b2)(Code)(Java Doc) final protected void assertEqualsOrdered(Object one, Object two)(Code)(Java Doc) final protected void assertEqualsOrdered(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc) final protected void assertEqualsUnordered(Object one, Object two)(Code)(Java Doc) final protected void assertEqualsUnordered(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc) final protected void assertEqualsUnorderedUncounted(Object one, Object two)(Code)(Java Doc) final protected void assertEqualsUnorderedUncounted(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc) final protected void assertEqualsVerbose(Object one, Object two)(Code)(Java Doc) final protected void assertEqualsVerbose(Object one, Object two, Stringifier stringifier)(Code)(Java Doc) final protected void assertEqualsVerbose(Object one, Object two, boolean showObjects)(Code)(Java Doc) final protected void assertEqualsVerbose(String message, Object one, Object two)(Code)(Java Doc) final protected void assertEqualsVerbose(String message, Object one, Object two, Stringifier stringifier)(Code)(Java Doc) final protected void assertEqualsVerbose(String message, Object one, Object two, boolean showObjects)(Code)(Java Doc) final protected void assertEqualsVerbose(String message, Object one, Object two, Stringifier stringifier, boolean showObjects)(Code)(Java Doc) protected void assertNotEquals(int i1, int i2)(Code)(Java Doc) protected void assertNotEquals(Object o1, Object o2)(Code)(Java Doc) final protected void assertSameOrdered(Object one, Object two)(Code)(Java Doc) final protected void assertSameUnordered(Object one, Object two)(Code)(Java Doc) final protected void assertSameUnorderedUncounted(Object one, Object two)(Code)(Java Doc) protected void assertSerializable(Object obj)(Code)(Java Doc) protected void assertSerializable(Object obj, boolean checkEquals, boolean checkHashCode)(Code)(Java Doc) protected synchronized void assertTimeDirection()(Code)(Java Doc) protected void beforeTimeout() throws Throwable(Code)(Java Doc) protected void checkComparator(Object smaller, Object bigger, Object equalToBigger, Comparator c)(Code)(Java Doc) protected boolean cleanTempDir()(Code)(Java Doc) final protected void disableAllUntil(Date theDate)(Code)(Java Doc) final protected void disableAllUntil(String theDate)(Code)(Java Doc) final protected void disableAllUntil(String theDate, String[] platforms)(Code)(Java Doc) final protected void disableTestUntil(String method, String date)(Code)(Java Doc) final protected void disableTestUntil(String method, String date, String[] platforms)(Code)(Java Doc) final protected void disableTestUntil(String method, Date date)(Code)(Java Doc) protected void doDumpServerDetails()(Code)(Java Doc) final protected void fail(Throwable t)(Code)(Java Doc) final protected void fail(String message, Throwable t)(Code)(Java Doc) final protected File getDataDirectory() throws IOException(Code)(Java Doc) final protected synchronized DataDirectoryHelper getDataDirectoryHelper()(Code)(Java Doc) final protected File getDataFile(String fileName) throws IOException(Code)(Java Doc) final protected File getTempDirectory() throws IOException(Code)(Java Doc) final protected synchronized TempDirectoryHelper getTempDirectoryHelper()(Code)(Java Doc) final protected File getTempFile(String fileName) throws IOException(Code)(Java Doc) protected int getThreadDumpCount()(Code)(Java Doc) protected long getThreadDumpInterval()(Code)(Java Doc) public int getTimeoutValueInSeconds()(Code)(Java Doc) final protected boolean isAllDisabled()(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) public void setDumpThreadsOnTimeout(boolean dump)(Code)(Java Doc) public void setNumThreadDumps(int dumps)(Code)(Java Doc) public void setThreadDumpInterval(long interval)(Code)(Java Doc) public void setTimeoutThreshold(long threshold)(Code)(Java Doc)
|
|
|