org.jboss.arquillian.persistence.test
Class AssertionErrorCollector
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertionErrorCollector
public AssertionErrorCollector()
collect
public void collect(AssertionError error)
report
public void report()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.