StatLight.Client.Harness.UnitTestProviders.NUnit.MockNUnitTestClass.GetIgnoreTest C# (CSharp) Method

GetIgnoreTest() public static method

public static GetIgnoreTest ( ) : MethodInfo
return System.Reflection.MethodInfo
        public static MethodInfo GetIgnoreTest()
        {
            return new MockNUnitTestClass().GetType().GetMethod("TestShouldBeIgnored");
        }