예제 #1
0
        public void Test_TAGProcessorStateBase_MachineControlTypeEmpty()
        {
            var state = new TAGProcessorStateBase();

            state.HardwareID.Should().BeNullOrEmpty();
            state.Invoking(x => x.GetPlatformType()).Should().Throw <ArgumentException>().WithMessage("No mapping exists for this serial number");
        }