kite-testing / jp.co.cyberagent.kite.testing / TestKiteActivity
TestKiteActivity¶
class TestKiteActivity : AppCompatActivity
A helper Activity for testing kite DSL in the instrumented test or Robolectric test.
Types¶
| Name | Summary | 
|---|---|
| Config | class ConfigDefines how to setup kite DSL. | 
Constructors¶
| Name | Summary | 
|---|---|
| <init> | TestKiteActivity()A helper Activity for testing kite DSL in the instrumented test or Robolectric test. | 
Functions¶
| Name | Summary | 
|---|---|
| onCreate | fun onCreate(savedInstanceState: Bundle?):Unit | 
Companion Object Functions¶
| Name | Summary | 
|---|---|
| makeIntent | fun makeIntent(contentLayoutId:Int, config:TestKiteActivity.Config): IntentCreates an Intent that can launch into this Activity using ActivityScenario with specific configuration. |