рефакторинг.

реализовал добавление выделенных файлов в текущую группу, в качестве тестов.
This commit is contained in:
2023-12-02 15:19:05 +03:00
parent f71037eb26
commit 7304832b61
10 changed files with 158 additions and 69 deletions

View File

@@ -302,12 +302,15 @@ public enum PassCode_2021 {
CreateTestFromProject,
SPF_RemoveComments,
CreateTestFromFile,
PublishTestsFromFiles,
//->
TestPass;
public String getDescription() {
switch (this) {
case Undefined:
return "?";
case PublishTestsFromFiles:
return "Добавить тесты из файлов к текущей группе";
case CreateTestFromFile:
return "Создать тест из файла";
case SPF_RemoveComments: