0

I updated the toothpick sdk version to 3.0.2 from 1.1.3. After updating, not able to find ToothPickRule class under testing package in toothpick. Which is causing test cases to fail.

Kiran Maniya
  • 8,453
  • 9
  • 58
  • 81
bimal chawla
  • 447
  • 1
  • 7
  • 21

1 Answers1

0

You need to include the following dependency:

testImplementation 'com.github.stephanenicolas.toothpick:toothpick-testing-junit4:3.0.2'

it contains ToothPickRule.

The current version of ToothPick is 3.1.0 so you may want to update to it as well.

Ziem
  • 6,579
  • 8
  • 53
  • 86