December 2019
Intermediate to advanced
314 pages
6h 51m
English
Our CustomerEndpointTest class contains the same code we used to verify the Keycloak authentication. Behind the scenes, however, it will execute the following steps:
The test can be executed with the following command:
$ mvn compile test
You should see that it completes successfully, as follows:
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.463 s - in com.packt.quarkus.chapter7.CustomerEndpointTest2019-08-24 15:37:29,879 INFO [io.quarkus] (main) Quarkus stopped in 0.006s
Read now
Unlock full access