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
Incorporate the java-test-fixtures plugin to share common testing code across the project and delete commons-testing module, which acts as a replacement for it at this point.
Unfortunately, the plugin, at the moment of writing this issue, is only available for pure java and kotlin modules, meaning it cannot be used for android modules. There is a feature request on the Google Issue Tracker to support java-test-fixtures plugin.
A good resource about what text-fixtures-plugin is and what it can do can be found here.
The text was updated successfully, but these errors were encountered:
Incorporate the
java-test-fixtures
plugin to share common testing code across the project and delete commons-testing module, which acts as a replacement for it at this point.Unfortunately, the plugin, at the moment of writing this issue, is only available for pure
java
andkotlin
modules, meaning it cannot be used for android modules. There is a feature request on the Google Issue Tracker to supportjava-test-fixtures
plugin.A good resource about what
text-fixtures-plugin
is and what it can do can be found here.The text was updated successfully, but these errors were encountered: