5package dev.flutter.scenariosui;
8import androidx.annotation.NonNull;
9import androidx.test.ext.junit.runners.AndroidJUnit4;
10import androidx.test.filters.LargeTest;
11import androidx.test.rule.ActivityTestRule;
12import dev.flutter.scenarios.SpawnMultiEngineActivity;
13import org.junit.Before;
16import org.junit.runner.RunWith;
18@RunWith(AndroidJUnit4.class)
25 new ActivityTestRule<>(
30 intent =
new Intent(Intent.ACTION_MAIN);
ActivityTestRule< SpawnMultiEngineActivity > activityRule