Efter man kör gradlew.bat
This commit is contained in:
parent
6edd6172c8
commit
907ac7a9df
21 changed files with 155 additions and 0 deletions
BIN
bin/test/.DS_Store
vendored
Normal file
BIN
bin/test/.DS_Store
vendored
Normal file
Binary file not shown.
10
bin/test/ExpectedCookies.json
Normal file
10
bin/test/ExpectedCookies.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"cookies": [
|
||||
{"name": "Amneris"},
|
||||
{"name": "Berliner"},
|
||||
{"name": "Nut cookie"},
|
||||
{"name": "Nut ring"},
|
||||
{"name": "Tango"},
|
||||
{"name": "Almond delight"}
|
||||
]
|
||||
}
|
12
bin/test/ExpectedCustomers.json
Normal file
12
bin/test/ExpectedCustomers.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"customers": [
|
||||
{"name": "Bjudkakor AB", "address": "Ystad"},
|
||||
{"name": "Finkakor AB", "address": "Helsingborg"},
|
||||
{"name": "Gästkakor AB", "address": "Hässleholm"},
|
||||
{"name": "Kaffebröd AB", "address": "Landskrona"},
|
||||
{"name": "Kalaskakor AB", "address": "Trelleborg"},
|
||||
{"name": "Partykakor AB", "address": "Kristianstad"},
|
||||
{"name": "Skånekakor AB", "address": "Perstorp"},
|
||||
{"name": "Småbröd AB", "address": "Malmö"}
|
||||
]
|
||||
}
|
11
bin/test/ExpectedPallets.json
Normal file
11
bin/test/ExpectedPallets.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"pallets": [
|
||||
{"cookie": "Amneris", "blocked": "no"},
|
||||
{"cookie": "Amneris", "blocked": "no"},
|
||||
{"cookie": "Amneris", "blocked": "no"},
|
||||
{"cookie": "Berliner", "blocked": "no"},
|
||||
{"cookie": "Nut ring", "blocked": "no"},
|
||||
{"cookie": "Nut ring", "blocked": "no"},
|
||||
{"cookie": "Tango", "blocked": "no"}
|
||||
]
|
||||
}
|
6
bin/test/ExpectedPalletsByCookie.json
Normal file
6
bin/test/ExpectedPalletsByCookie.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pallets": [
|
||||
{"cookie": "Nut ring", "blocked": "no"},
|
||||
{"cookie": "Nut ring", "blocked": "no"}
|
||||
]
|
||||
}
|
4
bin/test/ExpectedPalletsEmpty.json
Normal file
4
bin/test/ExpectedPalletsEmpty.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"pallets": [
|
||||
]
|
||||
}
|
23
bin/test/ExpectedRawMaterialsAfterCreatingPallets.json
Normal file
23
bin/test/ExpectedRawMaterialsAfterCreatingPallets.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"raw-materials": [
|
||||
{"name": "Bread crumbs", "amount": 500000, "unit": "g"},
|
||||
{"name": "Butter", "amount": 386600, "unit": "g"},
|
||||
{"name": "Chocolate", "amount": 497300, "unit": "g"},
|
||||
{"name": "Chopped almonds", "amount": 500000, "unit": "g"},
|
||||
{"name": "Cinnamon", "amount": 500000, "unit": "g"},
|
||||
{"name": "Egg whites", "amount": 500000, "unit": "ml"},
|
||||
{"name": "Eggs", "amount": 456800, "unit": "g"},
|
||||
{"name": "Fine-ground nuts", "amount": 500000, "unit": "g"},
|
||||
{"name": "Flour", "amount": 416300, "unit": "g"},
|
||||
{"name": "Ground, roasted nuts", "amount": 500000, "unit": "g"},
|
||||
{"name": "Icing sugar", "amount": 474080, "unit": "g"},
|
||||
{"name": "Marzipan", "amount": 378500, "unit": "g"},
|
||||
{"name": "Potato starch", "amount": 495950, "unit": "g"},
|
||||
{"name": "Roasted, chopped nuts", "amount": 475700, "unit": "g"},
|
||||
{"name": "Sodium bicarbonate", "amount": 499784, "unit": "g"},
|
||||
{"name": "Sugar", "amount": 486500, "unit": "g"},
|
||||
{"name": "Vanilla", "amount": 499892, "unit": "g"},
|
||||
{"name": "Vanilla sugar", "amount": 499730, "unit": "g"},
|
||||
{"name": "Wheat flour", "amount": 495950, "unit": "g"}
|
||||
]
|
||||
}
|
23
bin/test/ExpectedRawMaterialsStart.json
Normal file
23
bin/test/ExpectedRawMaterialsStart.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"raw-materials": [
|
||||
{"name": "Bread crumbs", "amount": 500000, "unit": "g"},
|
||||
{"name": "Butter", "amount": 500000, "unit": "g"},
|
||||
{"name": "Chocolate", "amount": 500000, "unit": "g"},
|
||||
{"name": "Chopped almonds", "amount": 500000, "unit": "g"},
|
||||
{"name": "Cinnamon", "amount": 500000, "unit": "g"},
|
||||
{"name": "Egg whites", "amount": 500000, "unit": "ml"},
|
||||
{"name": "Eggs", "amount": 500000, "unit": "g"},
|
||||
{"name": "Fine-ground nuts", "amount": 500000, "unit": "g"},
|
||||
{"name": "Flour", "amount": 500000, "unit": "g"},
|
||||
{"name": "Ground, roasted nuts", "amount": 500000, "unit": "g"},
|
||||
{"name": "Icing sugar", "amount": 500000, "unit": "g"},
|
||||
{"name": "Marzipan", "amount": 500000, "unit": "g"},
|
||||
{"name": "Potato starch", "amount": 500000, "unit": "g"},
|
||||
{"name": "Roasted, chopped nuts", "amount": 500000, "unit": "g"},
|
||||
{"name": "Sodium bicarbonate", "amount": 500000, "unit": "g"},
|
||||
{"name": "Sugar", "amount": 500000, "unit": "g"},
|
||||
{"name": "Vanilla", "amount": 500000, "unit": "g"},
|
||||
{"name": "Vanilla sugar", "amount": 500000, "unit": "g"},
|
||||
{"name": "Wheat flour", "amount": 500000, "unit": "g"}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue