This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-13965 in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/CAMEL-13965 by this push: new 09f4a80 CAMEL-13965: Corrected few typos 09f4a80 is described below commit 09f4a808237b3024b17cc32d416c33c005fe7742 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Thu Sep 12 21:02:42 2019 +0200 CAMEL-13965: Corrected few typos --- .../camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc b/components/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc index fa3e2ab..62c92ad 100644 --- a/components/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc +++ b/components/camel-test-spring-junit5/src/main/docs/test-spring-junit5.adoc @@ -2,7 +2,7 @@ *Available since 3.0* -The `camel-test-spring-junit5` module makes it possible to test Camel Spring based application with JUnit 5. +The `camel-test-spring-junit5` module makes it possible to test Camel Spring based applications with JUnit 5. Testing is a crucial part of any development or integration work. The Spring Framework offers a number of features that makes it easy to test while using Spring for Inversion of Control. @@ -133,8 +133,8 @@ Projects using `camel-test-spring` would need to use `camel-test-spring-junit5`. Tips: It's possible to run JUnit 4 & JUnit 5 based Camel Spring tests side by side including the following dependencies `camel-test-spring`, `camel-test-spring-junit5` and `junit-vintage-engine`. This configuration allows to migrate a Camel Spring test at once. -=== Typical migration steps linked to JUnit 5 support in Camel Spring Test -* Migration steps linked to Camel Test Junit 5 itself should have been applied first +=== Typical migration steps linked to JUnit 5 support in Camel Test Spring +* Migration steps linked to JUnit 5 support in Camel Test itself should have been applied first * Imports of `org.apache.camel.test.spring.\*` should be replaced with `org.apache.camel.test.spring.junit5.*` * Usage of `@RunWith(CamelSpringRunner.class)` should be replaced with `@CamelSpringTest` * Usage of `@BootstrapWith(CamelTestContextBootstrapper.class)` should be replaced with `@CamelSpringTest`