google-developer-training / advanced-android-testing

Android Testing Codelab
https://codelabs.developers.google.com/codelabs/android-testing/
Apache License 2.0
998 stars 673 forks source link

Confusing usage of assertThat #135

Open nkoroste opened 5 years ago

nkoroste commented 5 years ago

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?

JoseAlcerreca commented 3 years ago

Need to do a consistency pass