androidx.test.annotation 包位于哪个 AndroidX 库中?

In which AndroidX library is the androidx.test.annotation package located?

简单问题:

如何使用 androidx.test.annotation 包?它位于哪个 AndroidX 库中?我特别想使用 androidx.test.annotation.UiThreadTest。此注释是 android.support.test.annotation.UiThreadTest AndroidX 之前时代的延续。

此包未在 AndroidX Migrate 页面上列出。它包含在另一个库中吗?如果有,是哪一个?我一辈子都找不到它。 IDE 中的包搜索一无所获。

androidx.test:rules:

androidTestImplementation 'androidx.test:rules:1.2.0'