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

Method testGetWorld

src/test/java/mudmap2/backend/LayerTest.java:663–670  ·  view source on GitHub ↗

Test of getWorld method, of class Layer.

()

Source from the content-addressed store, hash-verified

661 * Test of getWorld method, of class Layer.
662 */
663 @Test
664 public void testGetWorld() {
665 System.out.println("getWorld");
666
667 Layer instance = new Layer(world);
668 World result = instance.getWorld();
669 assertEquals(world, result);
670 }
671
672 /**
673 * Test of removePlace method, of class Layer.

Callers

nothing calls this directly

Calls 1

getWorldMethod · 0.95

Tested by

no test coverage detected