public abstract class TemplateObjectStoreContractTestCase extends AbstractMuleContextTestCase
ObjectStoreBLOCK_TIMEOUT, componentLocator, IGNORED_DOT_MULE_DIRS, LOCK_TIMEOUT, muleContext, NON_GRACEFUL_SHUTDOWN_TIMEOUT, RECEIVE_TIMEOUT, TEST_MESSAGE, testServicesConfigurationBuilder, testServicesConfigurationBuilderSupplier, WORKING_DIRECTORY_SYSTEM_PROPERTY_KEY, workingDirectorychain, DEFAULT_TEST_TIMEOUT_SECS, name, TEST_CONNECTOR, TEST_CONNECTOR_LOCATION, TEST_PAYLOAD, TEST_TIMEOUT_SYSTEM_PROPERTY, TESTING_MODE_PROPERTY_NAME| Constructor and Description |
|---|
TemplateObjectStoreContractTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected String |
createKey() |
abstract org.mule.runtime.api.store.ObjectStore<Serializable> |
getObjectStore() |
abstract Serializable |
getStorableValue() |
void |
testContainsWithNullKey() |
void |
testRemoveWithNullKey() |
void |
testRemoveWithUnboundKey() |
void |
testRetrieveUnboundKey() |
void |
testRetrieveWithNullKey() |
void |
testStoreWithExistingKey() |
void |
testStoreWithNullKey() |
addBuilders, configureMuleContext, createMuleContext, createMuleContext, disposeContext, disposeContextPerTest, disposeOnlyMuleContext, doSetUp, doSetUpBeforeMuleContextCreation, doTearDown, doTearDownAfterMuleContextDispose, doTestClassInjection, getAppleFlowComponentLocationAnnotations, getBuilder, getConfigurationResources, getDeploymentProperties, getEventBuilder, getExecutionClassLoader, getFileInsideWorkingDirectory, getFlowComponentLocationAnnotations, getObjectSerializer, getPayload, getPayload, getPayloadAsBytes, getPayloadAsString, getSensingNullMessageProcessor, getStartUpRegistryObjects, getTriggerableMessageSource, getWorkingDirectory, isDisposeContextPerClass, isGracefulShutdown, isStartContext, mockExprExecutorService, mockHttpService, process, recordSchedulersOnInit, setDisposeContextPerClass, setStartContext, setUpMuleContext, verifyAndStopSchedulersaddMockComponentLocation, clearRequestContext, clearTestCaseName, clearTestEvents, collectThreadNames, createTestTimeoutRule, dumpFilteredThreadsInTest, getMavenProjectVersionProperty, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isFailOnTimeout, isOffline, newEvent, nullPayloadEvent, takeTestCaseName, testEventpublic void testContainsWithNullKey()
public void testStoreWithNullKey()
public void testRetrieveWithNullKey()
public void testRemoveWithNullKey()
public void testRetrieveUnboundKey()
throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreExceptionpublic void testRemoveWithUnboundKey()
throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreExceptionpublic void clear()
throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreExceptionpublic void testStoreWithExistingKey()
throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreExceptionprotected String createKey()
public abstract org.mule.runtime.api.store.ObjectStore<Serializable> getObjectStore() throws org.mule.runtime.api.store.ObjectStoreException
org.mule.runtime.api.store.ObjectStoreExceptionpublic abstract Serializable getStorableValue()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.