Interface GivenObjects<T>

All Known Subinterfaces:
GivenClasses, GivenCodeUnits<CODE_UNIT>, GivenConstructors, GivenFields, GivenMembers<MEMBER>, GivenMethods, GivenNamedSlices, GivenSlices

public interface GivenObjects<T>
  • Method Summary

    Modifier and Type Method Description
    ArchRule should​(ArchCondition<? super T> condition)
    Allows to form a rule by passing a condition the objects under consideration must satisfy.
    GivenConjunction<T> that​(DescribedPredicate<? super T> predicate)
    Allows to restrict the set of objects under consideration.