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