public class ApplyProjectDependencyChangeMutator extends AbstractFileChangeMutator
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyProjectDependencyChangeMutator.Configurator |
static class |
ApplyProjectDependencyChangeMutator.ProjectCombinations |
sourceFileNOOP| Constructor and Description |
|---|
ApplyProjectDependencyChangeMutator(java.io.File projectDir,
java.io.File sourceFile,
ApplyProjectDependencyChangeMutator.ProjectCombinations projectCombinations,
boolean shouldCreateProjects) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterScenario(ScenarioContext context)
Runs after the last iteration of the scenario has finished.
|
protected void |
applyChangeTo(BuildContext context,
java.lang.StringBuilder text) |
void |
beforeScenario(ScenarioContext context)
Runs before the first iteration of the scenario.
|
void |
validate(BuildInvoker invoker)
Validates if the mutator works with the given invoker.
|
beforeBuild, revert, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterBuild, afterCleanup, beforeCleanuppublic ApplyProjectDependencyChangeMutator(java.io.File projectDir,
java.io.File sourceFile,
ApplyProjectDependencyChangeMutator.ProjectCombinations projectCombinations,
boolean shouldCreateProjects)
public void beforeScenario(ScenarioContext context)
BuildMutatorbeforeScenario in interface BuildMutatorbeforeScenario in class AbstractFileChangeMutatorpublic void afterScenario(ScenarioContext context)
BuildMutatorafterScenario in interface BuildMutatorafterScenario in class AbstractFileChangeMutatorpublic void validate(BuildInvoker invoker)
BuildMutatorprotected void applyChangeTo(BuildContext context, java.lang.StringBuilder text)
applyChangeTo in class AbstractFileChangeMutator