Class NodeExtensionsKt
-
- All Implemented Interfaces:
public final class NodeExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final String
getTextStr()
final static Unit
shouldHaveText(TextAvailableNode $self, String str)
final static String
textOfReportLocation(Node $self)
final static Unit
assertTextRangeIsOk(Node $self)
final static Unit
assertBounds(Node $self, Integer bline, Integer bcol, Integer eline, Integer ecol)
-
-
Method Detail
-
getTextStr
final String getTextStr()
-
shouldHaveText
final static Unit shouldHaveText(TextAvailableNode $self, String str)
-
textOfReportLocation
final static String textOfReportLocation(Node $self)
-
assertTextRangeIsOk
final static Unit assertTextRangeIsOk(Node $self)
-
-
-
-