Change one test case title.
This commit is contained in:
parent
b3cf85f838
commit
0bda908598
@ -22,7 +22,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
|
|||||||
public class JacksonFieldUnitTest {
|
public class JacksonFieldUnitTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public final void givenDifferentAccessLevels_whenSerializing_thenPublicFieldsAreSerialized() throws JsonProcessingException {
|
public final void givenDifferentAccessLevels_whenPublic_thenSerializable() throws JsonProcessingException {
|
||||||
final ObjectMapper mapper = new ObjectMapper();
|
final ObjectMapper mapper = new ObjectMapper();
|
||||||
|
|
||||||
final MyDtoAccessLevel dtoObject = new MyDtoAccessLevel();
|
final MyDtoAccessLevel dtoObject = new MyDtoAccessLevel();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user