package io.oasp.module.test.common.api.category; /** * This is the JUnit {@link org.junit.experimental.categories.Category} for a <a * href="https://github.com/oasp/oasp4j/wiki/guide-testing#component-test">component test</a>. * */ public interface CategoryComponentTest { }