I have tried making Junit 4 testcase for arrays.Which means that My expected values varies from 0 to 100 and they will be tested with actual value 10.It shows me that test passes for 1 to 10 but fail from 11 to 100.I need help to make working.Here is my TestcaseRobot.java package robocode.dialog; import junit.framework.Assert; import junit.framework.TestCase; public class RobotSelectionPanelTest extends ...