RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* The simplest implementation of the JNDI SPI that could possibly work.
|
||||
*
|
||||
* <p>Useful for setting up a simple JNDI environment for test suites
|
||||
* or stand-alone applications. If, for example, JDBC DataSources get bound to the
|
||||
* same JNDI names as within a Java EE container, both application code and
|
||||
* configuration can be reused without changes.
|
||||
*
|
||||
*/
|
||||
package org.springframework.mock.jndi;
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
The simplest implementation of the JNDI SPI that could possibly work.
|
||||
|
||||
<p>Useful for setting up a simple JNDI environment for test suites
|
||||
or stand-alone applications. If, for example, JDBC DataSources get bound to the
|
||||
same JNDI names as within a Java EE container, both application code and
|
||||
configuration can be reused without changes.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,15 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* A comprehensive set of Servlet API 2.5 mock objects,
|
||||
* targeted at usage with Spring's web MVC framework.
|
||||
* Useful for testing web contexts and controllers.
|
||||
*
|
||||
* <p>More convenient to use than dynamic mock objects
|
||||
* (<a href="http://www.easymock.org">EasyMock</a>) or
|
||||
* existing Servlet API mock objects
|
||||
* (<a href="http://www.mockobjects.com">MockObjects</a>).
|
||||
*
|
||||
*/
|
||||
package org.springframework.mock.web;
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
A comprehensive set of Servlet API 2.5 mock objects,
|
||||
targeted at usage with Spring's web MVC framework.
|
||||
Useful for testing web contexts and controllers.
|
||||
|
||||
<p>More convenient to use than dynamic mock objects
|
||||
(<a href="http://www.easymock.org">EasyMock</a>) or
|
||||
existing Servlet API mock objects
|
||||
(<a href="http://www.mockobjects.com">MockObjects</a>).
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* A comprehensive set of Portlet API 2.0 mock objects,
|
||||
* targeted at usage with Spring's web MVC framework.
|
||||
* Useful for testing web contexts and controllers.
|
||||
*
|
||||
* <p>More convenient to use than dynamic mock objects
|
||||
* (<a href="http://www.easymock.org">EasyMock</a>) or
|
||||
* existing Portlet API mock objects.
|
||||
*
|
||||
*/
|
||||
package org.springframework.mock.web.portlet;
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
A comprehensive set of Portlet API 2.0 mock objects,
|
||||
targeted at usage with Spring's web MVC framework.
|
||||
Useful for testing web contexts and controllers.
|
||||
|
||||
<p>More convenient to use than dynamic mock objects
|
||||
(<a href="http://www.easymock.org">EasyMock</a>) or
|
||||
existing Portlet API mock objects.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for annotation-driven tests.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.annotation;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for annotation-driven tests.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Support classes for ApplicationContext-based and transactional
|
||||
* tests run with JUnit 3.8 and the <em>Spring TestContext Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.junit38;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>Support classes for ApplicationContext-based and transactional
|
||||
tests run with JUnit 3.8 and the <em>Spring TestContext Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Support classes for ApplicationContext-based and transactional
|
||||
* tests run with JUnit 4.5 and the <em>Spring TestContext Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.junit4;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>Support classes for ApplicationContext-based and transactional
|
||||
tests run with JUnit 4.5 and the <em>Spring TestContext Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>JUnit 4.5 based <code>statements</code> used in the <em>Spring TestContext Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.junit4.statements;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>JUnit 4.5 based <code>statements</code> used in the <em>Spring TestContext Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>This package contains the <em>Spring TestContext Framework</em>
|
||||
* which provides annotation-driven unit and integration testing support
|
||||
* that is agnostic of the actual testing framework in use. The same
|
||||
* techniques and annotation-based configuration used in, for example, a
|
||||
* JUnit 3.8 environment can also be applied to tests written with JUnit
|
||||
* 4.5, TestNG, etc.</p>
|
||||
*
|
||||
* <p>In addition to providing generic and extensible testing
|
||||
* infrastructure, the Spring TestContext Framework provides out-of-the-box
|
||||
* support for Spring-specific integration testing functionality such as
|
||||
* context management and caching, dependency injection of test fixtures,
|
||||
* and transactional test management with default rollback semantics.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context;
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>This package contains the <em>Spring TestContext Framework</em>
|
||||
which provides annotation-driven unit and integration testing support
|
||||
that is agnostic of the actual testing framework in use. The same
|
||||
techniques and annotation-based configuration used in, for example, a
|
||||
JUnit 3.8 environment can also be applied to tests written with JUnit
|
||||
4.5, TestNG, etc.</p>
|
||||
|
||||
<p>In addition to providing generic and extensible testing
|
||||
infrastructure, the Spring TestContext Framework provides out-of-the-box
|
||||
support for Spring-specific integration testing functionality such as
|
||||
context management and caching, dependency injection of test fixtures,
|
||||
and transactional test management with default rollback semantics.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Support classes for the <em>Spring TestContext Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.support;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>Support classes for the <em>Spring TestContext Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Support classes for ApplicationContext-based and transactional
|
||||
* tests run with TestNG and the <em>Spring TestContext Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.testng;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>Support classes for ApplicationContext-based and transactional
|
||||
tests run with TestNG and the <em>Spring TestContext Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Transactional support classes for the <em>Spring TestContext
|
||||
* Framework</em>.</p>
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.context.transaction;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<p>Transactional support classes for the <em>Spring TestContext
|
||||
Framework</em>.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for tests based on JDBC.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.jdbc;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Support classes for tests based on JDBC.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* As of Spring 3.0, this package has been deprecated in favor of using the listener-based
|
||||
* <em>Spring TestContext Framework</em>.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.jpa;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
As of Spring 3.0, this package has been deprecated in favor of using the listener-based
|
||||
<em>Spring TestContext Framework</em>.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
|
||||
* has been deprecated in favor of using the listener-based <em>Spring TestContext Framework</em>.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test;
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
This package contains the legacy JUnit 3.8 class hierarchy, which as of Spring 3.0
|
||||
has been deprecated in favor of using the listener-based <em>Spring TestContext Framework</em>.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Helper classes for unit tests with reflective needs.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.util;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Helper classes for unit tests with reflective needs.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Helper classes for unit tests based on Spring's web support.
|
||||
*
|
||||
*/
|
||||
package org.springframework.test.web;
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Helper classes for unit tests based on Spring's web support.
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user