RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'

* Applied patch submitted by Carlos Zuniga
This commit is contained in:
Chris Beams
2009-06-01 04:14:22 +00:00
parent f3e6242568
commit a9696c7282
499 changed files with 2627 additions and 2420 deletions

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,8 @@
/**
*
* Support classes for annotation-driven tests.
*
*/
package org.springframework.test.annotation;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Support classes for annotation-driven tests.
</body>
</html>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,8 @@
/**
*
* <p>Support classes for the <em>Spring TestContext Framework</em>.</p>
*
*/
package org.springframework.test.context.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>Support classes for the <em>Spring TestContext Framework</em>.</p>
</body>
</html>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,9 @@
/**
*
* <p>Transactional support classes for the <em>Spring TestContext
* Framework</em>.</p>
*
*/
package org.springframework.test.context.transaction;

View File

@@ -1,8 +0,0 @@
<html>
<body>
<p>Transactional support classes for the <em>Spring TestContext
Framework</em>.</p>
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Support classes for tests based on JDBC.
*
*/
package org.springframework.test.jdbc;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Support classes for tests based on JDBC.
</body>
</html>

View File

@@ -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;

View File

@@ -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>

View File

@@ -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;

View File

@@ -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>

View File

@@ -0,0 +1,8 @@
/**
*
* Helper classes for unit tests with reflective needs.
*
*/
package org.springframework.test.util;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Helper classes for unit tests with reflective needs.
</body>
</html>

View File

@@ -0,0 +1,8 @@
/**
*
* Helper classes for unit tests based on Spring's web support.
*
*/
package org.springframework.test.web;

View File

@@ -1,7 +0,0 @@
<html>
<body>
Helper classes for unit tests based on Spring's web support.
</body>
</html>