Otavio Rodolfo Piske created CAMEL-19742:
--------------------------------------------
Summary: Create a new base test class
Key: CAMEL-19742
URL: https://issues.apache.org/jira/browse/CAMEL-19742
Project: Camel
Issue Type: Task
Reporter: Otavio Rodolfo Piske
If we want to be able to convert the Camel tests to use the
camel-test-infra-core and, if we expect that at some point in the future, users
would want to use that as well ... we should make the process *as easy as
possible*.
Currently, converting the code is not complex, however is does require a few
steps to
[convert|https://github.com/apache/camel/tree/camel-4.0.0/test-infra/camel-test-infra-core].
This can be discouraging to contributors willing to help convert the code as
well to users (in the medium).
As such, we should provide supporting classes that facilitate the work of
converting the code. Ideally we should aim to make this effort as easy as a
drop in replacement. To achieve that, one class that *must* be provided is a
new version of the
[CamelTestSupport|https://github.com/apache/camel/blob/camel-4.0.0/components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/CamelTestSupport.java]
that is based on the camel-test-infra-core and provide the same facilities
(methods, protected member variables and other API related items).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)