Рефакторинг конструкторов объектов тестирования.

This commit is contained in:
2024-10-01 17:33:08 +03:00
parent b89283fc91
commit d18eb3327e
44 changed files with 1048 additions and 993 deletions

View File

@@ -73,7 +73,7 @@ public class SapforConfigurationDBTable extends iDBTable<SapforConfiguration> {
case 5:
return object.kernels;
case 6:
return cache.getSettingsDescriptions();
return cache.settingsSummary;
case 7:
return cache.groupsSummary;
case 8: