Class AbstractDataStoreFactoryTest (1.44.2)

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
Type Description
DataStoreFactory
Exceptions
Type Description
Exception

setUp()

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

tearDown()

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

testClear()

public void testClear()
Exceptions
Type Description
Exception

testContainsKeyAndValue()

public void testContainsKeyAndValue()
Exceptions
Type Description
Exception

testDelete()

public void testDelete()
Exceptions
Type Description
Exception

testId()

public void testId()
Exceptions
Type Description
Exception

testKeySet()

public void testKeySet()
Exceptions
Type Description
Exception

testLarge()

public void testLarge()
Exceptions
Type Description
Exception

testSet()

public void testSet()
Exceptions
Type Description
Exception

testValues()

public void testValues()
Exceptions
Type Description
Exception