Exemplo n.º 1
0
        public void ShouldGetAllAuthors()
        {
            //Arrange

            //Act
            var allAuthorsFromMock = interactorUnderTest.GetAllAuthors();

            //Assert
            allAuthorsFromMock.Should().BeEquivalentTo(allAuthors);
        }