Registry /
testing / xwiki-commons-tool-test-component
Provides testing utilities for XWiki Components.
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
org.xwiki.test.component.ComponentTest
Minimal test class extending ComponentTest.
import org.xwiki.test.component.ComponentTest;
public class MyComponentTest extends ComponentTest {
@Test
public void testComponent() {
// Test logic here
}
}
Debug
Known footguns
No known footguns recorded.
Upgrade
Version history
Breaking-change detection hasn't run for this library yet.
Audit
Security & dependencies
CVE tracking and dependency tree are planned for a later release.