Definition at line 20 of file SpawnEngineTests.java.
◆ setUp()
void dev.flutter.scenariosui.SpawnEngineTests.setUp |
( |
| ) |
|
|
inline |
◆ testSpawnedEngine()
void dev.flutter.scenariosui.SpawnEngineTests.testSpawnedEngine |
( |
| ) |
throws Exception |
|
inline |
Definition at line 34 of file SpawnEngineTests.java.
34 {
35 intent.putExtra(
"scenario_name",
"spawn_engine_works");
36 ScreenshotUtil.capture(
38 }
ActivityTestRule< SpawnedEngineActivity > activityRule
◆ activityRule
Initial value:=
new ActivityTestRule<>(
SpawnedEngineActivity.class, false, false)
Definition at line 24 of file SpawnEngineTests.java.
◆ intent
Intent dev.flutter.scenariosui.SpawnEngineTests.intent |
|
package |
The documentation for this class was generated from the following file: