public class AssertionErrorCollector extends Object
| Constructor and Description |
|---|
AssertionErrorCollector() |
| Modifier and Type | Method and Description |
|---|---|
int |
amountOfErrors() |
void |
collect(AssertionError error) |
void |
collect(String errorMessage) |
void |
report() |
public void collect(AssertionError error)
public void collect(String errorMessage)
public void report()
public int amountOfErrors()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.