public class ErrorsCollector extends java.lang.Object implements LogEventListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LISTENER_SOFT_ASSERT |
| Constructor and Description |
|---|
ErrorsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
failIfErrors(java.lang.String testName) |
void |
onEvent(LogEvent event) |
static void |
validateAssertionMode(Config config) |
public static final java.lang.String LISTENER_SOFT_ASSERT
public void onEvent(LogEvent event)
onEvent in interface LogEventListenerpublic void clear()
public void failIfErrors(java.lang.String testName)
public static void validateAssertionMode(Config config)