Arquillian Persistence Extension Implementation 1.0.0.Alpha4

Uses of Interface
org.jboss.arquillian.persistence.data.dump.DataStateLogger

Packages that use DataStateLogger
org.jboss.arquillian.persistence.data.dbunit   
 

Uses of DataStateLogger in org.jboss.arquillian.persistence.data.dbunit
 

Classes in org.jboss.arquillian.persistence.data.dbunit that implement DataStateLogger
 class DBUnitDataStateLogger
          Dumps database state during test method invocation, covering following phases: before seeding database using provided data sets after seeding database after test execution after cleaning database state
If not configured otherwise it will create following files in the java.io.tmpdir directory using following pattern: [full class name]#[test name]-[phase suffix].xml, where phase suffix is one of the following: before-seed after-seed after-test after-clean Created files are in DBUnit FlatXmlDataSet format.
 


Arquillian Persistence Extension Implementation 1.0.0.Alpha4

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