Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将toothpicksdk 版本更新为3.0.2from 1.1.3。更新后,无法ToothPickRule在toothpick. 这导致测试用例失败。
toothpick
3.0.2
1.1.3
ToothPickRule
您需要包含以下依赖项:
testImplementation 'com.github.stephanenicolas.toothpick:toothpick-testing-junit4:3.0.2'
它包含ToothPickRule.
ToothPick 的当前版本是 3.1.0,因此您可能也想更新到它。