parent
ebeadc74c5
commit
2dc8335b7f
|
@ -44,7 +44,7 @@ import org.springframework.util.StringUtils;
|
||||||
* @see BootstrapContext
|
* @see BootstrapContext
|
||||||
* @see TestContextBootstrapper
|
* @see TestContextBootstrapper
|
||||||
*/
|
*/
|
||||||
abstract class BootstrapUtils {
|
public abstract class BootstrapUtils {
|
||||||
|
|
||||||
private static final String DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME =
|
private static final String DEFAULT_BOOTSTRAP_CONTEXT_CLASS_NAME =
|
||||||
"org.springframework.test.context.support.DefaultBootstrapContext";
|
"org.springframework.test.context.support.DefaultBootstrapContext";
|
||||||
|
|
Loading…
Reference in New Issue