Skip to content
Snippets Groups Projects

New dmr test cases

Merged Miguel Angel Reina Ortega requested to merge New_DMR_Test_Cases into master
+ 451
154
Compare changes
  • Side-by-side
  • Inline
Files
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 333 2017-07-28 08:17:47Z reinaortega $
* $Id: OneM2M_Functions.ttcn 334 2017-07-31 08:11:48Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
@@ -620,10 +620,10 @@ module OneM2M_Functions {
}// end f_cse_deleteResource
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
*/
function f_isResourcePresent (integer p_resourceIndex) runs on CseTester return boolean {
@@ -650,11 +650,11 @@ module OneM2M_Functions {
}
}
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
*/
function f_isResourceNotPresent (integer p_parentIndex, XSD.String p_resourceName) runs on CseTester return boolean {
Loading