Searched refs:expectException (Results 1 – 1 of 1) sorted by relevance
/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/apps/ |
D | Receiver.java | 73 expectException(NoClassDefFoundError.class, "test class", () -> new Test()); in makeCallsDefault() 74 expectException(NoClassDefFoundError.class, "test class", () -> Test.staticPublicMethod()); in makeCallsDefault() 75 expectException( in makeCallsDefault() 77 expectException( in makeCallsDefault() 79 expectException(NoClassDefFoundError.class, "test class", () -> Test.staticHiddenMethod()); in makeCallsDefault() 87 expectException(NoSuchMethodError.class, "module method", () -> test.moduleLibsApiMethod()); in makeCallsVersion45() 88 expectException(NoSuchMethodError.class, "testapi method", () -> test.testApiMethod()); in makeCallsVersion45() 89 expectException(NoSuchMethodError.class, "hidden method", () -> test.hiddenMethod()); in makeCallsVersion45() 93 expectException( in makeCallsVersion45() 97 expectException( in makeCallsVersion45() [all …]
|