Exemplo n.º 1
0
        public void AddInstruction_NullInstruction_ThrowsArgumentNullException()
        {
            IInstruction nullInstruction = null;

            calculator.AddInstruction(nullInstruction);
        }