@Test public void theMapStringsAreOfCorrectLength() { for (String s : wls.getLayoutString()) { assertTrue(s + " was incorrect", s.length() == GameConstants.WORLDSIZE); } }
@Test public void theMapIsOfReasonablySize() { assertEquals(wls.getLayoutString().length, GameConstants.WORLDSIZE); }