Skip to content

Instantly share code, notes, and snippets.

@devinrader
Created April 12, 2013 16:10
Show Gist options
  • Save devinrader/5373146 to your computer and use it in GitHub Desktop.
Save devinrader/5373146 to your computer and use it in GitHub Desktop.
[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