public void tryExecuteCommandGetResult_OutOfBoundsResultReturnsFalse() { // TitanRoverProject.Program.Main(new string[] { }); TitanRoverProject.Rover rover = new TitanRoverProject.Rover(); TitanRoverProject.ResultType resultType = rover.tryExecuteCommandGetResult("M"); bool result = resultType.succeeded; Assert.AreEqual(Expected, result); }