@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
Whether or not 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. Defaults to false.
LogListener
algorithm
Copyright © 1998–2023 iText Group NV. All rights reserved.