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

[refactoring] Improve expectSuccess and expectFailure assertions feedback #287

Open
ngarbezza opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ngarbezza
Copy link
Owner

Problem

When one of these assertions fail, we get an expected true to be false or expected false to be true without additional feedback about the actual result, not just the status.

Proposed solution

Compare results and provide detailed feedback about what the expected value was, and the actual type of result (and failure reason in case it is a failure)

@ngarbezza ngarbezza added the enhancement New feature or request label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant