From f736f3733a03649abb29ff545a56b9ba910e1d3e Mon Sep 17 00:00:00 2001 From: Miguel Reboiro-Jato Date: Tue, 6 Oct 2015 00:04:54 +0200 Subject: [PATCH] Updates README.md to describe the first step The first step is described and the sample points were reordered. --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 08dbf0b..13ec199 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... -- 2.18.1