Run instrumentation tests with the default runner
This migrates all tests that work by just changing their runner. This excludes tests using `@RunWith(ParameterizedRunner.class)`, and a few other non-parameterized tests that fail with the default runner. Bug: webrtc:13662 Change-Id: Ia0b7c80e04a6a6b7a51348b3a7f587d10061b58e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256367 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Xavier Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36298}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
e7d7497e34
commit
a76ae851ad
@ -14,16 +14,13 @@ import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import android.support.test.InstrumentationRegistry;
|
||||
import android.support.test.runner.AndroidJUnit4;
|
||||
import androidx.test.filters.SmallTest;
|
||||
import java.util.ArrayList;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.webrtc.Loggable;
|
||||
import org.webrtc.Logging.Severity;
|
||||
import org.webrtc.PeerConnectionFactory;
|
||||
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
public class LoggableTest {
|
||||
private static String TAG = "LoggableTest";
|
||||
private static String NATIVE_FILENAME_TAG = "loggable_test.cc";
|
||||
|
||||
Reference in New Issue
Block a user