We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09d59 commit bb1ebadCopy full SHA for bb1ebad
testing/templates/JavaTest.java.tmpl
@@ -1,12 +1,12 @@
1
package com.google.firebase.test;
2
3
import android.app.Activity;
4
-import org.robolectric.RobolectricTestRunner;
5
import org.junit.Assert;
6
import org.junit.Test;
7
import org.junit.rules.TemporaryFolder;
8
import org.junit.runner.RunWith;
9
import org.robolectric.Robolectric;
+import org.robolectric.RobolectricTestRunner;
10
import org.robolectric.annotation.Config;
11
12
/** A test wrapper that wraps around native C++ code that calls RUN_ALL_TESTS(). */
0 commit comments