Commit f736f373 authored by Administrator's avatar Administrator

Updates README.md to describe the first step

The first step is described and the sample points were reordered.
parent 2335425e
...@@ -41,25 +41,23 @@ Select your source code folder (where the `pom.xml` should be placed) ...@@ -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`) Eclipse should then import 2 projects (`xcs-sample` and `domain`)
## Sample 1: Testing entities ## 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 ## Sample 2: Testing with test doubles
Coming soon... Coming soon....
## Sample 3: Testing EJBs ## Sample 3: Testing EJBs
Coming soon... Coming soon...
## Sample 4: Testing with test doubles ## Sample 4: Testing JAX-RS
Coming soon...
## Sample 5: Testing JAX-RS
Coming soon... Coming soon...
## Sample 6: Testing AngularJS ## Sample 5: Testing AngularJS
Coming soon... Coming soon...
## Sample 7: Testing JSF ## Sample 6: Testing JSF
Coming soon... Coming soon...
## Sample 8: Additional Testing Tools ## Sample 7: Additional Testing Tools
Coming soon... Coming soon...
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment