You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ivan Kulaga (Jira)" <ji...@apache.org> on 2023/12/05 06:06:00 UTC

[jira] [Commented] (CAMEL-19742) Create a new base test class

    [ https://issues.apache.org/jira/browse/CAMEL-19742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793144#comment-17793144 ] 

Ivan Kulaga commented on CAMEL-19742:
-------------------------------------

Hello! Do you need help breaking this down into smaller pieces? id like to work on this issue.

> 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
>            Assignee: Nikita_Konovalov
>            Priority: Major
>
> 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)