Adam Murdoch-3 wrote: > > One possible hook we could provide is to allow you to provide a custom > TestClassProcessor implementation, which decorates the built-in one. > Would this allow me to freely reorder test classes without losing any Gradle-provided testing features like running tests in parallel?
Adam Murdoch-3 wrote: > > An option would be to introduce a public API which looks > something like TestClassProcessor, but which we can keep a bit more > stable. > How about just letting me provide an ordered list of classes to the test task? Or a comparator? Cheers, Peter -- View this message in context: http://old.nabble.com/Running-test-classes-in-a-custom-order-tp28792765p28811684.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
