Exemple #1
0
        public void AudioMovesToBeginningWhenNoLoopPreviouslyPlayed()
        {
            float loopLength = 2f;

            sounds.Expects.One.Method(_ => _.pickStemsFor(0)).WithAnyArguments();
            sounds.Expects.One.MethodWith(_ => _.setAudioTime(beginning));
            tracker.NextLoop(loopLength);
        }