public void GetFolderStructure_GetFolderStructure_IFolderStructure() { //arrange FolderModel model = new FolderModel(); //act IFolderStructure result = model.GetFolderStructure(); //assert Assert.IsInstanceOfType(result, typeof(IFolderStructure)); }