-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd59ae
commit ef15833
Showing
11 changed files
with
202 additions
and
100 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
Vonage.Test.Unit/Data/MessagingTests/SendSmsAsyncBadResponse.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"status": "4", | ||
"error-text": "invalid credentials" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
Vonage.Test.Unit/Data/MessagingTests/SendSmsAsyncWithAllPropertiesSet.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"to": "447700900000", | ||
"message-id": "0A0000000123ABCD1", | ||
"status": "0", | ||
"remaining-balance": "3.14159265", | ||
"message-price": "0.03330000", | ||
"network": "12345", | ||
"account-ref": "customer1234" | ||
} | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"status": "4", | ||
"error-text": "invalid credentials" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
Vonage.Test.Unit/Data/MessagingTests/SendSmsTypicalUsageSimplifiedAsync.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"to": "447700900000", | ||
"message-id": "0A0000000123ABCD1", | ||
"status": "0", | ||
"remaining-balance": "3.14159265", | ||
"message-price": "0.03330000", | ||
"network": "12345", | ||
"account-ref": "customer1234" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
Vonage.Test.Unit/Data/MessagingTests/SendSmsWithAllPropertiesSet.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"to": "447700900000", | ||
"message-id": "0A0000000123ABCD1", | ||
"status": "0", | ||
"remaining-balance": "3.14159265", | ||
"message-price": "0.03330000", | ||
"network": "12345", | ||
"account-ref": "customer1234" | ||
} | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
Vonage.Test.Unit/Data/MessagingTests/SendSmsWrongCredentialsThrowsException.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"message-count": "1", | ||
"messages": [ | ||
{ | ||
"status": "4", | ||
"error-text": "invalid credentials" | ||
} | ||
] | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.