Searched refs:StubException (Results 1 - 3 of 3) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
H A DTarget03.java18 import org.jacoco.core.test.validation.targets.Stubs.StubException;
33 } catch (StubException e) {
37 } catch (StubException e) {
46 } catch (StubException e) {
50 } catch (StubException e) {
68 throw new StubException(); // $line-explicitException.throw$
75 } catch (StubException e) { // $line-noExceptionTryCatch.catch$
86 } catch (StubException e) { // $line-implicitExceptionTryCatch.catch$
97 } catch (StubException e) {
106 throw new StubException(); //
[all...]
H A DStubs.java25 public static class StubException extends RuntimeException { class in class:Stubs
103 * @throws StubException
106 public static void ex() throws StubException {
107 throw new StubException();
115 throw new StubException();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/
H A DSynchronized.java17 import org.jacoco.core.test.validation.targets.Stubs.StubException;
36 throw new StubException(); // $line-explicitException.exception$
51 } catch (StubException e) {
56 } catch (StubException e) {

Completed in 118 milliseconds