Loading plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/rt/core/TestControl.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class TestControl { } public void configure(Connection[] connections, NamedElement testerComponent) { this.systemAdapter.configure(connections); this.systemAdapter.configure(connections, testerComponent); this.connections = connections; this.testerComponent = testerComponent; Loading plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/tri/SystemAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -19,8 +19,9 @@ public interface SystemAdapter { * Prepare the adapter for all connections configured for an upcoming test * description execution. This method is called before any test behaviour is * executed and is a good place for doing any necessary initialization. * @param component The component for which the connections are configured. */ void configure(Connection[] connections); void configure(Connection[] connections, NamedElement component); /** * Encode and send the data to system under test using protocol or adapter Loading Loading
plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/rt/core/TestControl.java +1 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class TestControl { } public void configure(Connection[] connections, NamedElement testerComponent) { this.systemAdapter.configure(connections); this.systemAdapter.configure(connections, testerComponent); this.connections = connections; this.testerComponent = testerComponent; Loading
plugins/org.etsi.mts.tdl.execution.java.runtime/src/org/etsi/mts/tdl/execution/java/tri/SystemAdapter.java +2 −1 Original line number Diff line number Diff line Loading @@ -19,8 +19,9 @@ public interface SystemAdapter { * Prepare the adapter for all connections configured for an upcoming test * description execution. This method is called before any test behaviour is * executed and is a good place for doing any necessary initialization. * @param component The component for which the connections are configured. */ void configure(Connection[] connections); void configure(Connection[] connections, NamedElement component); /** * Encode and send the data to system under test using protocol or adapter Loading