frysk.expunit
Class Equals

java.lang.Object
  extended by frysk.expunit.Match
      extended by frysk.expunit.Equals

public class Equals
extends Match

Match a simple string anchored at the start of the current output.


Constructor Summary
Equals(String s)
           
 
Method Summary
 String toString()
          Return the string that will be matched.
 
Methods inherited from class frysk.expunit.Match
escape, execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Equals

public Equals(String s)
Method Detail

toString

public String toString()
Return the string that will be matched.

Overrides:
toString in class Object