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
234
) sorted by null
1
2
3
4
5
6
7
8
9
10
/frameworks/base/test-runner/src/android/test/
AssertionFailedError.java
22
* @deprecated use junit.framework.
AssertionFailedError
25
public class
AssertionFailedError
extends Error {
28
* It is more typical to call {@link #
AssertionFailedError
(String)}.
30
public
AssertionFailedError
() {
33
public
AssertionFailedError
(String errorMessage) {
ComparisonFailure.java
25
public class ComparisonFailure extends
AssertionFailedError
{
/art/test/021-string2/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends AssertionError {
10
public
AssertionFailedError
() {
13
public
AssertionFailedError
(String message) {
ComparisonFailure.java
8
public class ComparisonFailure extends
AssertionFailedError
{
/art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends AssertionError {
10
public
AssertionFailedError
() {
13
public
AssertionFailedError
(String message) {
ComparisonFailure.java
8
public class ComparisonFailure extends
AssertionFailedError
{
/external/junit/src/main/java/junit/framework/
AssertionFailedError.java
6
public class
AssertionFailedError
extends AssertionError {
11
* Constructs a new
AssertionFailedError
without a detail message.
13
public
AssertionFailedError
() {
17
* Constructs a new
AssertionFailedError
with the specified detail message.
22
public
AssertionFailedError
(String message) {
TestListener.java
15
public void addFailure(Test test,
AssertionFailedError
e);
ComparisonFailure.java
8
public class ComparisonFailure extends
AssertionFailedError
{
/frameworks/base/test-base/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
{
/external/guice/core/test/com/google/inject/spi/
FailingBindingScopingVisitor.java
21
import junit.framework.
AssertionFailedError
;
28
throw new
AssertionFailedError
();
32
throw new
AssertionFailedError
();
36
throw new
AssertionFailedError
();
40
throw new
AssertionFailedError
();
FailingElementVisitor.java
19
import junit.framework.
AssertionFailedError
;
23
throw new
AssertionFailedError
();
FailingTargetVisitor.java
21
import junit.framework.
AssertionFailedError
;
25
throw new
AssertionFailedError
();
/external/vogar/test/vogar/target/
AssertTest.java
19
import junit.framework.
AssertionFailedError
;
31
// can't fail(), that throws
AssertionFailedError
32
} catch (
AssertionFailedError
expected) {
44
// can't fail(), that throws
AssertionFailedError
45
} catch (
AssertionFailedError
expected) {
57
// can't fail(), that throws
AssertionFailedError
58
} catch (
AssertionFailedError
expected) {
70
// can't fail(), that throws
AssertionFailedError
71
} catch (
AssertionFailedError
expected) {
83
// can't fail(), that throws
AssertionFailedError
[
all
...]
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
BogoPerf.java
27
import junit.framework.
AssertionFailedError
;
114
* @throws
AssertionFailedError
116
public static void assertDuration(double currentDuration, long referenceDuration, double referenceBIPS) throws
AssertionFailedError
{
119
throw new
AssertionFailedError
("current duration " + currentDuration + " exceeded expected " + ajustedDuration + " (adjusted reference), "
131
* @throws
AssertionFailedError
133
public static void assertPerformance(double currentPerformance, long referencePerformance, double referenceBIPS) throws
AssertionFailedError
{
136
throw new
AssertionFailedError
(currentPerformance + " below expected " + ajustedPerf + " (adjusted), " + referencePerformance + " (raw)");
/external/guice/core/test/com/google/inject/
SerializationTest.java
22
import junit.framework.
AssertionFailedError
;
52
throw new
AssertionFailedError
();
/external/vogar/test/vogar/android/
VogarArgsRule.java
19
import junit.framework.
AssertionFailedError
;
38
throw new
AssertionFailedError
("Must specify @" + VogarArgs.class.getSimpleName());
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
YamlStream.java
27
import junit.framework.
AssertionFailedError
;
54
throw new
AssertionFailedError
("Different class: " + parsedNativeData.getClass());
57
throw new
AssertionFailedError
("Different size.");
70
throw new
AssertionFailedError
("Keyset: " + map1.keySet() + "; but was: "
78
throw new
AssertionFailedError
("Values: " + o1 + "; but was: " + o2);
83
throw new
AssertionFailedError
("Expected: " + obj1 + "; but was: " + obj2);
87
throw new
AssertionFailedError
("Generated presentation is not the same: "
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
FakeStorageManager.java
25
import junit.framework.
AssertionFailedError
;
58
throw new
AssertionFailedError
("More than one secret exists");
70
throw new
AssertionFailedError
("More than one secret exists");
74
throw new
AssertionFailedError
("Invalid secret to unlock user");
78
throw new
AssertionFailedError
("Cannot unlock encrypted user with empty token");
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseDatabaseHelperUpgradeTest.java
22
import junit.framework.
AssertionFailedError
;
108
throw new
AssertionFailedError
("Table " + mName + ": Column missing: " + name);
111
throw new
AssertionFailedError
("Table " + mName + ": Column " + name + " type:"
115
throw new
AssertionFailedError
("Table " + mName + ": Column " + name + " notnull:"
120
throw new
AssertionFailedError
("Table " + mName + ": Column " + name
124
throw new
AssertionFailedError
("Table " + mName + ": Column " + name
212
} catch (
AssertionFailedError
e) {
223
} catch (
AssertionFailedError
e) {
234
} catch (
AssertionFailedError
e) {
245
} catch (
AssertionFailedError
e)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
TextViewAssertions.java
37
import junit.framework.
AssertionFailedError
;
117
throw new
AssertionFailedError
(e.getMessage());
120
throw new
AssertionFailedError
("TextView not found");
150
throw new
AssertionFailedError
("TextView has styled text");
177
throw new
AssertionFailedError
(e.getMessage());
180
throw new
AssertionFailedError
("TextView not found");
205
throw new
AssertionFailedError
("View should be an instance of EditText");
227
throw new
AssertionFailedError
("Unknown position for cursor assertion");
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
Matchers.java
26
import junit.framework.
AssertionFailedError
;
47
// Catch
AssertionFailedError
because vi.check(matches(isDisplayed())) throws that if
49
catch (Exception|
AssertionFailedError
e) {
/external/guava/guava-testlib/test/com/google/common/testing/
SerializableTesterTest.java
19
import junit.framework.
AssertionFailedError
;
44
} catch (
AssertionFailedError
error) {
58
} catch (
AssertionFailedError
error) {
72
} catch (
AssertionFailedError
error) {
Completed in 1560 milliseconds
1
2
3
4
5
6
7
8
9
10