@Retention(value=RUNTIME) public @interface LogMessages
LogMessage objects. This type triggers the LogListener algorithm which checks whether log messages were called the required number of times.
| Modifier and Type | Required Element and Description |
|---|---|
LogMessage[] |
messages
Container for the log messages.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ignore
Defines whether the LogListener algorithm should be ignored.
|
public abstract LogMessage[] messages
LogMessage objects
public abstract boolean ignore
LogListener algorithm should be ignored. If ignored, no checks will be done on the log messages for this test. Note that even if you set this parameter to true, you still have to specify all potential log messages in LogMessage annotations for now, otherwise LogListener will report issues. Defaults to false.
LogListener algorithm
Copyright © 1998–2022 iText Group NV. All rights reserved.