Replace 'via' with 'over' or 'through' in the documentation
Closes gh-33878
This commit is contained in:
@@ -88,9 +88,9 @@ class JacksonTesterIntegrationTests {
|
||||
void parseSpecialCharactersTest() throws Exception {
|
||||
JacksonTester.initFields(this, new ObjectMapper());
|
||||
// Confirms that the handling of special characters is symmetrical between
|
||||
// the serialization (via the JacksonTester) and the parsing (via json-path). By
|
||||
// default json-path uses SimpleJson as its parser, which has a slightly different
|
||||
// behavior to Jackson and breaks the symmetry. JacksonTester
|
||||
// the serialization (through the JacksonTester) and the parsing (through
|
||||
// json-path). By default json-path uses SimpleJson as its parser, which has a
|
||||
// slightly different behavior to Jackson and breaks the symmetry. JacksonTester
|
||||
// configures json-path to use Jackson for evaluating the path expressions and
|
||||
// restores the symmetry. See gh-15727
|
||||
String stringWithSpecialCharacters = "\u0006\u007F";
|
||||
|
||||
@@ -25,7 +25,8 @@ import org.junit.jupiter.api.extension.ExtensionContext;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link OutputCaptureExtension} when used via {@link ExtendWith @ExtendWith}.
|
||||
* Tests for {@link OutputCaptureExtension} when used through
|
||||
* {@link ExtendWith @ExtendWith}.
|
||||
*
|
||||
* @author Madhura Bhave
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user