toggle menu
crypto-trader-testing
JVM
switch theme
search in API
crypto-trader-testing
/
org.cryptotrader.test.logging
/
LoggingTestWatcher
Logging
Test
Watcher
open
class
LoggingTestWatcher
:
TestWatcher
Members
Constructors
Logging
Test
Watcher
Link copied to clipboard
constructor
(
)
Functions
log
Separator
Link copied to clipboard
open
fun
logSeparator
(
)
test
Aborted
Link copied to clipboard
open
fun
testAborted
(
context
:
ExtensionContext
,
cause
:
Throwable
)
test
Disabled
Link copied to clipboard
open
fun
testDisabled
(
context
:
ExtensionContext
,
reason
:
Optional
<
String
>
)
test
Failed
Link copied to clipboard
open
fun
testFailed
(
context
:
ExtensionContext
,
cause
:
Throwable
)
test
Successful
Link copied to clipboard
open
fun
testSuccessful
(
context
:
ExtensionContext
)