Example #1
0
        public void SetUp()
        {
            MockManager.Init();

            // Mock the call to the SendTextSMS()
            _mockAspSmsNet = MockManager.Mock<ASPSMSNET>(Constructor.NotMocked);
            _mockAspSmsNet.ExpectAlways("SendTextSMS");
        }