Beispiel #1
0
        public void EqualsTest_null()
        {
            Partition p = new Partition(new int[][] { new[] { 0 }, new[] { 1 } });

            Assert.AreNotSame(p, null);
        }