File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
spring-cloud-loadbalancer/src/test/java/org/springframework/cloud/loadbalancer/security
spring-cloud-test-support/src/main/java/org/springframework/cloud/test Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2929import org .springframework .context .annotation .Configuration ;
3030
3131import static org .assertj .core .api .Assertions .assertThat ;
32+
3233/**
3334 * @author Dave Syer
3435 *
Original file line number Diff line number Diff line change 2424import org .junit .jupiter .api .extension .ExtendWith ;
2525
2626/**
27- * Annotation used in combination with {@link ModifiedClassPathExtension} to override entries
28- * on the classpath.
27+ * Annotation used in combination with {@link ModifiedClassPathExtension} to override
28+ * entries on the classpath.
2929 *
3030 * @author Andy Wilkinson
3131 */
Original file line number Diff line number Diff line change 3737/**
3838 * A custom {@link Extension} that runs tests using a modified class path. Entries are
3939 * excluded from the class path using {@link ClassPathExclusions @ClassPathExclusions} and
40- * overridden using {@link ClassPathOverrides @ClassPathOverrides} on the test class.
41- * A class loader is created with the customized class path and is used both to load
42- * the test class and as the thread context class loader while the test is being run.
40+ * overridden using {@link ClassPathOverrides @ClassPathOverrides} on the test class. A
41+ * class loader is created with the customized class path and is used both to load the
42+ * test class and as the thread context class loader while the test is being run.
4343 *
4444 * @author Christoph Dreis
4545 * @author Siva Krishna Battu
You can’t perform that action at this time.
0 commit comments