public class DBUnitDataStateLogger extends Object implements DataStateLogger
java.io.tmpdir directory using following pattern:
[full class name]#[test name]-[phase suffix].xml,
where phase suffix is one of the following:
FlatXmlDataSet format.
| Constructor and Description |
|---|
DBUnitDataStateLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundCleanup(org.jboss.arquillian.core.spi.EventContext<CleanupData> context) |
void |
aroundDataSeeding(org.jboss.arquillian.core.spi.EventContext<PrepareData> context) |
void |
beforePersistenceTest(org.jboss.arquillian.core.spi.EventContext<BeforePersistenceTest> context) |
public void beforePersistenceTest(@Observes
org.jboss.arquillian.core.spi.EventContext<BeforePersistenceTest> context)
beforePersistenceTest in interface DataStateLoggerpublic void aroundDataSeeding(@Observes
org.jboss.arquillian.core.spi.EventContext<PrepareData> context)
aroundDataSeeding in interface DataStateLoggerpublic void aroundCleanup(@Observes
org.jboss.arquillian.core.spi.EventContext<CleanupData> context)
aroundCleanup in interface DataStateLoggerCopyright © 2013 JBoss by Red Hat. All Rights Reserved.