message property

Pattern message
final

The pattern to search for in the container's log output.

A String is compiled to a multi-line RegExp. A RegExp is used as-is. Any other Pattern is converted via Object.toString and compiled.

Implementation

final Pattern message;