Hi,
I have some problem with yours Test Runner. I have set some category name by attribute on UnitTest, but when this attribute is not on first place then it is not used to category sorting in yours Test runner.
example: I need to sort by both TestCategory: INTEGRATION_TEST and also SU. Now I can sort only by first attribute in this case INTEGRATION_TEST. In older version of CodeRush there was this supported.
C#[TestMethod]
[TestCategory(INTEGRATION_TEST)]
[TestCategory("SU")]
[Priority(5)]
public void Terminal_impulse_process_Activity()
{
Why did you change this? I is possible to back to older behaviour ?
Thanks.
Hello,
Thank you for pointing out this issue. I have reproduced it on my side.
So, we will research it and let you know as soon as we have any results.