Home
last modified time | relevance | path

Searched defs:expectFailure (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java103 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in setByte()
120 static void setByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in setByte()
124 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in getByte()
142 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in getByte()
146 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in setChar()
163 static void setChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in setChar()
167 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar()
185 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar()
189 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort()
206 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort()
[all …]
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java74 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in setByte()
91 static void setByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in setByte()
95 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in getByte()
113 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in getByte()
117 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in setChar()
134 static void setChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in setChar()
138 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar()
156 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar()
160 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort()
177 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort()
[all …]
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/
H A DExpectFailureTest.java30 private final ExpectFailure expectFailure = new ExpectFailure(); field in ExpectFailureTest
130 ExpectFailure expectFailure = new ExpectFailure(); in expectFail_whenTestingWithoutInContext_shouldFail() local
H A DExpectFailureNonRuleTest.java89 final ExpectFailure expectFailure = new ExpectFailure(); field in ExpectFailureNonRuleTest.ExpectFailureThrowInSubject
114 final ExpectFailure expectFailure = new ExpectFailure(); field in ExpectFailureNonRuleTest.ExpectFailureThrowAfterSubject
H A DPlatformBaseSubjectTestCase.java22 @Rule public final ExpectFailure expectFailure = new ExpectFailure(); field in PlatformBaseSubjectTestCase
H A DExpectFailureRuleTest.java31 @Rule public final ExpectFailure expectFailure = new ExpectFailure(); field in ExpectFailureRuleTest
H A DNumericComparisonTest.java132 private static void expectFailure( in expectFailure() method in NumericComparisonTest
H A DIntegerSubjectTest.java238 private static AssertionError expectFailure( in expectFailure() method in IntegerSubjectTest
H A DLongSubjectTest.java266 private static AssertionError expectFailure( in expectFailure() method in LongSubjectTest
H A DFloatSubjectTest.java54 private static AssertionError expectFailure( in expectFailure() method in FloatSubjectTest
/aosp_15_r20/external/truth/core/src/main/java/com/google/common/truth/
H A DExpectFailure.java158 public static AssertionError expectFailure(StandardSubjectBuilderCallback assertionCallback) { in expectFailure() method in ExpectFailure
159 ExpectFailure expectFailure = new ExpectFailure(); in expectFailure() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DInstallSessionParamsUnitTest.java99 public boolean expectFailure; field in InstallSessionParamsUnitTest
112 Object[] changingParameterValues, boolean expectFailure) { in getSingleParameterChangingTests()
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/super/com/google/common/truth/
H A DPlatformBaseSubjectTestCase.java23 final ExpectFailure expectFailure = new ExpectFailure(); field in PlatformBaseSubjectTestCase
/aosp_15_r20/external/truth/core/src/test/java/com/google/common/truth/extension/
H A DEmployeeSubjectTest.java61 private static AssertionError expectFailure( in expectFailure() method in EmployeeSubjectTest
/aosp_15_r20/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/truth/
H A DEventLogsSubjectTest.java83 private static <E extends Event> AssertionError expectFailure( in expectFailure() method in EventLogsSubjectTest
/aosp_15_r20/external/skia/infra/bots/task_drivers/toolchain_layering_check/
H A Dtoolchain_layering_check.go116 func expectFailure(ctx context.Context, checkoutDir, label, config, define string) error { func
/aosp_15_r20/external/truth/extensions/java8/src/test/java/com/google/common/truth/
H A DOptionalLongSubjectTest.java95 private static AssertionError expectFailure( in expectFailure() method in OptionalLongSubjectTest
H A DOptionalIntSubjectTest.java95 private static AssertionError expectFailure( in expectFailure() method in OptionalIntSubjectTest
H A DOptionalDoubleSubjectTest.java95 private static AssertionError expectFailure( in expectFailure() method in OptionalDoubleSubjectTest
H A DOptionalSubjectTest.java109 private static AssertionError expectFailure( in expectFailure() method in OptionalSubjectTest
H A DIntStreamSubjectTest.java349 private static AssertionError expectFailure( in expectFailure() method in IntStreamSubjectTest
H A DLongStreamSubjectTest.java390 private static AssertionError expectFailure( in expectFailure() method in LongStreamSubjectTest
H A DStreamSubjectTest.java430 private static AssertionError expectFailure( in expectFailure() method in StreamSubjectTest
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/
DShellCommandTestCase.java71 public void expectFailure( in expectFailure() method in ShellCommandTestCase
/aosp_15_r20/external/truth/extensions/liteproto/src/test/java/com/google/common/truth/extensions/proto/
H A DLiteProtoSubjectTest.java301 private static AssertionError expectFailure( in expectFailure() method in LiteProtoSubjectTest

12