square / dagger

A fast dependency injector for Android and Java.

Home Page:https://square.github.io/dagger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modernize tests.

JakeWharton opened this issue · comments

I keep meaning to do this but I'm always in the middle of another change. Documenting as a reminder.

  • Update Truth, JUnit, and compile-testing
  • Change ASSERT.about to assertAbout
  • Remove Joiner use for test sources, use string concatenation.
  • .that(asList( --> that( varargs