forked from apache/camel-karaf
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref apache#276: Propose an integration test framework (apache#277)
* Add camel jetty integration test * Provide a way to easily deploy Camel routes written in Java by implementing `CamelRouteSupplier` * Provide a way to easily deploy Camel routes written using Blueprint DSL by adding them into `OSGI-INF/blueprint` * Allow remote debug by adding the system property `camel.karaf.itest.debug` to the build command * Allow providing hints to the framework thanks to the annotation `CamelKarafTestHint` * Allow to manage several Camel contexts * Provide samples to show how to use it --------- Co-authored-by: François de Parscau <[email protected]> Co-authored-by: Francois de Parscau <[email protected]>
- Loading branch information
1 parent
7d102d3
commit 3feaf6c
Showing
62 changed files
with
3,415 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 0 additions & 97 deletions
97
...-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelComponent.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...st/src/main/java/org/apache/karaf/camel/itests/AbstractCamelComponentResultFileBased.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.