MCPcopy Create free account
hub / github.com/ReadyTalk/avian / exceptionUnwind

Method exceptionUnwind

test/extra/DynamicWind.java:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 private void exceptionUnwind() throws Exception {
82 unwindTest(new Callable<Integer>() {
83 public Integer call() throws Exception {
84 throw new MyException();
85 }
86 });
87 }
88
89 private void continuationUnwindTest
90 (final Function<Callback<Integer>,Integer> receiver)

Callers 1

mainMethod · 0.80

Calls 1

unwindTestMethod · 0.95

Tested by

no test coverage detected