Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.metadata
Class PersistenceExtensionFeatureResolver

java.lang.Object
  extended by org.jboss.arquillian.persistence.metadata.PersistenceExtensionFeatureResolver

public class PersistenceExtensionFeatureResolver
extends Object

Author:
Bartosz Majsak

Constructor Summary
PersistenceExtensionFeatureResolver(Method testMethod, MetadataExtractor metadataExtractor, PersistenceConfiguration configuration)
           
 
Method Summary
 CleanupStrategy getCleanupStragety()
           
 TestExecutionPhase getCleanupTestPhase()
           
 TestExecutionPhase getCleanupUsingScriptTestPhase()
           
 String getDataSourceName()
           
 TransactionMode getTransactionalMode()
           
 boolean shouldCleanup()
           
 boolean shouldCleanupAfter()
           
 boolean shouldCleanupBefore()
           
 boolean shouldCleanupUsingScript()
           
 boolean shouldCleanupUsingScriptAfter()
           
 boolean shouldCleanupUsingScriptBefore()
           
 boolean shouldCustomScriptBeAppliedAfterTestRequested()
           
 boolean shouldCustomScriptBeAppliedBeforeTestRequested()
           
 boolean shouldEnableTransaction()
           
 boolean shouldSeedData()
           
 boolean shouldVerifyDataAfterTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceExtensionFeatureResolver

public PersistenceExtensionFeatureResolver(Method testMethod,
                                           MetadataExtractor metadataExtractor,
                                           PersistenceConfiguration configuration)
Method Detail

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()

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.