-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2014f12
commit edf384f
Showing
8 changed files
with
196 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
...ProductExistsShouldReturnOneProductWithNameOrDescriptionContainsNiveaKeyword.received.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
Data: [ | ||
{ | ||
Id: { | ||
Value: Guid_1 | ||
}, | ||
ProductName: { | ||
Name: not xDDD | ||
}, | ||
ProductDescription: { | ||
Description: nivea | ||
}, | ||
Price: { | ||
CurrentPrice: { | ||
Value: 10.0 | ||
}, | ||
PromotionalPrice: { | ||
Value: 5.0 | ||
} | ||
}, | ||
AvailableQuantity: { | ||
Value: 10 | ||
}, | ||
Tags: [] | ||
} | ||
], | ||
Metadata: { | ||
TagFiltersMetaData: {}, | ||
Prices: { | ||
MinPrice: 5.0, | ||
MaxPrice: 5.0 | ||
} | ||
}, | ||
Count: 1, | ||
Total: 2, | ||
IsEmpty: false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
...ouldReturnOneProductWithNameOrDescriptionContainsNiveaKeywordOnTheSecondPage.received.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
Data: [ | ||
{ | ||
Id: { | ||
Value: Guid_1 | ||
}, | ||
ProductName: { | ||
Name: Nivea xDDD | ||
}, | ||
ProductDescription: { | ||
Description: xDDD | ||
}, | ||
Price: { | ||
CurrentPrice: { | ||
Value: 10.0 | ||
}, | ||
PromotionalPrice: { | ||
Value: 5.0 | ||
} | ||
}, | ||
AvailableQuantity: { | ||
Value: 10 | ||
}, | ||
Tags: [] | ||
} | ||
], | ||
Metadata: { | ||
TagFiltersMetaData: {}, | ||
Prices: { | ||
MinPrice: 5.0, | ||
MaxPrice: 5.0 | ||
} | ||
}, | ||
Count: 1, | ||
Total: 2, | ||
IsEmpty: false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
...eaProductExistsShouldReturnProductsWithNameOrDescriptionContainsNiveaKeyword.received.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
Data: [ | ||
{ | ||
Id: { | ||
Value: Guid_1 | ||
}, | ||
ProductName: { | ||
Name: not xDDD | ||
}, | ||
ProductDescription: { | ||
Description: nivea | ||
}, | ||
Price: { | ||
CurrentPrice: { | ||
Value: 10.0 | ||
}, | ||
PromotionalPrice: { | ||
Value: 5.0 | ||
} | ||
}, | ||
AvailableQuantity: { | ||
Value: 10 | ||
}, | ||
Tags: [] | ||
}, | ||
{ | ||
Id: { | ||
Value: Guid_2 | ||
}, | ||
ProductName: { | ||
Name: Nivea xDDD | ||
}, | ||
ProductDescription: { | ||
Description: xDDD | ||
}, | ||
Price: { | ||
CurrentPrice: { | ||
Value: 10.0 | ||
}, | ||
PromotionalPrice: { | ||
Value: 5.0 | ||
} | ||
}, | ||
AvailableQuantity: { | ||
Value: 10 | ||
}, | ||
Tags: [] | ||
} | ||
], | ||
Metadata: { | ||
TagFiltersMetaData: {}, | ||
Prices: { | ||
MinPrice: 5.0, | ||
MaxPrice: 5.0 | ||
} | ||
}, | ||
Count: 2, | ||
Total: 2, | ||
IsEmpty: false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...ductWhenProductsInPriceConditionExistsShouldReturnProductsWithPriceCondition.received.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
Data: [ | ||
{ | ||
Id: { | ||
Value: Guid_1 | ||
}, | ||
ProductName: { | ||
Name: Nivea xDDD | ||
}, | ||
ProductDescription: { | ||
Description: xDDD | ||
}, | ||
Price: { | ||
CurrentPrice: { | ||
Value: 11.0 | ||
} | ||
}, | ||
AvailableQuantity: { | ||
Value: 10 | ||
}, | ||
Tags: [] | ||
} | ||
], | ||
Metadata: { | ||
TagFiltersMetaData: {}, | ||
Prices: { | ||
MinPrice: 11.0, | ||
MaxPrice: 11.0 | ||
} | ||
}, | ||
Count: 1, | ||
Total: 1, | ||
IsEmpty: false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters