Esempio n. 1
0
        public async void UpdateAsync_MustCheck_Parameters()
        {
            // Arrange
            var repository = new RepositoryFixture();

            // Act

            // Assert
            await Assert.ThrowsAsync <ArgumentNullException>(async() => await repository.UpdateAsync(null));
        }