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

General Improvements for Declaration Tests and other Assertions #129

Merged
merged 18 commits into from
Jun 21, 2024

Conversation

Rdeisenroth
Copy link
Member

@Rdeisenroth Rdeisenroth commented Dec 7, 2023

This PRs primary focus is to provide the full functionality of the old reflect package with the new assertion api. So far this includes:

  • syntactic sugar (a lot)
  • checking if a method from an interface is implemented
  • verifying no blacklisted statements were used
  • improved error message handling (e.g. fixing cause not shown with Assertions2.call())
  • add missing documentation

@Rdeisenroth Rdeisenroth added bug Something isn't working enhancement New feature or request labels Dec 7, 2023
@Rdeisenroth Rdeisenroth self-assigned this Dec 7, 2023
@Rdeisenroth Rdeisenroth marked this pull request as ready for review June 21, 2024 11:08
@Rdeisenroth
Copy link
Member Author

Merging now since everyone used it anyways

@Rdeisenroth Rdeisenroth merged commit 359b046 into master Jun 21, 2024
1 check passed
@Rdeisenroth Rdeisenroth deleted the feature/assertions3-improvements branch June 21, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant