public static class LogCaptureFeature.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected List<org.apache.logging.log4j.core.LogEvent> | 
caughtEvents  | 
protected boolean | 
noFilterFlag  | 
| Constructor and Description | 
|---|
Result()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
assertHasEvent()  | 
void | 
clear()  | 
List<String> | 
getCaughtEventMessages()  | 
List<org.apache.logging.log4j.core.LogEvent> | 
getCaughtEvents()  | 
protected final List<org.apache.logging.log4j.core.LogEvent> caughtEvents
protected boolean noFilterFlag
public Result()
public void assertHasEvent()
public void clear()
public List<org.apache.logging.log4j.core.LogEvent> getCaughtEvents()
public List<String> getCaughtEventMessages()
Copyright © 2019 Nuxeo. All rights reserved.