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

Method testGetPathColorStd

src/test/java/mudmap2/backend/WorldTest.java:404–412  ·  view source on GitHub ↗

Test of getPathColorStd method, of class World.

()

Source from the content-addressed store, hash-verified

402 * Test of getPathColorStd method, of class World.
403 */
404 @Test
405 public void testGetPathColorStd() {
406 System.out.println("getPathColorStd");
407
408 World instance = new World("MyWorld");
409 Color expResult = instance.pathColorCardinal;
410 Color result = instance.getPathColorStd();
411 assertEquals(expResult, result);
412 }
413
414 /**
415 * Test of getPathColorNstd method, of class World.

Callers

nothing calls this directly

Calls 1

getPathColorStdMethod · 0.95

Tested by

no test coverage detected