コード例 #1
0
        public void Merge_Chapter_No_Merge()
        {
            var chapters  = _chapterService.GetChapters(TestData.Topic99, TestData.Topic99Eng);
            var sentences = chapters[0].Sentences;

            var sentencesToDisplay = _service.GetSentencesToDisplay(sentences);

            Assert.Equal(sentencesToDisplay.Count, sentences.Count);
        }
コード例 #2
0
 public void Get_Chapters()
 {
     var chapters = _chapterService.GetChapters(TestData.Topic99, TestData.Topic99Eng);
 }