обновленный json для сценария тестирования
This commit is contained in:
@@ -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. получить список всех команд.
|
||||
|
||||
Reference in New Issue
Block a user