polyglot.pth
Class AnyExpectedFailure

java.lang.Object
  extended by polyglot.pth.ExpectedFailure
      extended by polyglot.pth.AnyExpectedFailure

public class AnyExpectedFailure
extends ExpectedFailure


Constructor Summary
AnyExpectedFailure()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean matches(ErrorInfo e)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnyExpectedFailure

public AnyExpectedFailure()
Method Detail

matches

public boolean matches(ErrorInfo e)
Overrides:
matches in class ExpectedFailure

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class ExpectedFailure

hashCode

public int hashCode()
Overrides:
hashCode in class ExpectedFailure

toString

public java.lang.String toString()
Overrides:
toString in class ExpectedFailure