Package | Description |
---|---|
org.pitest.sequence |
Modifier and Type | Method and Description |
---|---|
static <T> Match<T> |
Match.always() |
default Match<T> |
Match.and(Match<T> other) |
Match<T> |
QueryParams.ignoring() |
static <T> Match<T> |
Match.isEqual(Object targetRef) |
default Match<T> |
Match.negate() |
static <T> Match<T> |
Match.never() |
default Match<T> |
Match.or(Match<T> other) |
Modifier and Type | Method and Description |
---|---|
default Match<T> |
Match.and(Match<T> other) |
static <T> SequenceQuery<T> |
QueryStart.match(Match<T> p) |
default Match<T> |
Match.or(Match<T> other) |
SequenceQuery<T> |
SequenceQuery.then(Match<T> next) |
QueryParams<T> |
QueryParams.withIgnores(Match<T> ignore) |
Copyright © 2021 org.pitest. All rights reserved.