private final Action resetAction;
private final KongaTextArea testArea;
public DefaultScriptTestUi(DebugService debugService, IntegrationEntity debuggee, Action[] actions) {
model = new ScriptDebugModel(debugService, debuggee.getID());
console = new DebugConsole(model, actions);
deViewer = new DataElementViewer(model.getDataElementsModel());
deViewer.setSourceDataElementValuesEditable(model.areSourceDataElementValuesEditable());
resetAction = new ResetDataElementsAction();
testArea = KongaTextArea.viewer(10, 50);