Skip to content

Conversation

@sonalgaud12
Copy link

This PR addresses #522, by adding test for StaticStateManipulator which comes utilities class

Added Test:

shouldProvideConsistentSingletonInstance

  • Validates singleton returns same instance consistently

shouldBeThreadSafeWhenAccessingSingleton

  • Ensures thread-safe singleton access across multiple concurrent threads

shouldResetAllRegisteredManipulators

  • Confirms reset functionality works for multiple registered manipulators

shouldRegisterManipulatorsThreadSafely

  • Validates thread-safe registration of static field manipulators

shouldHandleResetWithNoManipulators

  • Checks graceful reset when no manipulators are registered

Result:
image

Test Coverage:
image

@sonalgaud12
Copy link
Author

Requesting review @wbrunette

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