Package de.hybris.platform.licence.sap
Class DefaultPersistenceTest
java.lang.Object
de.hybris.platform.licence.sap.DefaultPersistenceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtearDown()
-
Constructor Details
-
DefaultPersistenceTest
public DefaultPersistenceTest()
-
-
Method Details
-
tearDown
- Throws:
Exception
-
shouldInitializePersistence
- Throws:
Exception
-
shouldInsertNewEntryWithKeyAndValueIfSuchEntryDoesNotExists
- Throws:
Exception
-
shouldNotInsertEntryWithKeyAndValueIfSuchEntryAlreadyExists
- Throws:
Exception
-
shouldUpdateExistingValueForGivenKey
- Throws:
Exception
-
shouldReturnFalseWhenTryingToUpdateNonExistentEntry
- Throws:
Exception
-
shouldDeleteEntryForGivenExistingKey
- Throws:
Exception
-
shouldReturnFalseWhenTryingToDeleteNonExistentEntry
- Throws:
Exception
-
shouldGetAValueForGivenKey
- Throws:
Exception
-
shouldReturnNullWhenTryingToGetAValueForNonExistentKey
- Throws:
Exception
-
shouldReturnAllEntriesAsPropertiesObject
- Throws:
Exception
-