コード例 #1
0
        public void Undo_throws_not_supported_exception()
        {
            CreateFolderLinkCommand command = new CreateFolderLinkCommand(null, null);

            Assert.Throws<NotSupportedException>(() => command.Undo());
        }