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
. |
public static org.assertj.core.error.ErrorMessageFactory shouldContainKeys(Object actual, Object[] keys, Set<?> keysNotFound)
ShouldContainKeys.actual - the actual value in the failed assertion.keys - the expected keys.keysNotFound - the missing keys.ErrorMessageFactory.Copyright © 2018 AssertJ. All rights reserved.