问题
I want a testing framework that makes it easier to group like tests together.
I like how rpsec makes it easier to group similiar tests together, can you do this with any .net based framework?
I'm using nunit at the moment.
回答1:
Aren't you looking for NUnit Category attribute? http://www.nunit.org/index.php?p=category&r=2.2
来源:https://stackoverflow.com/questions/15839507/does-c-sharp-have-a-rspec-like-testing-framework-that-makes-grouping-like-tests