Package org.assertj.core.error
Class ShouldHaveNoSuperclass
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldHaveNoSuperclass
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a class has no superclass failed.
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldHaveNoSuperclass
(Class<?> actual) Creates a new
.ShouldHaveNoSuperclass
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_HAVE_NO_SUPERCLASS
-
-
Constructor Details
-
ShouldHaveNoSuperclass
-
-
Method Details
-
shouldHaveNoSuperclass
Creates a new
.ShouldHaveNoSuperclass
- Parameters:
actual
- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory
.
-