[SPR-5887] Upgraded to JUnit 4.6.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1465 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
58db446b9b
commit
e3576d4f4a
|
|
@ -32,7 +32,7 @@ import org.springframework.test.context.support.DirtiesContextTestExecutionListe
|
||||||
* <p>
|
* <p>
|
||||||
* Abstract base test class which integrates the <em>Spring TestContext
|
* Abstract base test class which integrates the <em>Spring TestContext
|
||||||
* Framework</em> with explicit {@link ApplicationContext} testing support in a
|
* Framework</em> with explicit {@link ApplicationContext} testing support in a
|
||||||
* <strong>JUnit 4.5</strong> environment.
|
* <strong>JUnit 4.6</strong> environment.
|
||||||
* </p>
|
* </p>
|
||||||
* <p>
|
* <p>
|
||||||
* Concrete subclasses should typically declare a class-level
|
* Concrete subclasses should typically declare a class-level
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@ import org.springframework.test.context.junit4.statements.SpringRepeat;
|
||||||
* <p>
|
* <p>
|
||||||
* <code>SpringJUnit4ClassRunner</code> is a custom extension of
|
* <code>SpringJUnit4ClassRunner</code> is a custom extension of
|
||||||
* {@link BlockJUnit4ClassRunner} which provides functionality of the
|
* {@link BlockJUnit4ClassRunner} which provides functionality of the
|
||||||
* <em>Spring TestContext Framework</em> to standard JUnit 4.5+ tests by means
|
* <em>Spring TestContext Framework</em> to standard JUnit 4.6+ tests by means
|
||||||
* of the {@link TestContextManager} and associated support classes and
|
* of the {@link TestContextManager} and associated support classes and
|
||||||
* annotations.
|
* annotations.
|
||||||
* </p>
|
* </p>
|
||||||
|
|
@ -74,7 +74,7 @@ import org.springframework.test.context.junit4.statements.SpringRepeat;
|
||||||
* </ul>
|
* </ul>
|
||||||
* <p>
|
* <p>
|
||||||
* <b>NOTE:</b> As of Spring 3.0, <code>SpringJUnit4ClassRunner</code> requires
|
* <b>NOTE:</b> As of Spring 3.0, <code>SpringJUnit4ClassRunner</code> requires
|
||||||
* JUnit 4.5.
|
* JUnit 4.6.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author Sam Brannen
|
* @author Sam Brannen
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* <p>Support classes for ApplicationContext-based and transactional
|
* <p>Support classes for ApplicationContext-based and transactional
|
||||||
* tests run with JUnit 4.5 and the <em>Spring TestContext Framework</em>.</p>
|
* tests run with JUnit 4.6 and the <em>Spring TestContext Framework</em>.</p>
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.springframework.test.context.junit4;
|
package org.springframework.test.context.junit4;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2009 the original author or authors.
|
* Copyright 2002-2009 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2009 the original author or authors.
|
* Copyright 2002-2009 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2009 the original author or authors.
|
* Copyright 2002-2009 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2009 the original author or authors.
|
* Copyright 2002-2009 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,17 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
|
||||||
* <p>This package contains the <em>Spring TestContext Framework</em>
|
* <p>This package contains the <em>Spring TestContext Framework</em>
|
||||||
* which provides annotation-driven unit and integration testing support
|
* which provides annotation-driven unit and integration testing support
|
||||||
* that is agnostic of the actual testing framework in use. The same
|
* that is agnostic of the actual testing framework in use. The same
|
||||||
* techniques and annotation-based configuration used in, for example, a
|
* techniques and annotation-based configuration used in, for example, a
|
||||||
* JUnit 3.8 environment can also be applied to tests written with JUnit
|
* JUnit 3.8 environment can also be applied to tests written with JUnit
|
||||||
* 4.5, TestNG, etc.</p>
|
* 4.6, TestNG, etc.</p>
|
||||||
*
|
*
|
||||||
* <p>In addition to providing generic and extensible testing
|
* <p>In addition to providing generic and extensible testing
|
||||||
* infrastructure, the Spring TestContext Framework provides out-of-the-box
|
* infrastructure, the Spring TestContext Framework provides out-of-the-box
|
||||||
* support for Spring-specific integration testing functionality such as
|
* support for Spring-specific integration testing functionality such as
|
||||||
* context management and caching, dependency injection of test fixtures,
|
* context management and caching, dependency injection of test fixtures,
|
||||||
* and transactional test management with default rollback semantics.</p>
|
* and transactional test management with default rollback semantics.</p>
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.springframework.test.context;
|
package org.springframework.test.context;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue