kite-testing / jp.co.cyberagent.kite.testing / TestKiteFragment / Config / <init>
<init>¶
Config(storeOwner:
TestKiteFragment.Config.StoreOwner
= StoreOwner.SELF, kiteContext: KiteContext = KiteContext(), kiteDslBlock: (KiteDslScope.(Fragment) ->
Unit
)? = null)
Defines how to setup kite DSL.
Parameters¶
storeOwner
- the owner of the state. The default value is the fragment itself.
kiteContext
- call kiteDsl with this context.
kiteDslBlock
- invoke this in the KiteDslScope.