TeamMentor.UnitTests.TM_Website.TM_QA_Config_Loader_ExtensionMethods.assertIgnore_If_Offine C# (CSharp) Method

assertIgnore_If_Offine() public static method

public static assertIgnore_If_Offine ( this qaConfig, Uri targetServer ) : void
qaConfig this
targetServer System.Uri
return void
        public static void assertIgnore_If_Offine(this TM_QA_Config qaConfig, Uri targetServer)
        {
            if (qaConfig.serverOffline())
                Assert.Ignore("[TM_QA_Config] TM server is offline: {0}".info(targetServer));
        }