OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssertionFailedError
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/art/test/021-string2/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends Error {
8
public
AssertionFailedError
() {
10
public
AssertionFailedError
(String message) {
/art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends Error {
8
public
AssertionFailedError
() {
10
public
AssertionFailedError
(String message) {
/dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends Error {
8
public
AssertionFailedError
() {
10
public
AssertionFailedError
(String message) {
/dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends Error {
8
public
AssertionFailedError
() {
10
public
AssertionFailedError
(String message) {
/frameworks/base/test-runner/src/android/test/
AssertionFailedError.java
22
* @deprecated use junit.framework.
AssertionFailedError
24
public class
AssertionFailedError
extends Error {
27
* It is more typical to call {@link #
AssertionFailedError
(String)}.
29
public
AssertionFailedError
() {
32
public
AssertionFailedError
(String errorMessage) {
ComparisonFailure.java
24
public class ComparisonFailure extends
AssertionFailedError
{
/external/junit/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends AssertionError {
10
public
AssertionFailedError
() {
13
public
AssertionFailedError
(String message) {
TestListener.java
14
public void addFailure(Test test,
AssertionFailedError
t);
ComparisonFailure.java
8
public class ComparisonFailure extends
AssertionFailedError
{
TestFailure.java
56
return thrownException() instanceof
AssertionFailedError
;
/external/guava/guava-tests/test/com/google/common/testing/
SerializableTesterTest.java
19
import junit.framework.
AssertionFailedError
;
44
} catch (
AssertionFailedError
error) {
58
} catch (
AssertionFailedError
error) {
72
} catch (
AssertionFailedError
error) {
EqualsTesterTest.java
24
import junit.framework.
AssertionFailedError
;
92
} catch (
AssertionFailedError
e) {
128
} catch (
AssertionFailedError
e) {
144
} catch (
AssertionFailedError
e) {
161
} catch (
AssertionFailedError
e) {
179
} catch (
AssertionFailedError
e) {
197
} catch (
AssertionFailedError
e) {
229
} catch (
AssertionFailedError
e) {
246
} catch (
AssertionFailedError
e) {
260
} catch (
AssertionFailedError
e)
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java
24
import junit.framework.
AssertionFailedError
;
46
} catch (
AssertionFailedError
e) {
67
} catch (
AssertionFailedError
e) {
90
} catch (
AssertionFailedError
e) {
/libcore/luni/src/test/java/libcore/xml/
SaxTest.java
24
import junit.framework.
AssertionFailedError
;
230
throw new
AssertionFailedError
();
233
throw new
AssertionFailedError
();
237
throw new
AssertionFailedError
();
240
throw new
AssertionFailedError
();
243
throw new
AssertionFailedError
();
247
throw new
AssertionFailedError
();
250
throw new
AssertionFailedError
();
253
throw new
AssertionFailedError
();
256
throw new
AssertionFailedError
();
[
all
...]
/external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java
25
import junit.framework.
AssertionFailedError
;
80
} catch (
AssertionFailedError
e) {
82
throw new
AssertionFailedError
(e.getMessage()
94
} catch (
AssertionFailedError
e) {
96
throw new
AssertionFailedError
(e.getMessage()
115
* {@link
AssertionFailedError
} whenever the relationship is violated.
SerializableTester.java
23
import junit.framework.
AssertionFailedError
;
91
* @throws
AssertionFailedError
if the re-serialized object is not equal to
/packages/apps/Email/tests/src/com/android/email/
TestUtils.java
30
import junit.framework.
AssertionFailedError
;
85
} catch (
AssertionFailedError
ok) {
96
} catch (
AssertionFailedError
ok) {
148
},
AssertionFailedError
.class);
/frameworks/base/core/tests/coretests/src/android/animation/
EventsTest.java
76
} catch (junit.framework.
AssertionFailedError
e) {
104
} catch (junit.framework.
AssertionFailedError
e) {
125
} catch (junit.framework.
AssertionFailedError
e) {
146
} catch (junit.framework.
AssertionFailedError
e) {
281
} catch (junit.framework.
AssertionFailedError
e) {
304
} catch (junit.framework.
AssertionFailedError
e) {
327
} catch (junit.framework.
AssertionFailedError
e) {
350
} catch (junit.framework.
AssertionFailedError
e) {
373
} catch (junit.framework.
AssertionFailedError
e) {
396
} catch (junit.framework.
AssertionFailedError
e)
[
all
...]
ViewPropertyAnimatorTest.java
75
} catch (junit.framework.
AssertionFailedError
e) {
214
} catch (junit.framework.
AssertionFailedError
e) {
237
} catch (junit.framework.
AssertionFailedError
e) {
260
} catch (junit.framework.
AssertionFailedError
e) {
284
} catch (junit.framework.
AssertionFailedError
e) {
311
} catch (junit.framework.
AssertionFailedError
e) {
335
} catch (junit.framework.
AssertionFailedError
e) {
359
} catch (junit.framework.
AssertionFailedError
e) {
/external/guava/guava-tests/test/com/google/common/collect/
ComparisonChainTest.java
21
import junit.framework.
AssertionFailedError
;
36
throw new
AssertionFailedError
();
/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorInstrumentationTestRunner.java
24
import junit.framework.
AssertionFailedError
;
69
public void addFailure(Test test,
AssertionFailedError
e) {
/libcore/luni/src/test/java/libcore/java/security/
AccessControllerTest.java
27
import junit.framework.
AssertionFailedError
;
40
throw new
AssertionFailedError
("Expected combiner to be unused");
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
335
AssertionFailedError
afe =
336
new
AssertionFailedError
(t.toString());
343
throw new
AssertionFailedError
("interrupt status set in main thread");
348
* threadRecordFailure) any
AssertionFailedError
thrown, so that
354
} catch (
AssertionFailedError
t) {
362
* threadRecordFailure) any
AssertionFailedError
thrown, so that
368
} catch (
AssertionFailedError
t) {
376
* threadRecordFailure) any
AssertionFailedError
thrown, so that
382
} catch (
AssertionFailedError
t) {
390
* threadRecordFailure) any
AssertionFailedError
thrown, so tha
[
all
...]
/libcore/support/src/test/java/tests/support/
Support_Exec.java
20
import junit.framework.
AssertionFailedError
;
78
* an
AssertionFailedError
will be thrown.
81
* seconds. If it does not, an
AssertionFailedError
will be thrown.
98
? new
AssertionFailedError
("Unexpected err stream data:\n" + err)
105
AssertionFailedError
error = new
AssertionFailedError
(
/libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java
24
import junit.framework.
AssertionFailedError
;
36
static
AssertionFailedError
error;
53
error = new
AssertionFailedError
("Clear should happen " +
58
error = new
AssertionFailedError
("Clear should happen " +
68
error = new
AssertionFailedError
("Clear should happen " +
304
error = new
AssertionFailedError
("something threw '" + t +
Completed in 389 milliseconds
1
2
3
4
5