Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Иванов Иван, 397, JUnit #558

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

IvanovIvanK
Copy link

coverage

@IgorTitov396
Copy link
Contributor

Проверил на своих тестах - всё хорошо. Исправь ошибки и можно сдавать.

Command put = new Put();
mapOfCmd.put(put.getName(), put);
Command get = new Get();
mapOfCmd.put(get.getName(), get);
Command remove = new Remove();
mapOfCmd.put(remove.getName(), remove);
Command<FileMapState> exit = new Exit();
mapOfCmd.put(exit.getName(), exit);
Command list = new List();
mapOfCmd.put(list.getName(), list);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Этот класс лишний. В Main'е заведите массив из объектов {new Put(), new Get(), ...} и передайте его в класс Интерпретатор. Интерпретатор должен сам положить команды в свой мап.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants