예제 #1
0
        public virtual void CanGetWaveFormat()
        {
            PrintCurrentTestClass();

            var waveFormat = SourceToTest.WaveFormat;

            Assert.IsNotNull(waveFormat, "WaveFormat of {0} is null.", SourceToTest.GetType().FullName);
        }