2025-11-20 IntegrationTest: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Event =
= Type paramiter =
eample value test
normal case
type paramiter
<syntaxhighlight lang="JavaScript">
<syntaxhighlight lang="JavaScript">
   
   

Revision as of 07:38, 20 November 2025

Type paramiter

normal case

 
 object: { 
  forStageMatching: true, 
  properties: {} 
 }, 
 array: { 
  forStageMatching: true,
  useIsEqual: true,
  eventValue: []
 }, 
 number: { 
  forStageMatching: true, 
  value: 1111 
 }, 
 string: { 
  forStageMatching: true, 
  value: "hi" 
 }, 
 boolean: { 
  forStageMatching: true, 
  value: true 
 }

Empty

 EmptyString:{
  value:"" 
 }, 
 EmptyArray:{ 
   forStageMatching: true,
   useIsEqual: true,
   eventValue: []
 }, 
 EmptyObject:{  
  forStageMatching: true, 
  value:{} 
 }