I tried run Parameterized Unit Test as below in Android Studio.
import android.test.suitebuilder.annotation.SmallTest; import junit.framework.TestCase; i
Make sure you import the @Test annotation from the correct library:
@Test
import org.junit.jupiter.api.Test
not
import org.junit.Test