Hi folks
We utilize the "FixtureCategory" attribute for our integration tests.
For category name we use a hierarchy-like formatted string (hierarchy
separation by period).
For example we use the following categories:
Integration.Hardware
Integration.Database
Integration.Performance
MBUnit-GUI handels this in a pretty cool way; it presents a hierarchy
for these tests in the following form:
Integration
Hardware
Database
Performance
So I can decide to run all integration tests or just a particular one
with just a single click. Unfortunately this does not work with the
console runner. If I want to run all integration tests I have to write
something like
/fc:Integration.Hardware,Integration.Database,Integration.Performance.
The problem is as follows:
Every time a new category is defined, I have to upgrade my build
script (FinalBuilder) with this new category.
What I'd really like to have for running all integration tests is
something like:
"/fc:Integration" or maybe
"/fc:Integration.*" :).
Is there a chance to achieve this?
Thanks
Lothar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---