Skip to content
Snippets Groups Projects
Commit 0a0f1404 authored by tmortagne's avatar tmortagne
Browse files

XWIKI-9382: Provide test rule to initialize and manipulate olcore API

* deprecated old abstract
parent 05bf5152
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@
package com.xpn.xwiki.test;
import java.io.File;
import javax.servlet.ServletContext;
import org.jmock.Expectations;
......@@ -41,10 +42,12 @@
/**
* Same as {@link com.xpn.xwiki.test.AbstractBridgedXWikiComponentTestCase} but for JUnit 4.x and JMock 2.x.
*
*
* @version $Id$
* @since 2.2M2
* @deprecated sine 5.2M1 use {@link MockitoOldcoreRule} instead
*/
@Deprecated
public class AbstractBridgedComponentTestCase extends AbstractComponentTestCase
{
private XWikiContext context;
......
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