コード例 #1
0
ファイル: UnitTest1.cs プロジェクト: augustapop/Algoritmica
        public void Problem6()
        {
            Pb6 p     = new Pb6();
            int resul = p.SumPb6();

            Assert.AreNotEqual(resul, 25164150);
            // Assert.AreEqual(resul, 25164150);
        }
コード例 #2
0
ファイル: UnitTest1.cs プロジェクト: augustapop/Algoritmica
        public void Problem6()
        {
            Pb6 p = new Pb6();
            int resul = p.SumPb6();

            Assert.AreNotEqual(resul, 25164150);
               // Assert.AreEqual(resul, 25164150);
        }