KorgeFileLoaderTester
data class KorgeFileLoaderTester<T>(val name: String, val tester: suspend (s: FastByteArrayInputStream, injector: Injector) -> KorgeFileLoader<T>?)
Constructors
Link copied to clipboard
constructor(name: String, tester: suspend (s: FastByteArrayInputStream, injector: Injector) -> KorgeFileLoader<T>?)