Alan Conway wrote:
Don't forget there are *two* points for centralizing test control code. One is the co-ordinator, the other is the test runners that will actually be running the tests.
My view is that anything that can be done in the co-ordinator should be done there. The test runners only centralize code for one language; the co-ordinator centralizes code for the entire framework.
