public abstract class AbstractConfiguredGraphFactoryTest extends Object
| Constructor and Description |
|---|
AbstractConfiguredGraphFactoryTest() |
protected abstract org.apache.commons.configuration2.MapConfiguration getManagementConfig()
protected abstract org.apache.commons.configuration2.MapConfiguration getTemplateConfig()
protected abstract org.apache.commons.configuration2.MapConfiguration getGraphConfig()
@BeforeEach public void setup()
@AfterEach public void cleanUp()
@Test
public void shouldGetConfigurationManagementGraphInstance()
throws ConfigurationManagementGraphNotEnabledException
@Test
public void shouldOpenGraphUsingConfiguration()
throws Exception
Exception@Test
public void graphConfigurationShouldBeWhatWeExpect()
throws Exception
Exception@Test
public void shouldCreateAndGetGraphUsingTemplateConfiguration()
throws Exception
Exception@Test
public void graphConfigurationShouldBeWhatWeExpectWhenUsingTemplateConfiguration()
throws Exception
Exception@Test public void shouldThrowConfigurationDoesNotExistError()
@Test public void shouldThrowTemplateConfigurationDoesNotExistError()
@Test public void shouldFailToOpenNewGraphAfterRemoveConfiguration()
@Test public void shouldFailToCreateGraphAfterRemoveTemplateConfiguration()
@Test public void shouldFailToOpenGraphAfterRemoveConfiguration()
@Test
public void updateConfigurationShouldNotUpdateUserProvidedMap()
throws Exception
Exception@Test
public void updateConfigurationShouldRemoveGraphFromCache()
throws Exception
Exception@Test
public void removeConfigurationShouldRemoveGraphFromCache()
throws Exception
Exception@Test
public void removeConfigurationFailsToRemovingGraphNameKey()
throws Exception
Exception@Test
public void removeConfigurationShouldRemoveOneKey()
throws Exception
Exception@Test
public void removeConfigurationShouldRemoveMultipleKeys()
throws Exception
Exception@Test
public void dropGraphShouldRemoveGraphFromCache()
throws Exception
Exception@Test
public void shouldBeAbleToRemoveBogusConfiguration()
throws Exception
Exception@Test
public void shouldBeAbleToDropBogusGraph()
throws Exception
Exception@Test
public void shouldCreateTwoGraphsUsingSameTemplateConfiguration()
throws Exception
Exception@Test
public void ensureCallingGraphCloseResultsInNewGraphReferenceOnNextCallToOpen()
throws Exception
Exception@Test
public void dropShouldCleanUpTraversalSourceAndBindings()
throws Exception
ExceptionCopyright © 2012–2024. All rights reserved.