Index
kite-testing / jp.co.cyberagent.kite.testing
Package jp.co.cyberagent.kite.testing¶
Types¶
| Name | Summary |
|---|---|
| TestKiteActivity | class TestKiteActivity : AppCompatActivityA helper Activity for testing kite DSL in the instrumented test or Robolectric test. |
| TestKiteDslScope | class TestKiteDslScope : KiteDslScopeA scope for testing kite DSL. |
| TestKiteFragment | class TestKiteFragment : FragmentA 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):UnitRuns kite DSL test inside a TestKiteDslScope. |