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

Method call

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

Source from the content-addressed store, hash-verified

35 }
36 }, new Callable<Integer>() {
37 public Integer call() throws Exception {
38 System.out.println("unwindTest thunk");
39
40 expect(before == 1);
41 expect(task == 0);
42 expect(after == 0);
43
44 task = 1;
45
46 return unwind.call();
47 }
48 },
49 new Runnable() {
50 public void run() {

Callers

nothing calls this directly

Calls 9

expectMethod · 0.95
unwindTestMethod · 0.95
callMethod · 0.65
handleResultMethod · 0.65
handleExceptionMethod · 0.65
printlnMethod · 0.45

Tested by

no test coverage detected