Package org.assertj.core.error
Class ShouldNotBeInstanceOfAny
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ShouldNotBeInstanceOfAny
- All Implemented Interfaces:
ErrorMessageFactory
Creates an error message indicating that an assertion that verifies that an object is not an instance of one or more types
failed.
- Author:
- Nicolas François
-
Field Summary
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactoryshouldNotBeInstanceOfAny(Object actual, Class<?>[] types) Creates a new.ShouldNotBeInstanceOfAnyMethods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Method Details
-
shouldNotBeInstanceOfAny
Creates a new.ShouldNotBeInstanceOfAny- Parameters:
actual- the actual value in the failed assertion.types- contains the type or typesactualis expected to belong to.- Returns:
- the created
ErrorMessageFactory.
-