kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
test-support
/
dev.rnett.kcp.development.testing.tests.levels
/
TestSpec
Test
Spec
data
class
TestSpec
(
val
levels
:
EnumSet
<
TestLevel
>
)
(
source
)
Members
Members & Extensions
Constructors
Test
Spec
Link copied to clipboard
constructor
(
levels
:
Collection
<
TestLevel
>
)
constructor
(
first
:
TestLevel
,
vararg
rest
:
TestLevel
)
constructor
(
levels
:
EnumSet
<
TestLevel
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
levels
Link copied to clipboard
val
levels
:
EnumSet
<
TestLevel
>
Functions
annotations
Link copied to clipboard
fun
annotations
(
)
:
List
<
AnnotationModel
>
bad
Test
Suite
Name
Link copied to clipboard
fun
badTestSuiteName
(
)
:
String
configure
Link copied to clipboard
fun
configure
(
test
:
AbstractKotlinCompilerTest
,
builder
:
TestConfigurationBuilder
)
contains
Link copied to clipboard
operator
fun
contains
(
level
:
TestLevel
)
:
Boolean
for
Each
Level
Link copied to clipboard
fun
forEachLevel
(
block
:
(
TestLevel
)
->
Unit
)
for
Each
Not
Level
Link copied to clipboard
fun
forEachNotLevel
(
block
:
(
TestLevel
)
->
Unit
)
minus
Link copied to clipboard
operator
fun
minus
(
other
:
TestLevel
)
:
TestSpec
plus
Link copied to clipboard
operator
fun
plus
(
other
:
TestLevel
)
:
TestSpec
operator
fun
plus
(
other
:
TestSpec
)
:
TestSpec
pre
Configure
Link copied to clipboard
fun
preConfigure
(
test
:
AbstractKotlinCompilerTest
,
builder
:
TestConfigurationBuilder
)
test
Class
Link copied to clipboard
fun
testClass
(
)
:
KClass
<
*
>
?
unary
Minus
Link copied to clipboard
operator
fun
TestSpec
.
unaryMinus
(
)
unary
Plus
Link copied to clipboard
operator
fun
TestSpec
.
unaryPlus
(
)