Esempio n. 1
0
        public void EqualsTest1()
        {
            Type         type     = typeof(string);
            TypeNameInfo target   = new TypeNameInfo(type);
            TypeNameInfo other    = null;
            bool         expected = false;
            bool         actual   = target.Equals(other);

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