kite-testing / jp.co.cyberagent.kite.testing / TestKiteFragment / Config
Config¶
class Config
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.
Types¶
Name | Summary |
---|---|
StoreOwner | enum class StoreOwner |
Constructors¶
Name | Summary |
---|---|
<init> | Config(storeOwner: TestKiteFragment.Config.StoreOwner = StoreOwner.SELF, kiteContext: KiteContext = KiteContext(), kiteDslBlock: (KiteDslScope.(Fragment) -> Unit )? = null) Defines how to setup kite DSL. |
Properties¶
Name | Summary |
---|---|
kiteContext | val kiteContext: KiteContext call kiteDsl with this context. |
kiteDslBlock | val kiteDslBlock: (KiteDslScope.(Fragment) -> Unit )? invoke this in the KiteDslScope. |
storeOwner | val storeOwner: TestKiteFragment.Config.StoreOwner the owner of the state. The default value is the fragment itself. |