org.xwiki.test.jmock
Class XWikiComponentInitializer

java.lang.Object
  extended by org.xwiki.test.jmock.XWikiComponentInitializer

Deprecated. starting with 4.3.1 use ComponentManagerRule instead

@Deprecated
public class XWikiComponentInitializer
extends Object

Initialize a component manager used in unit tests.

Version:
$Id: 18bc357f611226e8ce38f0bd2d26c3a9c358bcd2 $

Constructor Summary
XWikiComponentInitializer()
          Deprecated.  
 
Method Summary
 MockingComponentManager getComponentManager()
          Deprecated.  
 org.xwiki.test.internal.MockConfigurationSource getConfigurationSource()
          Deprecated.  
 void initializeConfigurationSource()
          Deprecated.  
 void initializeExecution()
          Deprecated.  
 void shutdown()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiComponentInitializer

public XWikiComponentInitializer()
Deprecated. 
Method Detail

initializeConfigurationSource

public void initializeConfigurationSource()
                                   throws Exception
Deprecated. 
Throws:
Exception

initializeExecution

public void initializeExecution()
                         throws Exception
Deprecated. 
Throws:
Exception

shutdown

public void shutdown()
              throws Exception
Deprecated. 
Throws:
Exception

getComponentManager

public MockingComponentManager getComponentManager()
                                            throws Exception
Deprecated. 
Returns:
a configured Component Manager
Throws:
Exception

getConfigurationSource

public org.xwiki.test.internal.MockConfigurationSource getConfigurationSource()
Deprecated. 
Returns:
a modifiable mock configuration source


Copyright © 2004-2013 XWiki. All Rights Reserved.