показ эталонов сапфор
This commit is contained in:
2025-03-24 14:50:54 +03:00
parent 74ae6abf50
commit a60ed8f661
8 changed files with 68 additions and 13 deletions

View File

@@ -307,6 +307,7 @@ public enum PassCode implements PassCode_ {
ReplaceTestProject,
ReplaceTestsFromFiles,
CompareSapforPackages,
CompareSapforPackageToEthalon,
CreateDVMPackageFromCurrentProject,
//--
ShutdownTestingServer,
@@ -364,6 +365,8 @@ public enum PassCode implements PassCode_ {
@Override
public String getDescription() {
switch (this) {
case CompareSapforPackageToEthalon:
return "Сравнить пакет тестирования SAPFOR с эталоном";
case SPF_RemoveSpfDirectives:
return "Удаление SPF директив";
case DeleteRemoteWorkspace: