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

            Assert.AreEqual(5, result);
        }