Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw exception when accessing non-existent key paths and not providing a default value #29

Merged
merged 8 commits into from
Sep 29, 2020

Conversation

colinodell
Copy link
Contributor

This PR implements / resolves #22. Please note that #28 should be merged first.

The runSampleDataTests() call in testGetData() triggers an exception
which prevents all subsequent tests from running.  Moving this code into
a separate tests ensures that this particual test runs instead of being
skipped over.
@colinodell colinodell mentioned this pull request Sep 27, 2020
@simensen simensen merged commit bf2f0bd into dflydev:main Sep 29, 2020
@colinodell colinodell deleted the throw-exception-on-missing-key branch September 29, 2020 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throw exceptions if key path does not exist
2 participants