コード例 #1
0
        public void CheckInputForSafeResult_TestWithException()
        {
            var          safetyinput = "5";
            TestDelegate del         = () => _sut.CheckInputForSafeResult(safetyinput);

            Assert.Throws <ScoreBoardException>(del);
        }