-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cucumber):[#357] Add expected files for new cucumber tests
- Loading branch information
1 parent
8be31a6
commit 3ca8844
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
irs-cucumber-tests/src/test/resources/expected-files/TRI-1915-expected-submodels.json
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,39 @@ | ||
{ | ||
"submodels": [ | ||
{ | ||
"catenaXId": "urn:uuid:aad27ddb-43aa-4e42-98c2-01e529ef127c", | ||
"childItems": [ | ||
{ | ||
"validityPeriod": { | ||
"validFrom": "2023-03-21T08:17:29.187+01:00", | ||
"validTo": "2024-07-01T16:10:00.000+01:00" | ||
}, | ||
"catenaXId": "urn:uuid:e5c96ab5-896a-482c-8761-efd74777ca97", | ||
"quantity": { | ||
"unit": "unit:piece", | ||
"value": 6 | ||
}, | ||
"businessPartner": "BPNL00000003AYRE", | ||
"createdOn": "2022-02-03T14:48:54.709Z", | ||
"lastModifiedOn": "2022-02-03T14:48:54.709Z" | ||
} | ||
] | ||
}, | ||
{ | ||
"catenaXId": "urn:uuid:aad27ddb-43aa-4e42-98c2-01e529ef127c", | ||
"partTypeInformation": { | ||
"manufacturerPartId": "38049661-08", | ||
"classification": "product", | ||
"nameAtManufacturer": "OEM A High Voltage Battery" | ||
}, | ||
"partSitesInformationAsPlanned": [ | ||
{ | ||
"functionValidUntil": "2023-12-11T06:14:55.183Z", | ||
"catenaXsiteId": "BPNS1234567890ZZ", | ||
"function": "production", | ||
"functionValidFrom": "2023-12-11T06:14:55.181Z" | ||
} | ||
] | ||
} | ||
] | ||
} |