44454647484950515253
@Test public void shouldMapObjectToJsonString() throws IOException { //Given //When String jsonResult = entityMapper.mapToString(new CarBuilder().model(CAR_MODEL).name(CAR_NAME).build()); //Then assertThat(jsonResult, is(JSON_STRING)); }