public interface Context
| Modifier and Type | Method and Description |
|---|---|
default boolean |
debug() |
default <T> void |
debug(String msg,
T t) |
<S> Optional<S> |
retrieve(SlotRead<S> slot) |
static Context |
start() |
static Context |
start(boolean debug) |
<S> Context |
store(SlotWrite<S> slot,
S value) |
Copyright © 2024 org.pitest. All rights reserved.