We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c7e2f commit ecd08a9Copy full SHA for ecd08a9
src/test/java/dev/subhransu/fasterxmljacksonexamples/CustomSerializer/JsonSerializeExampleTest.java renamed to src/test/java/dev/subhransu/fasterxmljacksonexamples/CustomSerializer/CustomSerializerExample.java
@@ -14,7 +14,7 @@
14
15
@SpringBootTest
16
@AutoConfigureMockMvc
17
-class JsonSerializeExampleTest {
+class CustomSerializerExampleTest {
18
19
@Autowired private MockMvc mockMvc;
20
@@ -34,4 +34,3 @@ void shouldSucceed() throws Exception {
34
.andExpect(jsonPath("$.greetings").value("Hello, John"));
35
}
36
37
-
0 commit comments