Uses of Interface
org.assertj.core.api.AssertFactory.ValueProvider
-
Packages that use AssertFactory.ValueProvider Package Description org.assertj.core.api -
-
Uses of AssertFactory.ValueProvider in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type AssertFactory.ValueProvider Modifier and Type Method Description default ASSERTAssertFactory. createAssert(AssertFactory.ValueProvider<? extends T> valueProvider)Creates the customAssertinstance for the value provided by the givenvalueProvider.ASSERTInstanceOfAssertFactory. createAssert(AssertFactory.ValueProvider<?> valueProvider)Creates the customAssertinstance for the value provided by the givenvalueProvider.
-