kite-testing / jp.co.cyberagent.kite.testing / TestKiteFragment
TestKiteFragment¶
class TestKiteFragment : Fragment
A helper Fragment for testing kite DSL in the instrumented test or Robolectric test.
Types¶
Name | Summary |
---|---|
Config | class Config Defines how to setup kite DSL. |
Properties¶
Name | Summary |
---|---|
contentLayoutId | val contentLayoutId: Int |
Functions¶
Name | Summary |
---|---|
onViewCreated | fun onViewCreated(view: View, savedInstanceState: Bundle?): Unit |
Companion Object Functions¶
Name | Summary |
---|---|
makeFactory | fun makeFactory(contentLayoutId: Int , config: TestKiteFragment.Config ): FragmentFactory Creates a FragmentFactory that can instantiate this Fragment using FragmentScenario. |