This commit is contained in:
2023-11-27 16:21:40 +03:00
parent 0e17cff816
commit 7be3f9ccda
8 changed files with 50 additions and 5 deletions

View File

@@ -299,12 +299,15 @@ public enum PassCode_2021 {
//--
CreateGroupFromDirectory,
CreateTestFromDirectory,
CreateTestFromCurrentProject,
//->
TestPass;
public String getDescription() {
switch (this) {
case Undefined:
return "?";
case CreateTestFromCurrentProject:
return "Создать тест из текущего проекта";
case CreateTestFromDirectory:
return "Создать тест из папки";
case SPF_RemoveOmpDirectives: