You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add comprehensive unit tests for coverage improvement (#4084)
<!-- Please be sure to read the
[Contribute](https://github.com/reactiveui/reactiveui#contribute)
section of the README -->
**What kind of change does this PR introduce?**
<!-- Bug fix, feature, docs update, ... -->
Tests update
**What is the new behavior?**
<!-- If this is a feature change -->
Added multiple new unit tests to MessageBusTest.cs and RandomTests.cs to
increase code coverage. Tests include scenarios for MessageBus contract
isolation, scheduler registration, static properties, and various
attribute and type converter behaviors. Also added tests for mixins,
helpers, and static members to ensure all major code paths are
exercised.
**What might this PR break?**
N/A
**Please check if the PR fulfills these requirements**
- [x] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
**Other information**:
0 commit comments