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

Method testGetPathColorNstd

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

Test of getPathColorNstd method, of class World.

()

Source from the content-addressed store, hash-verified

415 * Test of getPathColorNstd method, of class World.
416 */
417 @Test
418 public void testGetPathColorNstd() {
419 System.out.println("getPathColorNstd");
420
421 World instance = new World("MyWorld");
422 Color expResult = instance.pathColorNonCardinal;
423 Color result = instance.getPathColorNstd();
424 assertEquals(expResult, result);
425 }
426
427 /**
428 * Test of getPathColor method, of class World.

Callers

nothing calls this directly

Calls 1

getPathColorNstdMethod · 0.95

Tested by

no test coverage detected