mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[integration_test] Fix official example for Android (#98162)
This commit is contained in:
parent
81464ff642
commit
ae6ace3f69
@ -1,17 +0,0 @@
|
||||
// Copyright 2014 The Flutter Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
package com.example.integration_test_example;
|
||||
|
||||
import androidx.test.rule.ActivityTestRule;
|
||||
import dev.flutter.plugins.integration_test.FlutterTestRunner;
|
||||
import org.junit.Rule;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@RunWith(FlutterTestRunner.class)
|
||||
public class EmbedderV1ActivityTest {
|
||||
@Rule
|
||||
public ActivityTestRule<EmbedderV1Activity> rule =
|
||||
new ActivityTestRule<>(EmbedderV1Activity.class, true, false);
|
||||
}
|
Loading…
Reference in New Issue
Block a user