public void TestSetTwoLevels() { Expect.Once.On(mockDevice).Method("SendDataToEP2").With(setTwoLevel.ToArray()); dds.SetLevels(2); mocks.VerifyAllExpectationsHaveBeenMet(); }