Exemple #1
0
        public void LoadPathTest()
        {
            //Act
            _soundService.LoadPath();

            //Assert
            _persistanceManager.Verify(x => x.Read(It.IsAny <string>()), Times.Once);
        }