koject
1.3.0
common
koject-test
/
com.moriatsushi.koject.test
Package-level
declarations
Types
Functions
Types
Test
Provides
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
TestProvides
Provides
for testing
Functions
run
Test
Link copied to clipboard
fun
Koject
.
runTest
(
builder
:
KojectBuilder
.
(
)
->
Unit
=
{}
,
doNotUse
:
DoNotUse
=
DoNotUse
,
block
:
(
)
->
Unit
)
Runs Koject application testing
start
Test
Link copied to clipboard
fun
Koject
.
startTest
(
doNotUse
:
DoNotUse
=
DoNotUse
,
builder
:
KojectBuilder
.
(
)
->
Unit
=
{}
)
Start Koject application for test