Skip to content

Index

kite-testing / jp.co.cyberagent.kite.testing

Package jp.co.cyberagent.kite.testing

Types

Name Summary
TestKiteActivity class TestKiteActivity : AppCompatActivity
A helper Activity for testing kite DSL in the instrumented test or Robolectric test.
TestKiteDslScope class TestKiteDslScope : KiteDslScope
A scope for testing kite DSL.
TestKiteFragment class TestKiteFragment : Fragment
A helper Fragment for testing kite DSL in the instrumented test or Robolectric test.

Functions

Name Summary
runTestKiteDsl fun runTestKiteDsl(kiteContext: KiteContext = KiteContext(), testCoroutineScope: TestCoroutineScope = TestCoroutineScope(), block:TestKiteDslScope.() ->Unit):Unit
Runs kite DSL test inside a TestKiteDslScope.