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

Method testToString

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

Test of toString method, of class Layer.

()

Source from the content-addressed store, hash-verified

814 * Test of toString method, of class Layer.
815 */
816 @Test
817 public void testToString() {
818 System.out.println("toString");
819
820 Layer instance = new Layer(world);
821 String expResult = instance.getName();
822 String result = instance.toString();
823 assertEquals(expResult, result);
824 }
825
826 /**
827 *

Callers

nothing calls this directly

Calls 2

getNameMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected