Exemplo n.º 1
0
        internal ChapterContentAssert ShouldHaveDeleteLink()
        {
            _chapterContent.DeleteLink()
            .ShouldBeDelete()
            .EndingWith($"libraries/{_libraryId}/books/{_chapterContent.BookId}/chapters/{_chapterContent.ChapterNumber}/contents");

            return(this);
        }