org.jboss.arquillian.persistence.metadata
Class PersistenceExtensionFeatureResolver
java.lang.Object
org.jboss.arquillian.persistence.metadata.PersistenceExtensionFeatureResolver
public class PersistenceExtensionFeatureResolver
- extends Object
- Author:
- Bartosz Majsak
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceExtensionFeatureResolver
public PersistenceExtensionFeatureResolver(Method testMethod,
MetadataExtractor metadataExtractor,
PersistenceConfiguration configuration)
shouldSeedData
public boolean shouldSeedData()
shouldCustomScriptBeAppliedBeforeTestRequested
public boolean shouldCustomScriptBeAppliedBeforeTestRequested()
shouldCustomScriptBeAppliedAfterTestRequested
public boolean shouldCustomScriptBeAppliedAfterTestRequested()
shouldVerifyDataAfterTest
public boolean shouldVerifyDataAfterTest()
shouldEnableTransaction
public boolean shouldEnableTransaction()
getTransactionalMode
public TransactionMode getTransactionalMode()
getCleanupTestPhase
public TestExecutionPhase getCleanupTestPhase()
getCleanupUsingScriptTestPhase
public TestExecutionPhase getCleanupUsingScriptTestPhase()
getCleanupStragety
public CleanupStrategy getCleanupStragety()
shouldCleanup
public boolean shouldCleanup()
shouldCleanupUsingScript
public boolean shouldCleanupUsingScript()
shouldCleanupUsingScriptBefore
public boolean shouldCleanupUsingScriptBefore()
shouldCleanupUsingScriptAfter
public boolean shouldCleanupUsingScriptAfter()
shouldCleanupBefore
public boolean shouldCleanupBefore()
shouldCleanupAfter
public boolean shouldCleanupAfter()
getDataSourceName
public String getDataSourceName()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.