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

Enhancing Clarity with assume API in Precondition Checks for validatePropertyUpdates and validateApiWhenRemovingChild #713

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

Codegass
Copy link
Contributor

Fix #712

Description

This PR introduces a minor enhancement to the test cases validatePropertyUpdates and validateApiWhenRemovingChild in the codebase. By replacing assert statements used for initial state validation with JUnit5's assumeTrue, we aim to improve the clarity and robustness of our tests. This approach helps in clearly distinguishing between precondition checks and the actual test assertions, thereby ensuring that tests proceed only when their preconditions are met.

Key Changes

  • Introduction of assumeTrue for Precondition Checks:
    Replaced assert statements with assumeTrue in the initial state validation sections of validatePropertyUpdates and validateApiWhenRemovingChild.
    This ensures that tests are skipped rather than failed when initial conditions are not met, making test outcomes more accurate and meaningful.

  • Enhanced Test Clarity:
    By using assumeTrue, we make our test preconditions explicit. This clarity helps developers understand test intentions and preconditions at a glance.

…(null) to avoid the issue that the key does not present.
@rgallardo-netflix rgallardo-netflix merged commit 55a05d6 into Netflix:2.x Mar 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants