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.directives.preprocessors
/
ImportsPreprocessor
Imports
Preprocessor
class
ImportsPreprocessor
(
testServices
:
TestServices
)
:
ReversibleSourceFilePreprocessor
(
source
)
Members
Constructors
Imports
Preprocessor
Link copied to clipboard
constructor
(
testServices
:
TestServices
)
Properties
test
Services
Link copied to clipboard
val
testServices
:
TestServices
Functions
process
Link copied to clipboard
open
override
fun
process
(
file
:
TestFile
,
content
:
String
)
:
String
revert
Link copied to clipboard
open
override
fun
revert
(
file
:
TestFile
,
actualContent
:
String
)
:
String