public void Test_Set_Working_Directory_Throws_Exception_When_Initialised_With_No_Shares() { var virtualFolder = new VirtualFolder(new Dictionary<string, string>()); Assert.Throws<FolderDoesNotExistException>(() => virtualFolder.SetWorkingFolder("blah")); }