public class ShouldNotBeOfClassIn extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotBeOfClassIn(Object actual,
Object types)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotBeOfClassIn(Object actual, Object types)
ShouldNotBeOfClassIn.actual - the actual value in the failed assertion.types - contains the types actual is not expected to be in.ErrorMessageFactory.Copyright © 2014–2018 AssertJ. All rights reserved.