Uses of Interface
org.pitest.sequence.Context
-
Packages that use Context Package Description org.pitest.sequence -
-
Uses of Context in org.pitest.sequence
Methods in org.pitest.sequence that return Context Modifier and Type Method Description ContextResult. context()static ContextContext. start()static ContextContext. start(boolean debug)<S> ContextContext. store(SlotWrite<S> slot, S value)Methods in org.pitest.sequence that return types with arguments of type Context Modifier and Type Method Description List<Context>SequenceMatcher. contextMatches(List<T> sequence, Context initialContext)Methods in org.pitest.sequence with parameters of type Context Modifier and Type Method Description List<Context>SequenceMatcher. contextMatches(List<T> sequence, Context initialContext)booleanSequenceMatcher. matches(List<T> sequence, Context initialContext)static ResultResult. result(boolean result, Context context)ResultMatch. test(Context c, T t)
-