You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Now that we have pre and post data, we use the `evaluate` method to compare them
53
53
54
54
## Arguments
55
55
56
-
Generally, for all of the `CheckTypes`, the arguments will be in the order `intended state`, `actual state`, `options`. For instance, the time 1 state would be the first argument and time 2 state the second argument in the `exact_match` check type.
56
+
Generally, for all of the `CheckTypes`, the arguments will be in the order `intended state`, `actual state`, `options`. For instance, the reference state would be the first argument and comparison state the second argument in the `exact_match` check type.
57
57
58
58
For regex or parameter matching, your provided regex or dictionary would be the first argument and the collected data would be the second argument.
0 commit comments