Example #1
0
        public void SetPhase_HarmonicPropertiesChangedAfterSetPhaseWithNullObserver()
        {
            IHarmonic harmonic = new Harmonic();

            harmonic.SetPhase(10);

            Assert.AreEqual(10, harmonic.GetPhase());
        }