I open example code BasicRxJavaSample (from this article Room+RxJava) The main thing is there:
@Rule public InstantTaskExecutorRule instantTaskExecutorRule
for androidX migration, add
androidTestImplementation "androidx.arch.core:core-testing:2.0.0"