cashapp / burst

Burst is a unit testing library that uses enums to parameterize unit tests
Apache License 2.0
19 stars 1 forks source link

Better support for Android #27

Closed squarejesse closed 3 days ago

squarejesse commented 1 week ago

When I integrated Burst into Android (PR) I needed to add a dependency manually:

  dependencies {
+   testImplementation libs.burst
  }

We should do this automatically.