Package com.tailf.ned
Class NedExpectResult
Object
com.tailf.ned.NedExpectResult
The result of a expect() method invocation. It contains
 the text accumulated by the expect method and which
 pattern was matched.
- 
Constructor Summary
ConstructorsConstructorDescriptionNedExpectResult(int hit, String text) NedExpectResult(int hit, String text, String match)  - 
Method Summary
 
- 
Constructor Details
- 
NedExpectResult
 - 
NedExpectResult
 
 - 
 - 
Method Details
- 
getHit
public int getHit() - 
getText
 - 
getMatch
 
 -