Package org.assertj.vavr.api
Class ShouldNotContainValues
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.vavr.api.ShouldNotContainValues
-
- All Implemented Interfaces:
org.assertj.core.error.ErrorMessageFactory
public class ShouldNotContainValues extends org.assertj.core.error.BasicErrorMessageFactoryCreates an error message indicating that an assertion that verifies a map does not contain values.- Author:
- MichaĆ Chmielarz
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.assertj.core.error.ErrorMessageFactoryshouldNotContainValues(Object actual, Object values)Creates a new.ShouldNotContainValues
-
-
-
Method Detail
-
shouldNotContainValues
public static org.assertj.core.error.ErrorMessageFactory shouldNotContainValues(Object actual, Object values)
Creates a new.ShouldNotContainValues- Parameters:
actual- the actual values in the failed assertion.values- the unexpected values.- Returns:
- the created
ErrorMessageFactory.
-
-