コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: MattSmithereens/PingPong
        public void DivBy3()
        {
            PingPong testPingPong = new PingPong();

            Assert.AreEqual(true, testPingPong.PingCheck(3));
        }