Interface GivenClass
-
Method Summary
Modifier and TypeMethodDescriptionshould()LikeGivenClasses.should()but for a single classshould(ArchCondition<? super JavaClass> condition) LikeGivenClasses.should(ArchCondition)but for a single class
-
Method Details
-
should
LikeGivenClasses.should()but for a single class -
should
@PublicAPI(usage=ACCESS) ClassesShouldConjunction should(ArchCondition<? super JavaClass> condition) LikeGivenClasses.should(ArchCondition)but for a single class
-