Class ConsoleNotifier
- java.lang.Object
-
- com.github.tomakehurst.wiremock.common.ConsoleNotifier
-
-
Constructor Summary
Constructors Constructor Description ConsoleNotifier(boolean verbose)ConsoleNotifier(java.lang.String name, boolean verbose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(java.lang.String message)voiderror(java.lang.String message, java.lang.Throwable t)voidinfo(java.lang.String message)
-