Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Quarkus in Action Chapter 05 - Testing Quarkus applications

Available in: English


Chapter 05 builds on top of the Reservation service we built in Chapter 04 and showcases various test scenarios, including:

After this chapter, you will have the following test available in the Reservation service:

$ tree reservation-service/src/test/java
reservation-service/src/test/java
└── org
    └── acme
        └── reservation
            ├── ReservationRepositoryTest.java
            ├── ReservationResourceIT.java
            └── ReservationResourceTest.java