android-testing
android-testing copied to clipboard
Confusing usage of assertThat
In step 6 org.junit.Assert.assertThat
is used while in step 7 com.google.common.truth.Truth.assertThat
is used. I feel like this is confusing and should be called out?
Need to do a consistency pass