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>?)

Properties

Link copied to clipboard
Link copied to clipboard
val tester: suspend (s: FastByteArrayInputStream, injector: Injector) -> KorgeFileLoader<T>?

Functions

Link copied to clipboard
suspend operator fun invoke(s: FastByteArrayInputStream, injector: Injector): KorgeFileLoader<T>?
Link copied to clipboard
open override fun toString(): String