Skip to content
Snippets Groups Projects
Commit 63e31130 authored by Vincent Massol's avatar Vincent Massol
Browse files

Deprecate XWiki test framework classes for junit 3.x to promote using the JUnit4-based classes

git-svn-id: https://svn.xwiki.org/svnroot/xwiki/platform/core/trunk@29956 f329d543-caf0-0310-9063-dda96c69346f
parent 9ff99a04
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,10 @@
*
* @version $Id$
* @since 1.6M1
*
* @deprecated use JUnit 4.x and {@link com.xpn.xwiki.test.AbstractBridgedComponentTestCase}
*/
@Deprecated
public abstract class AbstractBridgedXWikiComponentTestCase extends AbstractXWikiComponentTestCase
{
private XWikiContext context;
......
......@@ -25,7 +25,10 @@
/**
* Tests which needs to have XWiki Components set up should extend this class which makes the Component Manager
* available. Use this class for JUnit 3.x tests. For Junit 4.x tests use {@link AbstractComponentTestCase} instead.
*
* @deprecated use JUnit 4.x and {@link AbstractComponentTestCase}
*/
@Deprecated
public abstract class AbstractXWikiComponentTestCase extends MockObjectTestCase
{
private XWikiComponentInitializer initializer = new XWikiComponentInitializer();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment