Package net.jqwik.engine.descriptor
Class SkipExecutionDecorator
java.lang.Object
net.jqwik.engine.descriptor.SkipExecutionDecorator
- All Implemented Interfaces:
org.junit.platform.engine.TestDescriptor
public class SkipExecutionDecorator
extends Object
implements org.junit.platform.engine.TestDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor
org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor -
Constructor Summary
ConstructorsConstructorDescriptionSkipExecutionDecorator(org.junit.platform.engine.TestDescriptor wrapped, String reason) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(org.junit.platform.engine.TestDescriptor descriptor) Optional<? extends org.junit.platform.engine.TestDescriptor>findByUniqueId(org.junit.platform.engine.UniqueId uniqueId) Set<? extends org.junit.platform.engine.TestDescriptor>Optional<org.junit.platform.engine.TestDescriptor>Optional<org.junit.platform.engine.TestSource>Set<org.junit.platform.engine.TestTag>getTags()org.junit.platform.engine.TestDescriptor.TypegetType()org.junit.platform.engine.UniqueIdorg.junit.platform.engine.TestDescriptorvoidremoveChild(org.junit.platform.engine.TestDescriptor descriptor) voidvoidsetParent(org.junit.platform.engine.TestDescriptor parent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.platform.engine.TestDescriptor
accept, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
-
Constructor Details
-
SkipExecutionDecorator
-
-
Method Details
-
getWrapped
public org.junit.platform.engine.TestDescriptor getWrapped() -
getUniqueId
public org.junit.platform.engine.UniqueId getUniqueId()- Specified by:
getUniqueIdin interfaceorg.junit.platform.engine.TestDescriptor
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.junit.platform.engine.TestDescriptor
-
getTags
- Specified by:
getTagsin interfaceorg.junit.platform.engine.TestDescriptor
-
getSource
- Specified by:
getSourcein interfaceorg.junit.platform.engine.TestDescriptor
-
getParent
- Specified by:
getParentin interfaceorg.junit.platform.engine.TestDescriptor
-
setParent
public void setParent(org.junit.platform.engine.TestDescriptor parent) - Specified by:
setParentin interfaceorg.junit.platform.engine.TestDescriptor
-
getChildren
- Specified by:
getChildrenin interfaceorg.junit.platform.engine.TestDescriptor
-
addChild
public void addChild(org.junit.platform.engine.TestDescriptor descriptor) - Specified by:
addChildin interfaceorg.junit.platform.engine.TestDescriptor
-
removeChild
public void removeChild(org.junit.platform.engine.TestDescriptor descriptor) - Specified by:
removeChildin interfaceorg.junit.platform.engine.TestDescriptor
-
removeFromHierarchy
public void removeFromHierarchy()- Specified by:
removeFromHierarchyin interfaceorg.junit.platform.engine.TestDescriptor
-
getType
public org.junit.platform.engine.TestDescriptor.Type getType()- Specified by:
getTypein interfaceorg.junit.platform.engine.TestDescriptor
-
findByUniqueId
public Optional<? extends org.junit.platform.engine.TestDescriptor> findByUniqueId(org.junit.platform.engine.UniqueId uniqueId) - Specified by:
findByUniqueIdin interfaceorg.junit.platform.engine.TestDescriptor
-
getSkippingReason
-