@Beta public abstract class AbstractDataStoreFactoryTest extends junit.framework.TestCase
DataStoreFactory.| Constructor and Description |
|---|
AbstractDataStoreFactoryTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract DataStoreFactory |
newDataStoreFactory()
Returns a new instance of the data store factory to test.
|
void |
setUp() |
void |
tearDown() |
void |
testClear() |
void |
testContainsKeyAndValue() |
void |
testDelete() |
void |
testId() |
void |
testKeySet() |
void |
testLarge() |
void |
testSet() |
void |
testValues() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatprotected abstract DataStoreFactory newDataStoreFactory() throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionpublic void testId()
throws java.lang.Exception
java.lang.Exceptionpublic void testSet()
throws java.lang.Exception
java.lang.Exceptionpublic void testValues()
throws java.lang.Exception
java.lang.Exceptionpublic void testKeySet()
throws java.lang.Exception
java.lang.Exceptionpublic void testDelete()
throws java.lang.Exception
java.lang.Exceptionpublic void testClear()
throws java.lang.Exception
java.lang.Exceptionpublic void testLarge()
throws java.lang.Exception
java.lang.Exceptionpublic void testContainsKeyAndValue()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2011-2018 Google. All Rights Reserved.