MCPcopy Create free account
hub / github.com/Neop/mudmap2 / setUp

Method setUp

src/test/java/mudmap2/backend/PlaceTest.java:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Before
51 public void setUp() {
52 layer = new Layer(world);
53 world.addLayer(layer);
54 }
55
56 @After
57 public void tearDown() {

Callers

nothing calls this directly

Calls 1

addLayerMethod · 0.80

Tested by

no test coverage detected