()
| 132 | } |
| 133 | |
| 134 | public void testCreateIntializedObject() { |
| 135 | Object o = s.createIntializedObject("movement.RandomWaypoint"); |
| 136 | assertTrue(o instanceof movement.RandomWaypoint); |
| 137 | } |
| 138 | |
| 139 | |
| 140 | public void testValueFillString() { |
nothing calls this directly
no test coverage detected