問題タブ [camel-test]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
280 参照

apache-camel - Apache Camel ルートで Arquillian テストを実行する方法

私はApache Camelが初めてです。キャメルルートを使用してファイルを別の場所に配置する簡単なプログラムを作成しました。そして、そのために Junit と Mock Tests を書きました。

これは私の simpleCamelRoute.java です

これは SimpleCamelRouteTest.java です

これは私のapplication.ymlファイルです

MockEndPointsを介してMock Testで試したのと同じように。

Apache Camel の公式サイト: https://camel.apache.org/cdi-testing.htmlを参照しましたが、Camel Arquillian Integration テストでテストするフローがわかりませんでした。

Arquillian を使用してプロジェクトをテストするにはどうすればよいですか。