Exemplo n.º 1
0
        public void AssertThatEmptyInstructionsListIsNotRun()
        {
            var list = new List <Instruction>();

            var isExecuted = movementService.ExecuteInstructions(list);

            Assert.False(isExecuted);
        }