TestingUtils

Types

Link copied to clipboard
class Logger
Link copied to clipboard
open class TestResult(val success: Boolean)
Link copied to clipboard
class TestResultList(val results: List<SearchResponse>) : TestingUtils.TestResult
Link copied to clipboard
class TestResultLoad(val extractorData: String, val shouldLoadLinks: Boolean) : TestingUtils.TestResult
Link copied to clipboard

Functions

Link copied to clipboard
fun getDeferredProviderTests(scope: CoroutineScope, providers: Array<MainAPI>, callback: (MainAPI, TestingUtils.TestResultProvider) -> Unit)
Link copied to clipboard
suspend fun testHomepage(api: MainAPI, logger: TestingUtils.Logger): TestingUtils.TestResult