Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: nunit-plugin
-
Labels:None
-
Similar Issues:
Description
If we use fixture attributes then is there a way to show the generated tests individually? Currently the tests generated by the fixture attribute are show as tests, but way to tell them apart.
I do not know if test attribute has the same issue.
Example of fixture attribute attached.