Uses of Interface
org.assertj.core.api.AssertFactory.ValueProvider
Packages that use AssertFactory.ValueProvider
-
Uses of AssertFactory.ValueProvider in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type AssertFactory.ValueProviderModifier and TypeMethodDescriptiondefault ASSERTAssertFactory.createAssert(AssertFactory.ValueProvider<? extends T> valueProvider) Creates the customAssertinstance for the value provided by the givenvalueProvider.InstanceOfAssertFactory.createAssert(AssertFactory.ValueProvider<?> valueProvider) Creates the customAssertinstance for the value provided by the givenvalueProvider.