LoggingTestWatcher

open class LoggingTestWatcher : TestWatcher

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun logSeparator()
Link copied to clipboard
open fun testAborted(context: ExtensionContext, cause: Throwable)
Link copied to clipboard
open fun testDisabled(context: ExtensionContext, reason: Optional<String>)
Link copied to clipboard
open fun testFailed(context: ExtensionContext, cause: Throwable)
Link copied to clipboard
open fun testSuccessful(context: ExtensionContext)