Uses of Class
org.xwiki.test.TestComponentManager

Packages that use TestComponentManager
org.xwiki.test   
org.xwiki.test.mockito   
 

Uses of TestComponentManager in org.xwiki.test
 

Subclasses of TestComponentManager in org.xwiki.test
 class ComponentManagerRule
          A JUnit MethodRule to initialize a TestComponentManager.
 

Uses of TestComponentManager in org.xwiki.test.mockito
 

Subclasses of TestComponentManager in org.xwiki.test.mockito
 class MockitoComponentManager
          Helper class to make it extra simple to register Mock Components using Mockito.
 class MockitoComponentManagerRule
          JUnit MethodRule to make it extra simple to register Mock Components using Mockito.
 class MockitoComponentMockingRule<T>
          Unit tests for Components should extend this class instead of using MockitoComponentManagerRule or ComponentManagerRule which should only be used for integration tests.
 



Copyright © 2004–2014 XWiki. All rights reserved.