if (getExpectedRobotCount(robotList) > 0) {
RobotTestBedAssert.assertNotNull("Robot not loaded", robotSpecifications);
RobotTestBedAssert.assertEquals("Robot not loaded", getExpectedRobotCount(robotList),
robotSpecifications.length);
engine.runBattle(new BattleSpecification(numRounds, battleFieldSpec, robotSpecifications), initialPositions,
true);
}
}