src/test/java/de/gedoplan/seminar/jpa/exercise/Exercise03Test.java
@@ -25,4 +25,10 @@ mockMvc.perform(get("/highways/findByOrigin/{origin}", "Dortmund")) .andExpect(jsonPath("$.size()",is(2))); } @Test void test02_countOrigins() throws Exception { mockMvc.perform(get("/highways/countOrigins")) .andExpect(jsonPath("$",is(2))); } }