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

Method setUp

src/test/java/mudmap2/backend/LayerElementTest.java:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addLayerMethod · 0.80

Tested by

no test coverage detected