public class ShouldContainValues
extends org.assertj.core.error.BasicErrorMessageFactory
ShouldContainValue| Modifier and Type | Method and Description |
|---|---|
static org.assertj.core.error.ErrorMessageFactory |
shouldContainValues(Object actual,
Object[] values,
Set<?> valuesNotFound)
Creates a new
ShouldContainValues. |
public static org.assertj.core.error.ErrorMessageFactory shouldContainValues(Object actual, Object[] values, Set<?> valuesNotFound)
ShouldContainValues.actual - the actual value in the failed assertion.ErrorMessageFactory.Copyright © 2015 AssertJ. All rights reserved.