обновленный json для сценария тестирования

This commit is contained in:
2023-09-29 00:45:45 +03:00
parent 7b0e56f5b3
commit 12898b07bb
9 changed files with 55 additions and 42 deletions

View File

@@ -29,15 +29,6 @@ public class SapforConfigurationInterface {
}
return res;
}
public static String getTransformationsNames(SapforConfiguration object) {
Vector<String> res = new Vector<>();
for (SapforConfigurationCommand command : Global.testingServer.db.sapforConfigurationCommands.Data.values()) {
if (command.sapforconfiguration_id.equals(object.id)) {
res.add(command.passCode.getDescription());
}
}
return String.join(";", res);
}
//todo вывести.
public static boolean validateCommands(SapforConfiguration sapforConfiguration, TextLog log) {
//1. получить список всех команд.