|
|
|
|
@ -14,15 +14,16 @@
@@ -14,15 +14,16 @@
|
|
|
|
|
* limitations under the License. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
package org.springframework.test.context.bean.override.convention; |
|
|
|
|
package org.springframework.test.context.bean.override.example; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Shared {@link TestBean @TestBean} factory methods. |
|
|
|
|
* Interface that exposes a single method that is used by bean overriding |
|
|
|
|
* tests. |
|
|
|
|
* |
|
|
|
|
* @author Sam Brannen |
|
|
|
|
* @since 6.2 |
|
|
|
|
*/ |
|
|
|
|
interface TestBeanFactory { |
|
|
|
|
public interface TestBeanFactory { |
|
|
|
|
|
|
|
|
|
static String createTestMessage() { |
|
|
|
|
return "test"; |