Fix formatting
This commit is contained in:
parent
2dfa1804f4
commit
d67d8ddf2d
|
@ -96,7 +96,7 @@ for use in unit and integration testing.
|
||||||
|
|
||||||
`ReflectionTestUtils` is a collection of reflection-based utility methods. Developers use
|
`ReflectionTestUtils` is a collection of reflection-based utility methods. Developers use
|
||||||
these methods in testing scenarios where they need to change the value of a constant, set
|
these methods in testing scenarios where they need to change the value of a constant, set
|
||||||
a non-++public++ field, invoke a non-++public++ setter method, or invoke a non-++public++
|
a non-`public` field, invoke a non-`public` setter method, or invoke a non-`public`
|
||||||
_configuration_ or _lifecycle_ callback method when testing application code involving
|
_configuration_ or _lifecycle_ callback method when testing application code involving
|
||||||
use cases such as the following.
|
use cases such as the following.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue