Uses of Interface
org.apache.creadur.whisker.it.Check
Packages that use Check
-
Uses of Check in org.apache.creadur.whisker.it
Classes in org.apache.creadur.whisker.it that implement CheckModifier and TypeClassDescriptionclassclassclassclassMethods in org.apache.creadur.whisker.it that return CheckModifier and TypeMethodDescriptionstatic CheckHelpers.aLineContains(String value) static CheckHelpers.aLineContainsAL2()static CheckHelpers.aLineContainsCDDL1()static CheckHelpers.aLineContainsCopyrightNotice(String copyrightNotice) static CheckHelpers.aLineContainsMIT()static CheckHelpers.aLineContainsResource(String name) static CheckHelpers.noLineContains(String value) Methods in org.apache.creadur.whisker.it with parameters of type CheckModifier and TypeMethodDescriptionbooleanabstract voidvoidvoidFileVerifier.expectThat(Check check) Method parameters in org.apache.creadur.whisker.it with type arguments of type CheckModifier and TypeMethodDescriptionstatic booleanCheckHelpers.allPassed(Collection<Check> checks) static booleanCheckHelpers.anyFailed(Collection<Check> checks) static booleanCheckHelpers.anyPassed(Collection<Check> checks) ReportClosure.report(Collection<Check> checks) voidDoCheckClosure.with(Collection<Check> checks) Constructor parameters in org.apache.creadur.whisker.it with type arguments of type CheckModifierConstructorDescriptionAllCheck(Collection<Check> checks) AnyCheck(Collection<Check> checks)