Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dev.flutter.scenariosui.DrawSolidBlueScreenTest Class Reference

Public Member Functions

void test () throws Exception
 

Public Attributes

ActivityTestRule< PlatformViewsActivity > activityRule
 

Detailed Description

Definition at line 15 of file DrawSolidBlueScreenTest.java.

Member Function Documentation

◆ 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

Member Data Documentation

◆ activityRule

ActivityTestRule<PlatformViewsActivity> dev.flutter.scenariosui.DrawSolidBlueScreenTest.activityRule
Initial value:
=
new ActivityTestRule<>(
PlatformViewsActivity.class, false, false)

Definition at line 17 of file DrawSolidBlueScreenTest.java.


The documentation for this class was generated from the following file: