TESTNAME=TESTAPPLICATION
CUTtype=Vehicle
CUTname=mid
SUT=ServiceName
LIBLIST=PLATOONLIB,PLATOONTESTLIB
ADDEDMOCKS= pilotposmock:INTEGERMOCK;pilotspeedmock:INTEGERMOCK 
lastpos= @config 
vspeed=@config
safeDistance= @param
pilotpos=@external pilotposmock.intdata
pilotspeed=@external pilotspeedmock.intdata
CUTconfig= mid.conf("mid",getData("lastpos"),getData("vspeed"));  
MOCKconfig=  pilotposmock.conf("lastpos");pilotspeedmock.conf("pilotspeed");
SUTcall= computespeedresult:=!!computeSpeed(getData("safeDistance"));
SUToracle= verdict:=(computespeedresult=getData("oracledata") );
SUTinitsequence= ;

