Beispiel #1
0
        public void Test_SimulateOverload_StartCharge_StateTrue(bool state, int currentValueResult)
        {
            _uut.StartCharge();
            _uut.SimulateOverload(state);

            System.Threading.Thread.Sleep(1000);

            Assert.That(_uut.CurrentValue, Is.EqualTo(currentValueResult));
        }