| Class | Description |
|---|---|
| AllLogRule |
Allow capturing Logs output during the execution of the unit test.
|
| CaptureConsoleRunListener |
Captures any content sent to stdout/stderr by the unit tests and report a failure if the content is not empty.
|
| LogRule | Deprecated
starting with 7.0M1 you should use
AllLogRule instead since we want tests to not output anything
to the console |
| Enum | Description |
|---|---|
| LogRule.LogLevel |
Helper class to represent Logging levels to capture.
|
Copyright © 2004–2015 XWiki. All rights reserved.