Interface GivenNamedSlices
-
- All Superinterfaces:
CanOverrideDescription<GivenNamedSlices>
,GivenObjects<Slice>
- All Known Subinterfaces:
GivenSlices
public interface GivenNamedSlices extends GivenObjects<Slice>, CanOverrideDescription<GivenNamedSlices>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GivenNamedSlices
as(java.lang.String newDescription)
SlicesShould
should()
GivenSlicesConjunction
that(DescribedPredicate<? super Slice> predicate)
-
Methods inherited from interface com.tngtech.archunit.lang.syntax.elements.GivenObjects
should
-
-
-
-
Method Detail
-
should
@PublicAPI(usage=ACCESS) SlicesShould should()
-
as
GivenNamedSlices as(java.lang.String newDescription)
- Specified by:
as
in interfaceCanOverrideDescription<GivenNamedSlices>
-
that
GivenSlicesConjunction that(DescribedPredicate<? super Slice> predicate)
- Specified by:
that
in interfaceGivenObjects<Slice>
-
-