Created
April 12, 2013 16:10
-
-
Save devinrader/5373146 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[TestMethod] | |
public void Should_Not_Initiate_Outbound_Call_To_International_Number() | |
{ | |
var call = Notifications.CreateCall(INTERNATIONAL_FAIL_TO_NUMBER); | |
call.Initiate(TEST_ACCOUNTSID, TEST_AUTHTOKEN); | |
Assert.AreEqual(CallStatus.Fail, call.Status); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment