Beispiel #1
0
        public void GetParentsWithChildrenTest()
        {
            _wordServiceHelper.Initialize(false);
            var items = _wordServiceHelper.WordService.GetAll(WordItemsType.ParentsWithChildren);

            items.Should().BeEquivalentTo(_wordServiceHelper.ParentsWithChildrenWordsModel);
        }