MCPcopy Create free account
hub / github.com/e2wugui/zeze / run

Method run

ZezeJava/ZezeJavaTest/src/Infinite/CoverHistory.java:288–310  ·  view source on GitHub ↗
(BValue value)

Source from the content-addressed store, hash-verified

286 public static class Bean12 implements Job {
287
288 @Override
289 public void run(BValue value) {
290 switch (getRandom().nextInt(6)) {
291 case 0:
292 value.getBean12().setInt_1(getRandom().nextInt());
293 break;
294 case 1:
295 value.getBean12().setLong2(getRandom().nextLong());
296 break;
297 case 2:
298 value.getBean12().setString3(String.valueOf(getRandom().nextInt()));
299 break;
300 case 3:
301 value.getBean12().setRemoved(new BRemoved2());
302 break;
303 case 4:
304 value.getBean12().getRemoved().setInt_1(getRandom().nextInt());
305 break;
306 case 5:
307 value.setBean12(new BSimple());
308 break;
309 }
310 }
311 }
312
313 public static class Byte13 implements Job {

Callers

nothing calls this directly

Calls 6

getRandomMethod · 0.80
setLong2Method · 0.80
nextIntMethod · 0.45
nextLongMethod · 0.45
setRemovedMethod · 0.45
getRemovedMethod · 0.45

Tested by

no test coverage detected