Package org.assertj.core.error
Class ShouldBeInterface
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldBeInterface
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that a class is (or not) an interface.
- Author:
- William Delanoue
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldBeInterface(Class<?> actual) Creates a new.ShouldBeInterfacestatic ErrorMessageFactoryshouldNotBeInterface(Class<?> actual) Creates a new.ShouldBeInterfaceMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldBeInterface
Creates a new.ShouldBeInterface- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-
shouldNotBeInterface
Creates a new.ShouldBeInterface- Parameters:
actual- the actual value in the failed assertion.- Returns:
- the created
ErrorMessageFactory.
-