Package org.apache.hadoop.hbase
Class HBaseParameterizedInvocationContext
java.lang.Object
org.apache.hadoop.hbase.HBaseParameterizedInvocationContext
- All Implemented Interfaces:
org.junit.jupiter.api.extension.TestTemplateInvocationContext
public class HBaseParameterizedInvocationContext
extends Object
implements org.junit.jupiter.api.extension.TestTemplateInvocationContext
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.junit.jupiter.params.provider.Argumentsprivate final String -
Constructor Summary
ConstructorsConstructorDescriptionHBaseParameterizedInvocationContext(org.junit.jupiter.params.provider.Arguments arguments, String namePattern) -
Method Summary
Modifier and TypeMethodDescriptionList<org.junit.jupiter.api.extension.Extension>getDisplayName(int invocationIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.TestTemplateInvocationContext
prepareInvocation
-
Field Details
-
arguments
-
namePattern
-
-
Constructor Details
-
HBaseParameterizedInvocationContext
HBaseParameterizedInvocationContext(org.junit.jupiter.params.provider.Arguments arguments, String namePattern)
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-
getAdditionalExtensions
- Specified by:
getAdditionalExtensionsin interfaceorg.junit.jupiter.api.extension.TestTemplateInvocationContext
-