コード例 #1
0
ファイル: IntMathTest.cs プロジェクト: matovich/CSharpSandBox
        public void IsEvenHundredsReturnsTrueFor697()
        {
            var result = _target.IsEvenHundreds(697);

            Assert.IsTrue(result);
        }