public class LogCaptureValidator extends Object
| Constructor and Description |
|---|
LogCaptureValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(String logContent,
LogCaptureConfiguration configuration) |
void |
validate(String logContent,
LogCaptureConfiguration configuration,
boolean displayMissing) |
public void validate(String logContent, LogCaptureConfiguration configuration)
logContent - the log content to validateconfiguration - the user-registered excludes and expected log linespublic void validate(String logContent, LogCaptureConfiguration configuration, boolean displayMissing)
logContent - the log content to validateconfiguration - the user-registered excludes and expected log linesdisplayMissing - true if warning should be logged when excluded/expected logs are not foundCopyright © 2004–2021 XWiki. All rights reserved.