| 129 | } |
| 130 | |
| 131 | public static class String3 implements Job { |
| 132 | @Override |
| 133 | public void run(BValue value) { |
| 134 | value.setString3(String.valueOf(getRandom().nextInt())); |
| 135 | } |
| 136 | } |
| 137 | |
| 138 | public static class Bool4 implements Job { |
| 139 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected