public class PersistenceExtensionFeatureResolver extends Object
| Constructor and Description |
|---|
PersistenceExtensionFeatureResolver(Method testMethod,
MetadataExtractor metadataExtractor,
PersistenceConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
CleanupStrategy |
getCleanupStragety() |
TestExecutionPhase |
getCleanupTestPhase() |
TestExecutionPhase |
getCleanupUsingScriptTestPhase() |
DataSeedStrategy |
getDataSeedStrategy() |
String |
getDataSourceName() |
TransactionMode |
getTransactionalMode() |
boolean |
shouldCleanup() |
boolean |
shouldCleanupAfter() |
boolean |
shouldCleanupBefore() |
boolean |
shouldCleanupUsingScript() |
boolean |
shouldCleanupUsingScriptAfter() |
boolean |
shouldCleanupUsingScriptBefore() |
boolean |
shouldCreateSchema() |
boolean |
shouldCustomScriptBeAppliedAfterTestRequested() |
boolean |
shouldCustomScriptBeAppliedBeforeTestRequested() |
boolean |
shouldEnableTransaction() |
boolean |
shouldSeedData() |
boolean |
shouldVerifyDataAfterTest() |
public PersistenceExtensionFeatureResolver(Method testMethod, MetadataExtractor metadataExtractor, PersistenceConfiguration configuration)
public boolean shouldCreateSchema()
public boolean shouldSeedData()
public boolean shouldCustomScriptBeAppliedBeforeTestRequested()
public boolean shouldCustomScriptBeAppliedAfterTestRequested()
public boolean shouldVerifyDataAfterTest()
public boolean shouldEnableTransaction()
public TransactionMode getTransactionalMode()
public TestExecutionPhase getCleanupTestPhase()
public TestExecutionPhase getCleanupUsingScriptTestPhase()
public CleanupStrategy getCleanupStragety()
public DataSeedStrategy getDataSeedStrategy()
public boolean shouldCleanup()
public boolean shouldCleanupUsingScript()
public boolean shouldCleanupUsingScriptBefore()
public boolean shouldCleanupUsingScriptAfter()
public boolean shouldCleanupBefore()
public boolean shouldCleanupAfter()
public String getDataSourceName()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.