Page MenuHomeIn-Portal Phabricator

INP-1485 - Create "AbstractCommand::initDependencies" method
ClosedPublic

Authored by alex on Sep 20 2015, 3:11 PM.

Details

Test Plan
  1. place breakpoint in the AbstractCommand::initDependencies method
  2. run each command with every possible option/argument combination
  3. confirm, that initDependencies method is called from initialize method
  4. install bash-completion hook
  5. try auto-completing for all command arguments
  6. confirm that initDependencies method is called from completeArgumentValues method
  7. try auto-completing for all command option values
  8. confirm that initDependencies method is called from completeOptionValues method

Diff Detail

Repository
rINP In-Portal
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

alex updated this revision to Diff 317.Sep 20 2015, 3:11 PM
alex retitled this revision from to INP-1485 - Create "AbstractCommand::initDependencies" method.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1485.
glebs accepted this revision.Sep 23 2015, 2:14 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Sep 23 2015, 2:14 AM
This revision was automatically updated to reflect the committed changes.