Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java

Issue 1876233002: Add test annotations to AppRTCDemoTest. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java
diff --git a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java
index 29ccaefd05cdb0574e30d85fad3dbbf4ff706863..60d3c1cbc07dd5d5630d844990c73624efed9fa3 100644
--- a/webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java
+++ b/webrtc/examples/androidtests/src/org/appspot/apprtc/test/LooperExecutorTest.java
@@ -16,12 +16,14 @@ import java.util.concurrent.TimeUnit;
import org.appspot.apprtc.util.LooperExecutor;
import android.test.InstrumentationTestCase;
+import android.test.suitebuilder.annotation.SmallTest;
import android.util.Log;
public class LooperExecutorTest extends InstrumentationTestCase {
private static final String TAG = "LooperTest";
private static final int WAIT_TIMEOUT = 5000;
+ @SmallTest
public void testLooperExecutor() throws InterruptedException {
Log.d(TAG, "testLooperExecutor");
final int counter[] = new int[1];
« no previous file with comments | « no previous file | webrtc/examples/androidtests/src/org/appspot/apprtc/test/PeerConnectionClientTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698