Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.11.0
-
None
-
Unknown
Description
When using the Camel TestNG integration, tests work fine when no -groups are specified, but fail if a group is selected.
This is due to the default behavior of TestNG's annotations. @BeforeClass, @AfterClass, etc need a "alwaysRun = true" argument in order to still run when groups are selected.
This is really a peculiarity in the way TestNG works, but nonetheless, the Camel support classes do not work with TestNG groups