Class AbstractDataStoreFactoryTest (1.43.0)

public abstract class AbstractDataStoreFactoryTest extends TestCase

Inheritance

java.lang.Object > junit.framework.Assert > junit.framework.TestCase > AbstractDataStoreFactoryTest

Constructors

AbstractDataStoreFactoryTest()

public AbstractDataStoreFactoryTest()

Methods

newDataStoreFactory()

protected abstract DataStoreFactory newDataStoreFactory()

Returns a new instance of the data store factory to test.

Returns
TypeDescription
DataStoreFactory
Exceptions
TypeDescription
Exception

setUp()

public void setUp()
Overrides
junit.framework.TestCase.setUp()
Exceptions
TypeDescription
Exception

tearDown()

public void tearDown()
Overrides
junit.framework.TestCase.tearDown()
Exceptions
TypeDescription
Exception

testClear()

public void testClear()
Exceptions
TypeDescription
Exception

testContainsKeyAndValue()

public void testContainsKeyAndValue()
Exceptions
TypeDescription
Exception

testDelete()

public void testDelete()
Exceptions
TypeDescription
Exception

testId()

public void testId()
Exceptions
TypeDescription
Exception

testKeySet()

public void testKeySet()
Exceptions
TypeDescription
Exception

testLarge()

public void testLarge()
Exceptions
TypeDescription
Exception

testSet()

public void testSet()
Exceptions
TypeDescription
Exception

testValues()

public void testValues()
Exceptions
TypeDescription
Exception