March 2018
Intermediate to advanced
324 pages
8h 30m
English
When we know the required feature, we will start looking at the Alexandria project:
Firstly, we want to confirm that this project has never been tested, and the lack of a test folder reveals so:
$ find src/test
find: src/test: No such file or directory
These are the folder contents for the Java part:
$ cd src/main/java/com/packtpublishing/tddjava/ch09/alexandria/
$ find .
.
./Book.java
./Books.java
./BooksEndpoint.java
./BooksRepository.java
./CustomExceptionMapper.java
./MyApplication.java
./States.java
./User.java
./UserRepository.java
./Users.java
Here is the rest:
$ cd src/main
$ find resources webapp
resources
resources/applicationContext.xml
webapp
webapp/WEB-INF ...Read now
Unlock full access