Package com.tailf.ned

Class NedExpectResult

Object
com.tailf.ned.NedExpectResult

public class NedExpectResult extends Object
The result of a expect() method invocation. It contains the text accumulated by the expect method and which pattern was matched.
  • Constructor Details

    • NedExpectResult

      public NedExpectResult(int hit, String text)
    • NedExpectResult

      public NedExpectResult(int hit, String text, String match)
  • Method Details

    • getHit

      public int getHit()
    • getText

      public String getText()
    • getMatch

      public String getMatch()