постепенный перевод на сервер механизма тестирования.
This commit is contained in:
@@ -2,6 +2,7 @@ package Visual_DVM_2021.Passes;
|
||||
public enum PassCode_2021 {
|
||||
Undefined,
|
||||
//-
|
||||
StartSapforTestsOnServer,
|
||||
InstallServerSapfor,
|
||||
SaveProfile,
|
||||
ApplyProfile,
|
||||
@@ -311,6 +312,8 @@ public enum PassCode_2021 {
|
||||
switch (this) {
|
||||
case Undefined:
|
||||
return "?";
|
||||
case StartSapforTestsOnServer:
|
||||
return "Запустить тестирование на сервере";
|
||||
case InstallServerSapfor:
|
||||
return "Собрать актуальную версию SAPFOR";
|
||||
case CompareSapforPackages:
|
||||
|
||||
Reference in New Issue
Block a user