Esempio n. 1
0
        public void CompareToTest2()
        {
            Type         type     = typeof(string);
            TypeNameInfo target   = new TypeNameInfo(type);
            string       other    = null;
            int          expected = 1;
            int          actual   = target.CompareTo(other);

            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("TypeNameInfoUnitTest.CompareToTest2 not implemented.");
        }