Yes. Arup and I are working together and we found that there was an
easy way to assign a single Category to a test and then run tests
belonging to a particular category in a class.
Currently its possible to add
@Category ("A") to a junit test.
We would like to ask if someone is working on a way to assign multiple
categories
like
@Category("A", "B", "C") to a junit test.
Also, it would be nice to have a functionality in Ant to specify the
category of test cases we want to run in the <junit> task.
If this has not been done, I guess we may take the initiative to
provide this.
Thanks
Sarthak