Searched refs:fail (Results 326 - 350 of 396) sorted by relevance

<<111213141516

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DOffloadControllerTest.java29 import static org.junit.Assert.fail;
152 fail();
172 fail();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
H A DWifiPermissionsUtilTest.java22 import static org.junit.Assert.fail;
652 fail("SecurityException not thrown.");
678 fail("SecurityException not thrown.");
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandlerTest.java23 import static org.junit.Assert.fail;
129 fail(e.toString());
147 fail("Unexpected RemoteException: " + re.getStackTrace());
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java24 import static org.junit.Assert.fail;
635 fail(throwable.getMessage());
645 fail(throwable.getMessage());
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
H A DMediaSessionCompatTest.java28 import static org.junit.Assert.fail;
538 fail("Expected IAE for setPlaybackToRemote(null)");
748 fail("Fail with an exception: " + e);
H A DMediaControllerCompatTest.java24 import static org.junit.Assert.fail;
187 fail();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentLifecycleTest.java29 import static org.junit.Assert.fail;
595 fail("An exception shouldn't happen when initially adding the fragment");
604 fail("Expected IllegalStateException when moving from "
610 fail("Unexpected IllegalStateException when moving from "
626 fail("Expected IllegalStateException when moving from "
H A DFragmentTransitionTest.java22 import static org.junit.Assert.fail;
674 fail("Expected IllegalArgumentException");
681 fail("Expected IllegalArgumentException");
H A DPostponedTransitionTest.java23 import static org.junit.Assert.fail;
803 fail("commitNow() while executing a transaction should cause an "
/frameworks/base/core/tests/coretests/src/android/view/
H A DFocusFinderTest.java569 fail("passed in unknown direction, ya blewit!");
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTests.java427 fail("expected:<" + Arrays.toString(expected) +
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DBoundsAnimationControllerTests.java47 import static org.junit.Assert.fail;
162 // TODO: Once we break the runs apart, we should fail() here if this is called outside
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java576 Assert.fail((userMessage == null)
/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java124 fail();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java235 Assert.fail("unexpected exception thrown" + ex.getMessage());
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1413 // C function void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass )
1416 int fail,
1421 // C function void glStencilOpSeparate ( GLenum face, GLenum fail, GLenum zfail, GLenum zpass )
1425 int fail,
1415 glStencilOp( int fail, int zfail, int zpass ) argument
1423 glStencilOpSeparate( int face, int fail, int zfail, int zpass ) argument
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DWifiTrackerTest.java23 import static org.junit.Assert.fail;
788 fail("Interrupted Exception while awaiting lock release: " + e);
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerServiceTest.java44 import static org.junit.Assert.fail;
797 fail("Timed out waiting for the message to be handled, msg: " + msg);
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
H A DTrampolineTest.java24 import static junit.framework.Assert.fail;
203 fail();
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java411 fail();
508 // check if account type matches, if not, fail test with message on what account types
517 fail(sb.toString());
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec93 void glStencilOp ( GLenum fail, GLenum zfail, GLenum zpass )
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
H A DCdmaSmsCbTest.java556 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
586 fail("Exception in decoder at run " + run + " length " + len + ": " + e);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DApnSettingTest.java28 import static junit.framework.Assert.fail;
745 fail("Unsupported field:" + f.getName());
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DFontRequestEmojiCompatConfigTest.java29 import static org.junit.Assert.fail;
577 fail();
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
H A DSimpleEntityReadWriteTest.java28 import static org.junit.Assert.fail;
146 fail("Exception expected");

Completed in 759 milliseconds

<<111213141516