Exemplo n.º 1
0
        public void IsTestClass_ClassIsNull_ReturnsFalse()
        {
            bool result = MSTestClass.IsTestClass(null);

            Assert.IsFalse(result);
        }
Exemplo n.º 2
0
 bool IsTestClass()
 {
     return(MSTestClass.IsTestClass(GetFirstTypeDefinition()));
 }