CmisCmdlets.Test.Commands.GetCmisObjectTests.GetObjectOfNonExistingPathThrows C# (CSharp) Method

GetObjectOfNonExistingPathThrows() private method

private GetObjectOfNonExistingPathThrows ( string path ) : void
path string
return void
        public void GetObjectOfNonExistingPathThrows(string path)
        {
            Assert.Throws<CmdletInvocationException>(delegate {
                Shell.Execute(GetCmisObjectCmd + path);
            });
        }