java.lang.Object
io.javaoperatorsdk.operator.junit.DefaultPerClassNamespaceNameSupplier
- All Implemented Interfaces:
Function<org.junit.jupiter.api.extension.ExtensionContext,String>
public class DefaultPerClassNamespaceNameSupplier
extends Object
implements Function<org.junit.jupiter.api.extension.ExtensionContext,String>
-
-
Constructor Summary
Constructors
-
Method Summary
apply(org.junit.jupiter.api.extension.ExtensionContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
MAX_CLASS_NAME_LENGTH
public static final int MAX_CLASS_NAME_LENGTH
- See Also:
-
-
Constructor Details
-
DefaultPerClassNamespaceNameSupplier
public DefaultPerClassNamespaceNameSupplier()
-
Method Details
-
apply
public String apply(org.junit.jupiter.api.extension.ExtensionContext context)
- Specified by:
apply
in interface Function<org.junit.jupiter.api.extension.ExtensionContext,String>