Exemplo n.º 1
0
        public async Task ReturnsZeroWhenStoreIsEmpty()
        {
            // Act
            var itemCount = await _sut.LengthAsync();

            // Assert
            Assert.Equal(0, itemCount);
        }