-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
eb04f62
commit cb19d40
Showing
4 changed files
with
13 additions
and
69 deletions.
There are no files selected for viewing
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
30 changes: 0 additions & 30 deletions
30
src/Verify.Tests/VerifyCombinationsSample.BuildAddressExceptionsTest.verified.txt
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 |
---|---|---|
@@ -1,54 +1,24 @@ | ||
{ | ||
-1, null , null : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
-1, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
-1, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
-1, null , Valid City: ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
-1, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
-1, Valid St, null : ArgumentNullException: Value cannot be null. (Parameter 'city'), | ||
-1, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
-1, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
-1, Valid St, Valid City: | ||
ArgumentOutOfRangeException: streetNumber ('-1') must be greater than or equal to '1'. (Parameter 'streetNumber') | ||
Actual value was -1., | ||
0, null , null : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
0, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
0, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
0, null , Valid City: ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
0, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
0, Valid St, null : ArgumentNullException: Value cannot be null. (Parameter 'city'), | ||
0, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
0, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
0, Valid St, Valid City: | ||
ArgumentOutOfRangeException: streetNumber ('0') must be greater than or equal to '1'. (Parameter 'streetNumber') | ||
Actual value was 0., | ||
10, null , null : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
10, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
10, null , : ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
10, null , Valid City: ArgumentNullException: Value cannot be null. (Parameter 'street'), | ||
10, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , null : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, , Valid City: ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'street'), | ||
10, Valid St, null : ArgumentNullException: Value cannot be null. (Parameter 'city'), | ||
10, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
10, Valid St, : ArgumentException: The value cannot be an empty string or composed entirely of whitespace. (Parameter 'city'), | ||
10, Valid St, Valid City: 10 Valid St, Valid City | ||
} |
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