HttpDataSourceTestEnv


@RequiresApi(value = 19)
@UnstableApi
class HttpDataSourceTestEnv : ExternalResource


A JUnit Rule that creates test resources for HttpDataSource contract tests.

Summary

Public constructors

Protected functions

Unit
Unit

Inherited functions

From org.junit.rules.ExternalResource
Statement!
apply(base: Statement!, description: Description!)

Public constructors

HttpDataSourceTestEnv

HttpDataSourceTestEnv()

Public functions

getNonexistentUrl

fun getNonexistentUrl(): String!

Protected functions

after

protected fun after(): Unit

before

protected fun before(): Unit