Class Protocol.SFailure

java.lang.Object
com.zfabrik.z2unit.impl.Protocol.SFailure
All Implemented Interfaces:
Serializable
Enclosing class:
Protocol

public static class Protocol.SFailure extends Object implements Serializable
See Also:
Serialized Form
  • Constructor Details

    • SFailure

      public SFailure(org.junit.runner.notification.Failure failure) throws IOException
      Throws:
      IOException
  • Method Details

    • getException

      public Throwable getException()
    • getExceptionMessage

      public String getExceptionMessage()
    • getDescription

      public org.junit.runner.Description getDescription()
    • toFailure

      public org.junit.runner.notification.Failure toFailure()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object