CmisCmdlets.Test.Commands.CmisWorkingFolderTests.SetWFThrowsWhenNotExisting C# (CSharp) 메소드

SetWFThrowsWhenNotExisting() 개인적인 메소드

private SetWFThrowsWhenNotExisting ( ) : void
리턴 void
        public void SetWFThrowsWhenNotExisting()
        {
            Assert.Throws<CmdletInvocationException>(delegate {
                Shell.Execute(
                    GetConnectToTestRepoCmd(),
                    SetCmisWorkingFolderCmd + "__nonExisting"
                );
            });
        }