Package org.xwiki.test.junit5.mockito
-
Class Summary Class Description MockitoComponentManagerExtension JUnit5 extension to help write unit tests for XWiki Components. -
Annotation Types Summary Annotation Type Description ComponentTest Marks a test as being a Component Test.InjectComponentManager Marks a field as needed to be injected with the Component Manager used by the test.InjectMockComponents Marks a field as needed to be injected with components and mock components.MockComponent Marks a field as being a Mock component.