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
Currently we are unable to unit test any of our Plugin code due dependencies of PluginClient on core tmx functionality. If we are able to mock out the functionality of the PluginClient class we can unit test the implement plugin code.
Reasoning for new functionality
Improved unit test code coverage
Improved maintainability of code base
The text was updated successfully, but these errors were encountered:
Summary
Currently we are unable to unit test any of our Plugin code due dependencies of PluginClient on core tmx functionality. If we are able to mock out the functionality of the PluginClient class we can unit test the implement plugin code.
Reasoning for new functionality
Improved unit test code coverage
Improved maintainability of code base
The text was updated successfully, but these errors were encountered: