Uses of Class
org.junit.platform.engine.support.hierarchical.Node.SkipResult
Packages that use Node.SkipResult
Package
Description
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction.-
Uses of Node.SkipResult in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return Node.SkipResultModifier and TypeMethodDescriptionstatic Node.SkipResultNode.SkipResult.doNotSkip()Factory for creating do not skip results.default Node.SkipResultNode.shouldBeSkipped(C context) Determine if the execution of the suppliedcontextshould be skipped.static Node.SkipResultFactory for creating skipped results.Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.SkipResultModifier and TypeMethodDescriptiondefault voidNode.nodeSkipped(C context, TestDescriptor testDescriptor, Node.SkipResult result) Callback invoked when the execution of this node has been skipped.