()
| 127 | } |
| 128 | |
| 129 | public void testGetBoolean() { |
| 130 | assertTrue(s.getBoolean("booleanTrue")); |
| 131 | assertFalse(s.getBoolean("booleanFalse")); |
| 132 | } |
| 133 | |
| 134 | public void testCreateIntializedObject() { |
| 135 | Object o = s.createIntializedObject("movement.RandomWaypoint"); |
nothing calls this directly
no test coverage detected