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

Method normalUnwind

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

Source from the content-addressed store, hash-verified

71 }
72
73 private void normalUnwind() throws Exception {
74 unwindTest(new Callable<Integer>() {
75 public Integer call() {
76 return 42;
77 }
78 });
79 }
80
81 private void exceptionUnwind() throws Exception {
82 unwindTest(new Callable<Integer>() {

Callers 1

mainMethod · 0.80

Calls 1

unwindTestMethod · 0.95

Tested by

no test coverage detected