aotrautils-srv 0.0.532 → 0.0.534

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-22:22:24)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-22:31:43)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -458,7 +458,7 @@ window.aotestMethods.getScenariiInTest=function(test){
458
458
 
459
459
 
460
460
 
461
- /*private*/window.aotestMethods.doForAllTestsByType=function(allTestsByType){
461
+ /*private*/window.aotestMethods.doForAllTestsByType=function(allTestsByType, doOnIteration, filter=null, mustTerminate=null){
462
462
 
463
463
  const loopResultI=foreach(allTestsByType,(testsByFunction,functionName)=>{
464
464
  const loopResultJ=foreach(testsByFunction,(test,executionCoupleName)=>{
@@ -490,12 +490,12 @@ window.aotestMethods.getScenariiInTest=function(test){
490
490
  if(testsType){
491
491
 
492
492
  const allTestsByType=allTests[testsType];
493
- return window.aotestMethods.doForAllTestsByType(allTestsByType);
493
+ return window.aotestMethods.doForAllTestsByType(allTestsByType,doOnIteration, filter, mustTerminate);
494
494
 
495
495
  }else{
496
496
 
497
497
  return foreach(allTests,(allTestsByType,t)=>{
498
- const loopResultH=window.aotestMethods.doForAllTestsByType(allTestsByType);
498
+ const loopResultH=window.aotestMethods.doForAllTestsByType(allTestsByType,doOnIteration, filter, mustTerminate);
499
499
  if(loopResultH)
500
500
  return loopResultH;
501
501
  });
@@ -4929,7 +4929,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4929
4929
 
4930
4930
 
4931
4931
 
4932
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-22:22:24)»*/
4932
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-22:31:43)»*/
4933
4933
  /*-----------------------------------------------------------------------------*/
4934
4934
 
4935
4935
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.532",
3
+ "version": "0.0.534",
4
4
  "main": "aotrautils-srv.build.js",
5
5
  "description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",