assertFalse(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test").isPresent());
assertFalse(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test2").isPresent());
assertFalse(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test3").isPresent());
assertFalse(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test4").isPresent());
assertTrue(dao.newWorldEntityOf(this.world1).isPresent());
assertTrue(dao.newWorldEntityOf(this.world2).isPresent());
assertTrue(dao.newWorldEntityOf(this.world3).isPresent());
assertTrue(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test").isPresent());
assertTrue(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test2").isPresent());
assertTrue(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test3").isPresent());
assertFalse(dao.findWorldEntityByName(YAGW2APIArenanet.INSTANCE.getCurrentLocale(), "test4").isPresent());