-
Notifications
You must be signed in to change notification settings - Fork 20
SDK Behavior Settings #Tests #355
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
base: staging
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements comprehensive SDK Behavior Settings (SBS) functionality and testing infrastructure for the Countly Flutter SDK. The changes focus on improving the server configuration handling, merging behavior settings, and adding extensive test coverage for various SBS scenarios.
Key changes include:
- Enhanced server configuration merging and storage mechanisms
- Improved behavior settings validation and error handling
- Added comprehensive test infrastructure for SBS functionality
Reviewed Changes
Copilot reviewed 30 out of 30 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
ios/Classes/CountlyiOS/CountlyServerConfig.m | Core implementation of SBS merging logic and configuration handling |
ios/Classes/CountlyiOS/CountlyPersistency.m | Updated storage methods to use NSMutableDictionary for server config |
ios/Classes/CountlyFlutterPlugin.m | Added test helper methods for server config manipulation |
example/integration_test/utils.dart | Enhanced test utilities with server config and event recording helpers |
example/integration_test/sbs_tests/ | Comprehensive test suite covering various SBS scenarios and edge cases |
android/src/main/java/.../CountlyFlutterPlugin.java | Added Android test helper methods for server config |
android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…tterPlugin.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.