Consolidate support for canRunOnThisPlatform() ----------------------------------------------
Key: CAMEL-2916 URL: https://issues.apache.org/activemq/browse/CAMEL-2916 Project: Apache Camel Issue Type: Improvement Affects Versions: 2.3.0 Reporter: Hadrian Zbarcea Assignee: Hadrian Zbarcea Priority: Minor Fix For: 2.4.0 Some tests are only restricted to a few platforms using a canRunOnThisPlatform(). Instead of making this check in every test, a better implementation is to override runBare() and only check once. This method should also be provided in TestSupport actually, to make this feature available to the whole test suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.