-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Smartsettings initialization in unit tests #190
Smartsettings initialization in unit tests #190
Conversation
Codecov Report
@@ Coverage Diff @@
## version/v3.0 #190 +/- ##
===========================================
Coverage 95% 95%
===========================================
Files 50 50
Lines 2050 2049 -1
===========================================
Hits 1939 1939
+ Misses 111 110 -1
Continue to review full report at Codecov.
|
Assign all SmartSettings properties in unit tests when creating the instance
All
SmartSettings
properties are set when creating theSmartSettings
instance.Only effecting unit tests and demos.