Uses of Class
frysk.expunit.Match

Packages that use Match
frysk.expunit This package implements a simplistic version of expect that is suitable for use within the JUnit test framework. 
 

Uses of Match in frysk.expunit
 

Subclasses of Match in frysk.expunit
 class Equals
          Match a simple string anchored at the start of the current output.
 class Regex
          Match the specified input, and remember what matched.
 

Methods in frysk.expunit with parameters of type Match
 void Expect.expect(Match match)
          Expect the specified pattern, throw a TimeoutException if the default timeout expires or EofException if end-of-file is reached.
 void Expect.expect(Match[] matches)
          Expect a specified pattern, throw a TimeoutException if the default timeout expires or EofException if end-of-file is reached.