MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / toString

Method toString

src/main/java/wyc/task/QuickCheck.java:1077–1080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1075 }
1076
1077 @Override
1078 public String toString() {
1079 return "Skipped " + toNameString(item);
1080 }
1081 }
1082
1083 /**

Callers

nothing calls this directly

Calls 1

toNameStringMethod · 0.80

Tested by

no test coverage detected