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

Enhance and Improve property management tests #295

Open
wants to merge 3 commits into
base: upgrade-jdk11
Choose a base branch
from

Conversation

Chinex-Boroja
Copy link

Overview

This PR introduces enhancements to the property management tests. The changes include the addition of new test cases.

Added New Test Cases:

  • verifyDefaultPropertyValue: Confirms that a non-existing property returns null, ensuring the default behavior for missing keys.
  • verifyServerUrlPropertyFormat: Validates that the server URL property adheres to a basic URL format, ensuring correct URL patterns.
  • verifyUsernamePropertyLength: Checks that the username property is not null and adheres to a length constraint, ensuring user input validation.
  • verifyMissingKeyReturnsNull: Ensures that querying a non-existent property key returns null, validating handling of missing properties.

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.

1 participant