-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make combination tests support recording when an exception is thrown (#…
- Loading branch information
1 parent
a4b159a
commit 527eedf
Showing
5 changed files
with
115 additions
and
3 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
24 changes: 24 additions & 0 deletions
24
src/Verify.Tests/CombinationTests.RecordingWithExceptionPausedTest.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
1, Smith St : { | ||
target: { | ||
Type: Exception, | ||
Message: boom | ||
}, | ||
key: recorded 1 Smith St | ||
}, | ||
1, Wallace St: { | ||
target: { | ||
Type: Exception, | ||
Message: boom | ||
}, | ||
key: recorded 1 Wallace St | ||
}, | ||
10, Smith St : { | ||
target: 10 Smith St, | ||
key: recorded 10 Smith St | ||
}, | ||
10, Wallace St: { | ||
target: 10 Wallace St, | ||
key: recorded 10 Wallace St | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
src/Verify.Tests/CombinationTests.RecordingWithExceptionTest.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
1, Smith St : { | ||
target: { | ||
Type: Exception, | ||
Message: boom | ||
}, | ||
key: recorded 1 Smith St | ||
}, | ||
1, Wallace St: { | ||
target: { | ||
Type: Exception, | ||
Message: boom | ||
}, | ||
key: recorded 1 Wallace St | ||
}, | ||
10, Smith St : { | ||
target: 10 Smith St, | ||
key: recorded 10 Smith St | ||
}, | ||
10, Wallace St: { | ||
target: 10 Wallace St, | ||
key: recorded 10 Wallace St | ||
} | ||
} |
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