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

Method testGetTileCenterColor

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

Test of getTileCenterColor method, of class World.

()

Source from the content-addressed store, hash-verified

556 * Test of getTileCenterColor method, of class World.
557 */
558 @Test
559 public void testGetTileCenterColor() {
560 System.out.println("getTileCenterColor");
561
562 World instance = new World("MyWorld");
563 Color expResult = instance.tileCenterColor;
564 Color result = instance.getTileCenterColor();
565 assertEquals(expResult, result);
566 }
567
568 /**
569 * Test of setTileCenterColor method, of class World.

Callers

nothing calls this directly

Calls 1

getTileCenterColorMethod · 0.95

Tested by

no test coverage detected