Feature: Validations: Equivalence testing
File name: equivalence.feature
Relative path: features/equivalence.feature
v*�r�+��^�
���jf�����|"���X�z
I am a string" with new lines
v���䭬��j�k�x'�+a��%�w��ױ���
${str}
Next Line
���鬶���-�)����w��)�
{
"str": "${str}"
}
Then
item "newItem" is equal to:
00:00:00.000
{
"str": "I am a string\"\nwith new lines"
}
And
item "doubleStr" is equal to:
00:00:00.000
I am a string" with new lines Next Line
v*�r�+��^�
��-F��
Then
it is not null
00:00:00.000
And
"5" >= "5"
00:00:00.000
v*�r�+��^�
n��
Then
item "bob" is not null
00:00:00.000
v*�r�+��^�
Then
"5" is not equal to "7"
00:00:00.000
v*�r�+��^�
n��
��e�
Then
"${sally}" is not equal to "${bob}"
00:00:00.000
v*�r�+��^�
��-��^�蜑���w��;���h����Z�'h
Then
item "test1" contains "quick brown"
00:00:00.000
��-�����ڙ�hm�핫-���=����
{
"firstname" : "Robert",
"lastname" : "Paulson"
}
Then
item "test2" contains "Robert"
00:00:00.000
And
item "test2" contains "lastname"
00:00:00.000
�"-z`Z��
��-� i��Z���:���
[ "Apple", "Banana", "Orange" ]
Then
item "test3" contains "Ora"
00:00:00.000
And
item "test3" contains "${myItem}"
00:00:00.000
And
item "test3" does not contain "Kiwi"
00:00:00.000