Example #1
0
        public void ShouldNotSaveSoundIfExistsAnSoundWithSameName()
        {
            _soundService.CreateSound(_sound);

            _categoryRepositoryMock.Verify(x => x.Save(It.IsAny <CategoryDto>()), Times.Never);
        }