|
Rename Method private runWithDecorator(decorator CommandDecorator) : CommandOutcome renamed to private decorateAndRun(decorator CommandDecorator) : CommandOutcome in class io.bootique.Bootique_CommandDecorationIT |
From |
To |
|
Rename Method public testRunBefore_Failure_ByName() : void renamed to public testBeforeRun_Failure_ByName() : void in class io.bootique.Bootique_CommandDecorationIT |
From |
To |
|
Rename Method public addCommandDecorator(commandType Class<? extends Command>, commandDecorator CommandDecorator) : BQCoreModuleExtender renamed to public decorateCommand(commandType Class<? extends Command>, commandDecorator CommandDecorator) : BQCoreModuleExtender in class io.bootique.BQCoreModuleExtender |
From |
To |
|
Rename Method public testRunBefore_Failure_ByType() : void renamed to public testBeforeRun_Failure_ByType() : void in class io.bootique.Bootique_CommandDecorationIT |
From |
To |
|
Rename Method public testRunBefore_Failure_ByType_WithArgs() : void renamed to public testBeforeRun_Failure_ByType_WithArgs() : void in class io.bootique.Bootique_CommandDecorationIT |
From |
To |
|
Rename Method public testRunBefore_Failure_ByName_WithArgs() : void renamed to public testBeforeRun_Failure_ByName_WithArgs() : void in class io.bootique.Bootique_CommandDecorationIT |
From |
To |
|
Rename Method private runWithParallelDecorator(decorator CommandDecorator) : CommandOutcome renamed to private decorateRunAndWait(decorator CommandDecorator) : CommandOutcome in class io.bootique.Bootique_CommandDecorationIT |
From |
To |