Class Join<T>

java.lang.Object
org.fest.assertions.core.Condition<T>
org.fest.assertions.condition.Join<T>
Type Parameters:
T - the type of object this condition accepts.
All Implemented Interfaces:
Descriptable<Condition<T>>
Direct Known Subclasses:
AllOf, AnyOf

public abstract class Join<T> extends Condition<T>
Join of two or more Conditions.
Author:
Yvonne Wang, Mikhail Mazursky
  • Constructor Details

  • Method Details

    • conditions

      protected final Collection<Condition<? super T>> conditions()
      Returns the conditions to join.
      Returns:
      the conditions to join.