Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
import androidx.test.core.app.ApplicationProvider;
import com.google.android.gms.maps.GoogleMap;
import io.flutter.plugin.common.BinaryMessenger;
import io.flutter.view.FlutterMain;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
Expand All @@ -30,11 +28,6 @@ public class GoogleMapControllerTest {
@Mock GoogleMap mockGoogleMap;
@Mock LifecycleOwner lifecycleOwner;

@BeforeClass()
public static void BeforeClass() {
FlutterMain.setIsRunningInRobolectricTest(true);
}

@Before
public void before() {
MockitoAnnotations.initMocks(this);
Expand Down