CmdletUnitTest.TestRunspace.RunAndCheckCmdletParameters_ParamsOK_CmdletException C# (CSharp) Méthode

RunAndCheckCmdletParameters_ParamsOK_CmdletException() public static méthode

public static RunAndCheckCmdletParameters_ParamsOK_CmdletException ( string codeSnippet ) : void
codeSnippet string
Résultat void
        public static void RunAndCheckCmdletParameters_ParamsOK_CmdletException(string codeSnippet)
        {
            RunAndGetTheException(
                codeSnippet,
                // 20130207
                "CmdletInvocationException",
                //"AssertionFailureException",
                "Parameters checked");
        }