Class DefaultPerClassNamespaceNameSupplier
- java.lang.Object
-
- io.javaoperatorsdk.operator.junit.DefaultPerClassNamespaceNameSupplier
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_CLASS_NAME_LENGTH
-
Constructor Summary
Constructors Constructor Description DefaultPerClassNamespaceNameSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
apply(org.junit.jupiter.api.extension.ExtensionContext context)
-
-
-
Field Detail
-
MAX_CLASS_NAME_LENGTH
public static final int MAX_CLASS_NAME_LENGTH
- See Also:
- Constant Field Values
-
-