public class SkipExecutionDecorator
extends java.lang.Object
implements org.junit.platform.engine.TestDescriptor
| Constructor and Description |
|---|
SkipExecutionDecorator(org.junit.platform.engine.TestDescriptor wrapped,
java.lang.String reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.junit.platform.engine.TestDescriptor descriptor) |
java.util.Optional<? extends org.junit.platform.engine.TestDescriptor> |
findByUniqueId(org.junit.platform.engine.UniqueId uniqueId) |
java.util.Set<? extends org.junit.platform.engine.TestDescriptor> |
getChildren() |
java.lang.String |
getDisplayName() |
java.util.Optional<org.junit.platform.engine.TestDescriptor> |
getParent() |
java.lang.String |
getSkippingReason() |
java.util.Optional<org.junit.platform.engine.TestSource> |
getSource() |
java.util.Set<org.junit.platform.engine.TestTag> |
getTags() |
org.junit.platform.engine.TestDescriptor.Type |
getType() |
org.junit.platform.engine.UniqueId |
getUniqueId() |
org.junit.platform.engine.TestDescriptor |
getWrapped() |
void |
removeChild(org.junit.platform.engine.TestDescriptor descriptor) |
void |
removeFromHierarchy() |
void |
setParent(org.junit.platform.engine.TestDescriptor parent) |
public SkipExecutionDecorator(org.junit.platform.engine.TestDescriptor wrapped,
java.lang.String reason)
public org.junit.platform.engine.TestDescriptor getWrapped()
public org.junit.platform.engine.UniqueId getUniqueId()
getUniqueId in interface org.junit.platform.engine.TestDescriptorpublic java.lang.String getDisplayName()
getDisplayName in interface org.junit.platform.engine.TestDescriptorpublic java.util.Set<org.junit.platform.engine.TestTag> getTags()
getTags in interface org.junit.platform.engine.TestDescriptorpublic java.util.Optional<org.junit.platform.engine.TestSource> getSource()
getSource in interface org.junit.platform.engine.TestDescriptorpublic java.util.Optional<org.junit.platform.engine.TestDescriptor> getParent()
getParent in interface org.junit.platform.engine.TestDescriptorpublic void setParent(org.junit.platform.engine.TestDescriptor parent)
setParent in interface org.junit.platform.engine.TestDescriptorpublic java.util.Set<? extends org.junit.platform.engine.TestDescriptor> getChildren()
getChildren in interface org.junit.platform.engine.TestDescriptorpublic void addChild(org.junit.platform.engine.TestDescriptor descriptor)
addChild in interface org.junit.platform.engine.TestDescriptorpublic void removeChild(org.junit.platform.engine.TestDescriptor descriptor)
removeChild in interface org.junit.platform.engine.TestDescriptorpublic void removeFromHierarchy()
removeFromHierarchy in interface org.junit.platform.engine.TestDescriptorpublic org.junit.platform.engine.TestDescriptor.Type getType()
getType in interface org.junit.platform.engine.TestDescriptorpublic java.util.Optional<? extends org.junit.platform.engine.TestDescriptor> findByUniqueId(org.junit.platform.engine.UniqueId uniqueId)
findByUniqueId in interface org.junit.platform.engine.TestDescriptorpublic java.lang.String getSkippingReason()