|
void | test () throws Exception |
|
◆ test()
void dev.flutter.scenariosui.DrawSolidBlueScreenTest.test |
( |
| ) |
throws Exception |
|
inline |
Definition at line 22 of file DrawSolidBlueScreenTest.java.
22 {
23 Intent intent = new Intent(Intent.ACTION_MAIN);
24 intent.putExtra("scenario_name", "solid_blue");
25 ScreenshotUtil.capture(
activityRule.launchActivity(intent),
"DrawSolidBlueScreenTest");
26 }
ActivityTestRule< PlatformViewsActivity > activityRule
◆ activityRule
The documentation for this class was generated from the following file: