| Package | Description |
|---|---|
| org.pitest.sequence |
| Modifier and Type | Method and Description |
|---|---|
Context |
Result.context() |
static Context |
Context.start() |
static Context |
Context.start(boolean debug) |
<S> Context |
Context.store(SlotWrite<S> slot,
S value) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
SequenceMatcher.contextMatches(List<T> sequence,
Context initialContext) |
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
SequenceMatcher.contextMatches(List<T> sequence,
Context initialContext) |
boolean |
SequenceMatcher.matches(List<T> sequence,
Context initialContext) |
static Result |
Result.result(boolean result,
Context context) |
Result |
Match.test(Context c,
T t) |
Copyright © 2022 org.pitest. All rights reserved.