Testing Utils
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TestResultLoad(val extractorData: String, val shouldLoadLinks: Boolean) : TestingUtils.TestResult
Link copied to clipboard
class TestResultProvider(val success: Boolean, val log: List<TestingUtils.Logger.Message>, val exception: Throwable?) : TestingUtils.TestResult
Functions
Link copied to clipboard
fun getDeferredProviderTests(scope: CoroutineScope, providers: Array<MainAPI>, callback: (MainAPI, TestingUtils.TestResultProvider) -> Unit)
Link copied to clipboard