public class Context<T> extends Object
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
int |
position() |
<S> Optional<S> |
retrieve(SlotRead<S> slot) |
static <T> Context<T> |
start(List<T> sequence) |
static <T> Context<T> |
start(List<T> sequence,
boolean debug) |
<S> boolean |
store(SlotWrite<S> slot,
S value) |
Copyright © 2021 org.pitest. All rights reserved.