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

Method testCreateIntializedObject

test/SettingsTest.java:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected