Support async test methods
Bug #1064620 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
Test methods marked async are run, but execution of tests can overlap. We should use a version of NUnit in the adapter that recognizes async tests and waits for them to complete before going on to the next test. There is currently code in the NUnit trunk that will do this. We can either use that code outside the normal release cycle or wait for NUnit 2.6.2.
Related branches
Changed in nunit-vs-adapter: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 0.93 |
milestone: | 0.93 → none |
Changed in nunit-vs-adapter: | |
milestone: | none → 0.93 |
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.