Interface DebuggerTester.PositionPredicate

Enclosing class:
DebuggerTester

public static interface DebuggerTester.PositionPredicate
Predicate of testable positions.
Since:
19.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    testLine(int line)
    Whether to test at the line.
    boolean
    testLineColumn(int line, int column)
    Whether to test at the line and column position.
  • Method Details

    • testLine

      boolean testLine(int line)
      Whether to test at the line.
      Since:
      19.3.0
    • testLineColumn

      boolean testLineColumn(int line, int column)
      Whether to test at the line and column position.
      Since:
      19.3.0