Uses of Class
org.assertj.core.condition.Join
-
Packages that use Join Package Description org.assertj.core.condition org.assertj.core.error -
-
Uses of Join in org.assertj.core.condition
Subclasses of Join in org.assertj.core.condition Modifier and Type Class Description classAllOf<T>Returnstrueif all of the joined conditions are satisfied.classAnyOf<T>Returnstrueif any of the joined conditions is satisfied. -
Uses of Join in org.assertj.core.error
Constructors in org.assertj.core.error with parameters of type Join Constructor Description ShouldBe(T actual, Join<? super T> join)ShouldHave(T actual, Join<? super T> join)
-