MCPcopy Create free account
hub / github.com/akeranen/the-one / testGetBoolean

Method testGetBoolean

test/SettingsTest.java:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 1

getBooleanMethod · 0.80

Tested by

no test coverage detected