Should call both RecordEnd and RecordResult at end of a test
Bug #1065209 reported by
Charlie Poole
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit Test Adapter |
Fix Released
|
High
|
Charlie Poole |
Bug Description
Per Ian Bavey, RecordResult is used to tell us the result of a particular test (passed/failed, duration, etc.) while RecordStart and RecordEnd are used to notify data collectors that a test has begun ended (code coverage is an example of a data collector).
The adapter has always called RecordStart, but not RecordEnd. We should start calling RecordEnd as well.
Related branches
Changed in nunit-vs-adapter: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 0.93 |
description: | updated |
Changed in nunit-vs-adapter: | |
status: | Triaged → Fix Committed |
Changed in nunit-vs-adapter: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.