generated from BRP-API/brp-shared
-
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 status checks…
Merge pull request #21 from BRP-API/chore/sync-met-source-repo_daacc46
sync met 'BRP-API/brp-shared-dotnet' repo
Showing
4 changed files
with
171 additions
and
81 deletions.
There are no files selected for viewing
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,30 @@ | ||
#language: nl | ||
|
||
@skip-verify | ||
Functionaliteit: Geen javascript fout bij ongeldig response | ||
|
||
Scenario: naam veld in de response heeft de waarde null | ||
Gegeven de response body is gelijk aan | ||
""" | ||
{ | ||
"personen": [ | ||
{ | ||
"naam": null | ||
} | ||
] | ||
} | ||
""" | ||
Dan heeft de response geen personen | ||
|
||
Scenario: naam veld in de response heeft de waarde undefined | ||
Gegeven de response body is gelijk aan | ||
""" | ||
{ | ||
"personen": [ | ||
{ | ||
"naam": undefined | ||
} | ||
] | ||
} | ||
""" | ||
Dan heeft de response geen personen |
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
Oops, something went wrong.