Пример #1
0
 public void CompareTest()
 {
     Hand_Accessor.SortOnRank target = new Hand_Accessor.SortOnRank(); // TODO: Initialize to an appropriate value
     Card_Accessor a = null; // TODO: Initialize to an appropriate value
     Card_Accessor b = null; // TODO: Initialize to an appropriate value
     int expected = 0; // TODO: Initialize to an appropriate value
     int actual;
     actual = target.Compare(a, b);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #2
0
        public void CompareTest()
        {
            Hand_Accessor.SortOnRank target = new Hand_Accessor.SortOnRank(); // TODO: Initialize to an appropriate value
            Card_Accessor            a      = null;                           // TODO: Initialize to an appropriate value
            Card_Accessor            b      = null;                           // TODO: Initialize to an appropriate value
            int expected = 0;                                                 // TODO: Initialize to an appropriate value
            int actual;

            actual = target.Compare(a, b);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Пример #3
0
 public void Hand_SortOnRankConstructorTest()
 {
     Hand_Accessor.SortOnRank target = new Hand_Accessor.SortOnRank();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Пример #4
0
 public void Hand_SortOnRankConstructorTest()
 {
     Hand_Accessor.SortOnRank target = new Hand_Accessor.SortOnRank();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }