Exemplo n.º 1
0
        public void TestStopListplayMode()
        {
            Message call = new Message();

            call.Add(stopListPlayMode);
            Expect.Once.On(mockDevice).Method("SendDataToEP1").With(call.ToArray());
            dds.StopListplayMode();
            mocks.VerifyAllExpectationsHaveBeenMet();
        }