public abstract class SpecificationNode extends Object
Specification as a tree structure.| Modifier and Type | Method and Description |
|---|---|
abstract SpecificationNode |
only()
Mark this node to be run exclusively (along with its children and any other nodes similarly marked)
|
SpecificationNode |
skip()
Mark this node to be skipped (along with its children and any other nodes similarly marked)
|
public SpecificationNode skip()
public abstract SpecificationNode only()
Copyright © 2014. All rights reserved.