ErrorMessageFactorypublic class ShouldNotBeOfClassIn extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method | Description |
|---|---|---|
static ErrorMessageFactory |
shouldNotBeOfClassIn(Object actual,
Object types) |
Creates a new
ShouldNotBeOfClassIn. |
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–2019. All rights reserved.