You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The standard separator for @testClasses is a space. However if you put in a comma, the @testClasses annotation still "succeeds" but the XML is not what is expected. The XML generated is
It would be nice if instead of just splitting on space we also split on ; and , and then removed them from the end of any class names so that the runTest is set correctly.
The text was updated successfully, but these errors were encountered:
The standard separator for
@testClasses
is a space. However if you put in a comma, the@testClasses
annotation still "succeeds" but the XML is not what is expected. The XML generated isIt would be nice if instead of just splitting on space we also split on
;
and,
and then removed them from the end of any class names so that therunTest
is set correctly.The text was updated successfully, but these errors were encountered: