Hi
Would it be possibe to make setter for TestCaseActivity.TestCaseName property?
We have written a custom suite runner that runs test methods based on their names it also wraps them in a TestSuiteActivity, but it ony has acces to a method name for each test. We would like to change a name of test case within a test case method itself. But for that we need a setter on this property.
On a side note it seems that your API documentation on the website does not include TestCaseActivity.