Reporter | werner (werner) |
---|---|
Created | Feb 9, 2012 3:49:36 PM |
Updated | Feb 9, 2012 3:50:19 PM |
Priority | Normal |
Type | Feature |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
A minor bug and a feature request that would also fix that bug.
Bug steps (but couldn't reproduce, probably a race condition):
1. Create a parametized NUnit test (ex: public void MyTest([Random(-100,100,0.1)] int n))
2. Run the tests in R# test runner Window WITH "Show Time" enabled
3. Timing isn't displayed for "MyTest"
4. Change "MyTest" to have no parameter.
5. Run again.
6. Timing isn't displayed for "MyTest" <– Should be
7. Rename to "MyTest2" and run again.
8. Timing is displayed as expected
Feature request:
Show the total time of test parametized cases.
Bug steps (but couldn't reproduce, probably a race condition):
1. Create a parametized NUnit test (ex: public void MyTest([Random(-100,100,0.1)] int n))
2. Run the tests in R# test runner Window WITH "Show Time" enabled
3. Timing isn't displayed for "MyTest"
4. Change "MyTest" to have no parameter.
5. Run again.
6. Timing isn't displayed for "MyTest" <– Should be
7. Rename to "MyTest2" and run again.
8. Timing is displayed as expected
Feature request:
Show the total time of test parametized cases.