public class DBUnitDataStateLogger extends Object implements DataStateLogger<PrepareDBUnitData>
java.io.tmpdir directory using following pattern:
[full class name]#[test name]-[phase suffix].xml,
where phase suffix is one of the following:
Created files are in DBUnit FlatXmlDataSet format.
This feature might be useful for test failures diagnostic / debugging.
| 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<PrepareDBUnitData> 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 DataStateLogger<PrepareDBUnitData>public void aroundDataSeeding(@Observes
org.jboss.arquillian.core.spi.EventContext<PrepareDBUnitData> context)
aroundDataSeeding in interface DataStateLogger<PrepareDBUnitData>public void aroundCleanup(@Observes
org.jboss.arquillian.core.spi.EventContext<CleanupData> context)
aroundCleanup in interface DataStateLogger<PrepareDBUnitData>Copyright © 2018 JBoss by Red Hat. All rights reserved.