Class STNode
java.lang.Object
io.nosqlbench.nb.spectest.core.STNode
-
Constructor Summary
ConstructorsConstructorDescriptionSTNode(Supplier<CharSequence> desc, com.vladsch.flexmark.util.ast.Node dataNode, Path path) -
Method Summary
-
Constructor Details
-
STNode
-
-
Method Details
-
getDesc
-
getPath
-
getLine
public int getLine() -
getRefNode
public com.vladsch.flexmark.util.ast.Node getRefNode() -
getLocationRef
Provide the logical path of the file being examined in this test set. If the system properties indicate that the test is being run from within intellij, the path will be relativized from the next module level up to allow for hot linking directly to files.- Returns:
- A useful relative path to the file being tested
-
toString
-
equals
-
hashCode
-
getText
-