@API(value=Internal)
public abstract class JUnit5TestDescriptor
extends org.junit.gen5.engine.support.descriptor.AbstractTestDescriptor
| Modifier | Constructor and Description |
|---|---|
protected |
JUnit5TestDescriptor(java.lang.String uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
determineDisplayName(java.lang.reflect.AnnotatedElement element,
java.lang.String defaultName) |
protected void |
executeAndMaskThrowable(org.junit.gen5.api.Executable executable)
Execute the supplied
Executable and
mask any
exception thrown as an unchecked exception. |
protected java.util.Set<org.junit.gen5.engine.TestTag> |
getTags(java.lang.reflect.AnnotatedElement element) |
protected ExtensionRegistry |
populateNewExtensionRegistryFromExtendWith(java.lang.reflect.AnnotatedElement annotatedElement,
ExtensionRegistry existingExtensionRegistry) |
accept, addChild, equals, findByUniqueId, getChildren, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, setSource, toStringprotected java.util.Set<org.junit.gen5.engine.TestTag> getTags(java.lang.reflect.AnnotatedElement element)
protected java.lang.String determineDisplayName(java.lang.reflect.AnnotatedElement element,
java.lang.String defaultName)
protected ExtensionRegistry populateNewExtensionRegistryFromExtendWith(java.lang.reflect.AnnotatedElement annotatedElement, ExtensionRegistry existingExtensionRegistry)
protected void executeAndMaskThrowable(org.junit.gen5.api.Executable executable)
Executable and
mask any
exception thrown as an unchecked exception.executable - the Executable to executeExceptionUtils.throwAsUncheckedException(Throwable)