Package org.fest.assertions.error
Class ShouldHaveNoCause
- java.lang.Object
-
- org.fest.assertions.error.BasicErrorMessageFactory
-
- org.fest.assertions.error.ShouldHaveNoCause
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldHaveNoCause extends BasicErrorMessageFactory
Creates an error message indicating that an assertion that verifies that anThrowable
has no cause failed.- Author:
- Joel Costigliola
-
-
Field Summary
-
Fields inherited from class org.fest.assertions.error.BasicErrorMessageFactory
arguments, format
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveNoCause(java.lang.Throwable actual)
Creates a newShouldHaveNoCause
.-
Methods inherited from class org.fest.assertions.error.BasicErrorMessageFactory
create, equals, hashCode, toString
-
-
-
-
Method Detail
-
shouldHaveNoCause
public static ErrorMessageFactory shouldHaveNoCause(java.lang.Throwable actual)
Creates a newShouldHaveNoCause
.- Parameters:
actual
- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory
.
-
-