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
JUnit5 does not support Rules. Yet some tests, particularly Android tests, absolutely require Rules. One example is the InstantTaskExecutorRule required for unit testing ViewModels. I'm interested in writing a custom Extesnsion, but I don't really know where to start. Any ideas? Does this already exist?