diff --git a/README.md b/README.md index 08dbf0be0b460d99b46ca3eb0e9baae2590984f9..13ec19926c4bc003da290b65a2686f9ca3088d6a 100644 --- a/README.md +++ b/README.md @@ -41,25 +41,23 @@ Select your source code folder (where the `pom.xml` should be placed) Eclipse should then import 2 projects (`xcs-sample` and `domain`) ## Sample 1: Testing entities -Coming soon... +Using JUnit and Hamcrest, we will see how to test JPA entities or any other +basic Java class. -## Sample 2: Testing persistence -Coming soon... +## Sample 2: Testing with test doubles +Coming soon.... ## Sample 3: Testing EJBs Coming soon... -## Sample 4: Testing with test doubles -Coming soon... - -## Sample 5: Testing JAX-RS +## Sample 4: Testing JAX-RS Coming soon... -## Sample 6: Testing AngularJS +## Sample 5: Testing AngularJS Coming soon... -## Sample 7: Testing JSF +## Sample 6: Testing JSF Coming soon... -## Sample 8: Additional Testing Tools +## Sample 7: Additional Testing Tools Coming soon...