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
/
BoxOptInPreprocessor
Box
Opt
In
Preprocessor
class
BoxOptInPreprocessor
(
testServices
:
TestServices
)
:
ReversibleSourceFilePreprocessor
(
source
)
Adds an
@OptIn
annotation for classes to the
box
function, if it exists.
Members
Constructors
Box
Opt
In
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