You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Otavio Rodolfo Piske (Jira)" <ji...@apache.org> on 2023/01/19 10:54:00 UTC

[jira] [Created] (CAMEL-18957) Create a JUnit 5 extension for the Camel Context

Otavio Rodolfo Piske created CAMEL-18957:
--------------------------------------------

             Summary: Create a JUnit 5 extension for the Camel Context
                 Key: CAMEL-18957
                 URL: https://issues.apache.org/jira/browse/CAMEL-18957
             Project: Camel
          Issue Type: Improvement
          Components: tests
    Affects Versions: 3.x
            Reporter: Otavio Rodolfo Piske
            Assignee: Otavio Rodolfo Piske
             Fix For: 4.0


Most of our tests in 3.x extend the `CamelTestSupport` class. This class is showing sign of age, it's getting complex and hard to maintain and debug. Additionally, with JUnit 5, we have more flexible mechanisms that we can use to run tests. This could allow us to explore interesting testing approaches (such as the live testing that was introduced in Quarkus - just an example).

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)