-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit focuses on enhancing the test coverage for boolean type getter methods. Four new test functions have been added: - `Test_StandardBoolGetter`: Validates the behavior of standard Boolean getters. - `Test_StandardBoolGetter_WrappedError`: Ensures that standard Boolean getters correctly wrap and return errors. - `Test_StandardBoolLikeGetter`: Checks if object-based getters correctly convert to Boolean values. - `Test_StandardBoolLikeGetter_WrappedError`: Validates that errors from Bool-like getters are correctly wrapped and returned.
- Loading branch information
1 parent
8e9a07f
commit c7e72a2
Showing
1 changed file
with
232 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters