CmisCmdlets.Test.Commands.CmisWorkingFolderTests.GetWFThrowsIfNotConnected C# (CSharp) Method

GetWFThrowsIfNotConnected() private method

private GetWFThrowsIfNotConnected ( ) : void
return void
        public void GetWFThrowsIfNotConnected()
        {
            Assert.Throws<CmdletInvocationException>(delegate {
                Shell.Execute(GetCmisWorkingFolderCmd);
            });
        }