|
1 | 1 | /*
|
2 |
| - * Copyright 2002-2018 the original author or authors. |
| 2 | + * Copyright 2002-2019 the original author or authors. |
3 | 3 | *
|
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | * you may not use this file except in compliance with the License.
|
|
46 | 46 | * with explicit {@link ApplicationContext} testing support in a <strong>TestNG</strong>
|
47 | 47 | * environment.
|
48 | 48 | *
|
49 |
| - * <p>Concrete subclasses: |
50 |
| - * <ul> |
51 |
| - * <li>Typically declare a class-level {@link ContextConfiguration |
52 |
| - * @ContextConfiguration} annotation to configure the {@linkplain ApplicationContext |
53 |
| - * application context} {@linkplain ContextConfiguration#locations() resource locations} |
54 |
| - * or {@linkplain ContextConfiguration#classes() annotated classes}. <em>If your test |
55 |
| - * does not need to load an application context, you may choose to omit the |
56 |
| - * {@code @ContextConfiguration} declaration and to configure the appropriate |
57 |
| - * {@link org.springframework.test.context.TestExecutionListener TestExecutionListeners} |
58 |
| - * manually.</em></li> |
59 |
| - * <li>Must have constructors which either implicitly or explicitly delegate to |
60 |
| - * {@code super();}.</li> |
61 |
| - * </ul> |
| 49 | + * <p>Concrete subclasses should typically declare a class-level |
| 50 | + * {@link ContextConfiguration @ContextConfiguration} annotation to |
| 51 | + * configure the {@linkplain ApplicationContext application context} {@linkplain |
| 52 | + * ContextConfiguration#locations() resource locations} or {@linkplain |
| 53 | + * ContextConfiguration#classes() component classes}. <em>If your test does not |
| 54 | + * need to load an application context, you may choose to omit the |
| 55 | + * {@link ContextConfiguration @ContextConfiguration} declaration and to configure |
| 56 | + * the appropriate {@link org.springframework.test.context.TestExecutionListener |
| 57 | + * TestExecutionListeners} manually.</em> Concrete subclasses must also have |
| 58 | + * constructors which either implicitly or explicitly delegate to {@code super();}. |
62 | 59 | *
|
63 | 60 | * <p>The following {@link org.springframework.test.context.TestExecutionListener
|
64 | 61 | * TestExecutionListeners} are configured by default:
|
@@ -105,7 +102,7 @@ public abstract class AbstractTestNGSpringContextTests implements IHookable, App
|
105 | 102 |
|
106 | 103 |
|
107 | 104 | /**
|
108 |
| - * Construct a new AbstractTestNGSpringContextTests instance and initialize |
| 105 | + * Construct a new {@code AbstractTestNGSpringContextTests} instance and initialize |
109 | 106 | * the internal {@link TestContextManager} for the current test class.
|
110 | 107 | */
|
111 | 108 | public AbstractTestNGSpringContextTests() {
|
|
0 commit comments