base-test-utils
1.8.20a-SNAPSHOT
jvm
base-test-utils
/
utils
/
TestOutputWriter
Test
Output
Writer
class
TestOutputWriter
(
failOnOverwrite
:
Boolean
=
true
)
:
OutputWriter
Members
Members & Extensions
Constructors
Test
Output
Writer
Link copied to clipboard
constructor
(
failOnOverwrite
:
Boolean
=
true
)
Properties
contents
Link copied to clipboard
val
contents
:
Map
<
String
,
String
>
Functions
rendered
Content
Link copied to clipboard
fun
TestOutputWriter
.
renderedContent
(
path
:
String
=
"root/example.html"
)
:
Element
write
Link copied to clipboard
open
suspend override
fun
write
(
path
:
String
,
text
:
String
,
ext
:
String
)
write
Resources
Link copied to clipboard
open
suspend override
fun
writeResources
(
pathFrom
:
String
,
pathTo
:
String
)