public @interface LogMessage
LogMessages
wrapper, which signifies a particular log message that must appear in a test a specific number of times.
Modifier and Type | Required Element and Description |
---|---|
String |
messageTemplate
Defines the parameterized log message to look for in the logs.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
count
A certain message may have to be called several times, and the LogListener algorithm checks whether it has been called the correct number of times.
|
int |
logLevel |
public abstract String messageTemplate
public abstract int count
LogListener
algorithm checks whether it has been called the correct number of times. Defaults to once.
Copyright © 1998–2023 iText Group NV. All rights reserved.