Beispiel #1
0
        public void StopChargingCalledOnce()
        {
            uut.stopCharging();

            testCharger.Received(1).StopCharge();
        }