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 ASSERT
AssertFactory.createAssert
(AssertFactory.ValueProvider<? extends T> valueProvider) Creates the customAssert
instance for the value provided by the givenvalueProvider
.InstanceOfAssertFactory.createAssert
(AssertFactory.ValueProvider<?> valueProvider) Creates the customAssert
instance for the value provided by the givenvalueProvider
.