datacommsserver/esockserver/test/TE_EsockTestSteps/src/Te_esockteststepsSuiteServer.cpp
changeset 65 41cc8e7ff496
parent 40 34fc115b8742
child 66 cbb19216b74d
equal deleted inserted replaced
40:34fc115b8742 65:41cc8e7ff496
   278 
   278 
   279 	else if(aStepName.CompareF (KShutdownRSocketStep) == 0)
   279 	else if(aStepName.CompareF (KShutdownRSocketStep) == 0)
   280 				testStep = new CShutdownRSocketStep(iEsockTest);
   280 				testStep = new CShutdownRSocketStep(iEsockTest);
   281 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
   281 	else if(aStepName.CompareF (KStartRConnectionStep) == 0)
   282 				testStep = new CStartRConnectionStep(iEsockTest);
   282 				testStep = new CStartRConnectionStep(iEsockTest);
       
   283     else if(aStepName.CompareF (KStartStopCrazyLoopRConnectionStep) == 0)
       
   284                 testStep = new CStartStopCrazyLoopRConnectionStep(iEsockTest);	
   283 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
   285 	else if(aStepName.CompareF (KAwaitRConnectionStartComplete) == 0)
   284 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);
   286 				testStep = new CAwaitRConnectionStartComplete(iEsockTest);
   285 	
   287 	
   286 	else if(aStepName.CompareF (KStartSimTSYStep) == 0)
   288 	else if(aStepName.CompareF (KStartSimTSYStep) == 0)
   287 				testStep = new CStartSimTSYStep(iEsockTest);
   289 				testStep = new CStartSimTSYStep(iEsockTest);
   422 	NEW_ESOCK_TESTSTEP(CompareIntegerValuesStep)
   424 	NEW_ESOCK_TESTSTEP(CompareIntegerValuesStep)
   423 
   425 
   424 	NEW_ESOCK_TESTSTEP(RegisterProgressNotificationStep)
   426 	NEW_ESOCK_TESTSTEP(RegisterProgressNotificationStep)
   425 	NEW_ESOCK_TESTSTEP(CheckProgressNotificationStep)
   427 	NEW_ESOCK_TESTSTEP(CheckProgressNotificationStep)
   426 	NEW_ESOCK_TESTSTEP(CheckNegativeProgressNotificationStep)
   428 	NEW_ESOCK_TESTSTEP(CheckNegativeProgressNotificationStep)
   427 	NEW_ESOCK_TESTSTEP(GetParameters_IntStep)	
   429 	NEW_ESOCK_TESTSTEP(GetParameters_IntStep)
       
   430 	NEW_ESOCK_TESTSTEP(WaitStep)
       
   431 	
   428 	return testStep;
   432 	return testStep;
   429 	}
   433 	}
   430 
   434 
   431 /**
   435 /**
   432 Returns server name based on the EKA version
   436 Returns server name based on the EKA version