Loading LibIot/LibIot_TestConfiguration.ttcn +11 −2 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_TestConfiguration.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module contains functions which implement the * configuration of the SUT adapter and mapping of test * components for establishing and tearing down different * test configurations. */ module LibIot_TestConfiguration { import from LibIot_OracleFunctions {altstep a_receiveIOTVerdict;} import from LibIot_Functions {altstep a_receiveIOTVerdict;} import from LibIot_TestSystem { import from LibIot_TestInterface { type TestCoordinator, TestMonitor, TestOracle; } Loading Loading
LibIot/LibIot_TestConfiguration.ttcn +11 −2 Original line number Diff line number Diff line /* * @author STF 370 * @version $Id: LibIot_TestConfiguration.ttcn 16 2009-06-16 15:06:42Z pintar $ * @desc This module contains functions which implement the * configuration of the SUT adapter and mapping of test * components for establishing and tearing down different * test configurations. */ module LibIot_TestConfiguration { import from LibIot_OracleFunctions {altstep a_receiveIOTVerdict;} import from LibIot_Functions {altstep a_receiveIOTVerdict;} import from LibIot_TestSystem { import from LibIot_TestInterface { type TestCoordinator, TestMonitor, TestOracle; } Loading