public class ListenerArguments extends Object
| Constructor and Description |
|---|
ListenerArguments(ResultOutputStrategy outputStrategy,
CoverageDatabase coverage,
SourceLocator locator,
MutationEngine engine,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
CoverageDatabase |
getCoverage() |
MutationEngine |
getEngine() |
SourceLocator |
getLocator() |
ResultOutputStrategy |
getOutputStrategy() |
long |
getStartTime() |
public ListenerArguments(ResultOutputStrategy outputStrategy, CoverageDatabase coverage, SourceLocator locator, MutationEngine engine, long startTime)
public ResultOutputStrategy getOutputStrategy()
public CoverageDatabase getCoverage()
public long getStartTime()
public SourceLocator getLocator()
public MutationEngine getEngine()
Copyright © 2019 MuDebug. All rights reserved.