Arquillian Persistence Extension Implementation 1.0.0.Alpha4

org.jboss.arquillian.persistence.test
Class AssertionErrorCollector

java.lang.Object
  extended by org.jboss.arquillian.persistence.test.AssertionErrorCollector

public class AssertionErrorCollector
extends Object

Collects all assertion errors which occurred during test execution to report them back at the end of test lifecycle. This approach allows to run through entire test execution and executed all required phases (like cleaning up database at the end of each persistence test) - so called soft assertion.

Author:
Bartosz Majsak

Constructor Summary
AssertionErrorCollector()
           
 
Method Summary
 void collect(AssertionError error)
           
 void report()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionErrorCollector

public AssertionErrorCollector()
Method Detail

collect

public void collect(AssertionError error)

report

public void report()

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

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