Commit 62b93468 authored by pintar's avatar pintar
Browse files

Module description and some debug errors are solved

parent e7dd269b
Loading
Loading
Loading
Loading
+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;
	}