Esempio n. 1
0
        //misc Utils

        public static NUnitTests ignore_If_Offline(this NUnitTests nUnitTests)
        {
            if ("".offline())
            {
                nUnitTests.assert_Ignore("Ignoring Test(s) because the test runner is currently offline");
            }
            return(nUnitTests);
        }