Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32c97eef authored by Stuart Scott's avatar Stuart Scott Committed by Android (Google) Code Review
Browse files

Merge "Suppress testAndroidTestCaseSetupProperly"

parents aeeb39d2 39aad689
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.content.ContentValues;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.test.suitebuilder.annotation.Suppress;

import junit.framework.TestCase;

@@ -44,6 +45,7 @@ public class AndroidTestCase extends TestCase {
        super.tearDown();
    }

    @Suppress
    public void testAndroidTestCaseSetupProperly() {
        assertNotNull("Context is null. setContext should be called before tests are run",
                mContext);