kotest-runner-junit5
Module Contents
alltypes
Module Contents
class
ClassMethodAdaptingFilter
:
SpecFilter
Module Contents
ClassMethodAdaptingFilter
(
filter
:
PostDiscoveryFilter
,
uniqueId
:
UniqueId
)
fun
invoke
(
klass
:
KClass
<
out
Spec
>
)
:
Boolean
interface
IntelliMarker
Module Contents
@EnabledIfSystemProperty
(
"wibble"
,
"wobble"
)
@TestFactory
open
fun
primer
(
)
:
Unit
class
JUnitTestEngineListener
:
TestEngineListener
Module Contents
JUnitTestEngineListener
(
listener
:
EngineExecutionListener
,
root
:
EngineDescriptor
)
fun
engineFinished
(
t
:
List
<
Throwable
>
)
:
Unit
fun
engineStarted
(
classes
:
List
<
KClass
<
out
Spec
>
>
)
:
Unit
val
root
:
EngineDescriptor
fun
specFinished
(
kclass
:
KClass
<
out
Spec
>
,
t
:
Throwable
?
,
results
:
Map
<
TestCase
,
TestResult
>
)
:
Unit
fun
specInstantiationError
(
kclass
:
KClass
<
out
Spec
>
,
t
:
Throwable
)
:
Unit
fun
specStarted
(
kclass
:
KClass
<
out
Spec
>
)
:
Unit
fun
testFinished
(
testCase
:
TestCase
,
result
:
TestResult
)
:
Unit
fun
testIgnored
(
testCase
:
TestCase
,
reason
:
String
?
)
:
Unit
fun
testStarted
(
testCase
:
TestCase
)
:
Unit
class
KotestEngineDescriptor
:
EngineDescriptor
Module Contents
KotestEngineDescriptor
(
id
:
UniqueId
,
classes
:
List
<
KClass
<
out
Spec
>
>
)
val
classes
:
List
<
KClass
<
out
Spec
>
>
fun
mayRegisterTests
(
)
:
Boolean
class
KotestJunitPlatformTestEngine
:
TestEngine
Module Contents
KotestJunitPlatformTestEngine
(
)
fun
discover
(
request
:
EngineDiscoveryRequest
,
uniqueId
:
UniqueId
)
:
KotestEngineDescriptor
const
val
EngineId
:
String
fun
execute
(
request
:
ExecutionRequest
)
:
Unit
fun
getGroupId
(
)
:
Optional
<
String
>
fun
getId
(
)
:
String
kotlin.reflect.KClass
Module Contents
fun
KClass
<
out
Spec
>
.
descriptor
(
parent
:
TestDescriptor
)
:
TestDescriptor
org.junit.platform.engine.EngineDiscoveryRequest
Module Contents
fun
EngineDiscoveryRequest
.
engineFilters
(
)
:
List
<
EngineFilter
!
>
fun
EngineDiscoveryRequest
.
postFilters
(
)
:
List
<
PostDiscoveryFilter
!
>
fun
EngineDiscoveryRequest
.
string
(
)
:
String
org.junit.platform.engine.TestDescriptor
Module Contents
fun
TestDescriptor
.
append
(
description
:
Description
,
type
:
Type
,
source
:
TestSource
?
,
segment
:
Segment
)
:
TestDescriptor
fun
TestDescriptor
.
append
(
name
:
String
,
type
:
Type
,
source
:
TestSource
?
,
segment
:
Segment
)
:
TestDescriptor
fun
TestDescriptor
.
descriptor
(
testCase
:
TestCase
)
:
TestDescriptor
org.junit.platform.engine.UniqueId
Module Contents
fun
UniqueId
.
appendSpec
(
description
:
Description
)
:
UniqueId
org.junit.platform.launcher.LauncherDiscoveryRequest
Module Contents
fun
LauncherDiscoveryRequest
.
string
(
)
:
String
sealed
class
Segment
Module Contents
object
Spec
:
Segment
Module Contents
val
value
:
String
object
Test
:
Segment
Module Contents
val
value
:
String
abstract
val
value
:
String
interface
SpecFilter
Module Contents
abstract
fun
invoke
(
klass
:
KClass
<
out
Spec
>
)
:
Boolean
class
SynchronizedEngineExecutionListener
:
EngineExecutionListener
Module Contents
SynchronizedEngineExecutionListener
(
listener
:
EngineExecutionListener
)
fun
dynamicTestRegistered
(
testDescriptor
:
TestDescriptor
?
)
:
Unit
fun
executionFinished
(
testDescriptor
:
TestDescriptor
?
,
testExecutionResult
:
TestExecutionResult
?
)
:
Unit
fun
executionSkipped
(
testDescriptor
:
TestDescriptor
?
,
reason
:
String
?
)
:
Unit
fun
executionStarted
(
testDescriptor
:
TestDescriptor
?
)
:
Unit
val
listener
:
EngineExecutionListener
fun
reportingEntryPublished
(
testDescriptor
:
TestDescriptor
?
,
entry
:
ReportEntry
?
)
:
Unit
package
io.kotest.runner.junit.platform
Module Contents
class
ClassMethodAdaptingFilter
:
SpecFilter
Module Contents
ClassMethodAdaptingFilter
(
filter
:
PostDiscoveryFilter
,
uniqueId
:
UniqueId
)
fun
invoke
(
klass
:
KClass
<
out
Spec
>
)
:
Boolean
interface
IntelliMarker
Module Contents
@EnabledIfSystemProperty
(
"wibble"
,
"wobble"
)
@TestFactory
open
fun
primer
(
)
:
Unit
class
JUnitTestEngineListener
:
TestEngineListener
Module Contents
JUnitTestEngineListener
(
listener
:
EngineExecutionListener
,
root
:
EngineDescriptor
)
fun
engineFinished
(
t
:
List
<
Throwable
>
)
:
Unit
fun
engineStarted
(
classes
:
List
<
KClass
<
out
Spec
>
>
)
:
Unit
val
root
:
EngineDescriptor
fun
specFinished
(
kclass
:
KClass
<
out
Spec
>
,
t
:
Throwable
?
,
results
:
Map
<
TestCase
,
TestResult
>
)
:
Unit
fun
specInstantiationError
(
kclass
:
KClass
<
out
Spec
>
,
t
:
Throwable
)
:
Unit
fun
specStarted
(
kclass
:
KClass
<
out
Spec
>
)
:
Unit
fun
testFinished
(
testCase
:
TestCase
,
result
:
TestResult
)
:
Unit
fun
testIgnored
(
testCase
:
TestCase
,
reason
:
String
?
)
:
Unit
fun
testStarted
(
testCase
:
TestCase
)
:
Unit
class
KotestEngineDescriptor
:
EngineDescriptor
Module Contents
KotestEngineDescriptor
(
id
:
UniqueId
,
classes
:
List
<
KClass
<
out
Spec
>
>
)
val
classes
:
List
<
KClass
<
out
Spec
>
>
fun
mayRegisterTests
(
)
:
Boolean
class
KotestJunitPlatformTestEngine
:
TestEngine
Module Contents
KotestJunitPlatformTestEngine
(
)
fun
discover
(
request
:
EngineDiscoveryRequest
,
uniqueId
:
UniqueId
)
:
KotestEngineDescriptor
const
val
EngineId
:
String
fun
execute
(
request
:
ExecutionRequest
)
:
Unit
fun
getGroupId
(
)
:
Optional
<
String
>
fun
getId
(
)
:
String
kotlin.reflect.KClass
Module Contents
fun
KClass
<
out
Spec
>
.
descriptor
(
parent
:
TestDescriptor
)
:
TestDescriptor
org.junit.platform.engine.EngineDiscoveryRequest
Module Contents
fun
EngineDiscoveryRequest
.
engineFilters
(
)
:
List
<
EngineFilter
!
>
fun
EngineDiscoveryRequest
.
postFilters
(
)
:
List
<
PostDiscoveryFilter
!
>
fun
EngineDiscoveryRequest
.
string
(
)
:
String
org.junit.platform.engine.TestDescriptor
Module Contents
fun
TestDescriptor
.
append
(
description
:
Description
,
type
:
Type
,
source
:
TestSource
?
,
segment
:
Segment
)
:
TestDescriptor
fun
TestDescriptor
.
append
(
name
:
String
,
type
:
Type
,
source
:
TestSource
?
,
segment
:
Segment
)
:
TestDescriptor
fun
TestDescriptor
.
descriptor
(
testCase
:
TestCase
)
:
TestDescriptor
org.junit.platform.engine.UniqueId
Module Contents
fun
UniqueId
.
appendSpec
(
description
:
Description
)
:
UniqueId
org.junit.platform.launcher.LauncherDiscoveryRequest
Module Contents
fun
LauncherDiscoveryRequest
.
string
(
)
:
String
sealed
class
Segment
Module Contents
object
Spec
:
Segment
Module Contents
val
value
:
String
object
Test
:
Segment
Module Contents
val
value
:
String
abstract
val
value
:
String
interface
SpecFilter
Module Contents
abstract
fun
invoke
(
klass
:
KClass
<
out
Spec
>
)
:
Boolean
class
SynchronizedEngineExecutionListener
:
EngineExecutionListener
Module Contents
SynchronizedEngineExecutionListener
(
listener
:
EngineExecutionListener
)
fun
dynamicTestRegistered
(
testDescriptor
:
TestDescriptor
?
)
:
Unit
fun
executionFinished
(
testDescriptor
:
TestDescriptor
?
,
testExecutionResult
:
TestExecutionResult
?
)
:
Unit
fun
executionSkipped
(
testDescriptor
:
TestDescriptor
?
,
reason
:
String
?
)
:
Unit
fun
executionStarted
(
testDescriptor
:
TestDescriptor
?
)
:
Unit
val
listener
:
EngineExecutionListener
fun
reportingEntryPublished
(
testDescriptor
:
TestDescriptor
?
,
entry
:
ReportEntry
?
)
:
Unit