Definition at line 20 of file ExternalTextureTests.java.
◆ setUp()
void dev.flutter.scenariosui.ExternalTextureTests.setUp |
( |
| ) |
|
|
inline |
◆ testCanvasSurface()
void dev.flutter.scenariosui.ExternalTextureTests.testCanvasSurface |
( |
| ) |
throws Exception |
|
inline |
Definition at line 36 of file ExternalTextureTests.java.
36 {
37 intent.putExtra("scenario_name", "display_texture");
38 intent.putExtra("surface_renderer", "canvas");
39 ScreenshotUtil.capture(
40 activityRule.launchActivity(intent),
"ExternalTextureTests_testCanvasSurface");
41 }
ActivityTestRule< ExternalTextureFlutterActivity > activityRule
◆ testMediaSurface()
void dev.flutter.scenariosui.ExternalTextureTests.testMediaSurface |
( |
| ) |
throws Exception |
|
inline |
Definition at line 44 of file ExternalTextureTests.java.
44 {
45 intent.putExtra("scenario_name", "display_texture");
46 intent.putExtra("surface_renderer", "media");
47 ScreenshotUtil.capture(
48 activityRule.launchActivity(intent),
"ExternalTextureTests_testMediaSurface");
49 }
◆ activityRule
Initial value:=
new ActivityTestRule<>(
ExternalTextureFlutterActivity.class,
false,
false)
Definition at line 24 of file ExternalTextureTests.java.
The documentation for this class was generated from the following file: