Uses of Class
org.pitest.sequence.QueryParams
-
Packages that use QueryParams Package Description org.pitest.sequence -
-
Uses of QueryParams in org.pitest.sequence
Methods in org.pitest.sequence that return QueryParams Modifier and Type Method Description static <T> QueryParams<T>QueryParams. params()static <T> QueryParams<T>QueryParams. params(Class<T> clazz)QueryParams<T>QueryParams. withDebug(boolean debug)QueryParams<T>QueryParams. withIgnores(Match<T> ignore)Methods in org.pitest.sequence with parameters of type QueryParams Modifier and Type Method Description SequenceMatcher<T>SequenceQuery. compile(QueryParams<T> params)
-