# ------------------------------------------------------------------------
# use Pairwise Testing to generate data
# Values
# ------------------------------------------------------------------------

id: 500,5646-9999999:34-4564
idRelation: >,<,==,<->
categoryId: 300,5646-5675689:34-4000
categoryIdRelation: >,<,==,<->
url: http://ya.ru
urlRelation: like,not like
name: test
nameRelation: like,not like
vendor: testVendor
vendorRelation: like,not like
price: 400,5646-9999999:34-300
priceRelation: >,<,==,<->
model: testModel
modelRelation: like,not like

# ------------------------------------------------------------------------
# Constrains
# ------------------------------------------------------------------------

if [id] LIKE "*-*" THEN [idRelation] = "<->";
if [id] NOT LIKE "*-*" THEN [idRelation] <> "<->";
if [categoryId] LIKE "*-*" THEN [categoryIdRelation] = "<->";
if [categoryId] NOT LIKE "*-*" THEN [categoryIdRelation] <> "<->";
if [price] LIKE "*-*" THEN [priceRelation] = "<->";
if [price] NOT LIKE "*-*" THEN [priceRelation] <> "<->";