Uses of Class
org.junit.platform.engine.support.hierarchical.Node.SkipResult
-
Packages that use Node.SkipResult Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
Uses of Node.SkipResult in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return Node.SkipResult Modifier and Type Method Description static 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.SkipResultNode.SkipResult. skip(java.lang.String reason)Factory for creating skipped results.Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.SkipResult Modifier and Type Method Description default voidNode. nodeSkipped(C context, TestDescriptor testDescriptor, Node.SkipResult result)Callback invoked when the execution of this node has been skipped.
-