← Prev in month
← Prev in thread
Another conformance test question
Sorry for sending these comments piecemeal... Why are contribution names passed to: RuntimeBridge.startContribution(String contributionLocation, String[] contributionNames) when they appear to be the same as those set in: RuntimeBridge.setTestConfiguration(TestConfiguration testConfiguration)? Assuming they are the same, I think it would be clearer to pass an immutable object to the startContribution method such as: RuntimeBridge.startContribution(TestConfiguration configuration) Jim
← Prev in month
← Prev in thread