TestOutputWriter

class TestOutputWriter(failOnOverwrite: Boolean) : OutputWriter

Functions

write
Link copied to clipboard
open suspend override fun write(path: String, text: String, ext: String)
writeResources
Link copied to clipboard
open suspend override fun writeResources(pathFrom: String, pathTo: String)

Properties

contents
Link copied to clipboard
val contents: Map<String, String>

Extensions

renderedContent
Link copied to clipboard
fun TestOutputWriter.renderedContent(path: String = "root/example.html"): Element