Package io.strimzi.systemtest.interfaces
Interface TestSeparator
-
@ExtendWith(ExtensionContextParameterResolver.class) public interface TestSeparator
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.logging.log4j.Logger
LOGGER
static String
SEPARATOR_CHAR
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
afterEachTest(org.junit.jupiter.api.extension.ExtensionContext testContext)
default void
beforeEachTest(org.junit.jupiter.api.extension.ExtensionContext testContext)
-
-
-
Field Detail
-
LOGGER
static final org.apache.logging.log4j.Logger LOGGER
-
SEPARATOR_CHAR
static final String SEPARATOR_CHAR
- See Also:
- Constant Field Values
-
-