ImportsPreprocessor

class ImportsPreprocessor(testServices: TestServices) : ReversibleSourceFilePreprocessor(source)

Constructors

Link copied to clipboard
constructor(testServices: TestServices)

Properties

Link copied to clipboard
val testServices: TestServices

Functions

Link copied to clipboard
open override fun process(file: TestFile, content: String): String
Link copied to clipboard
open override fun revert(file: TestFile, actualContent: String): String