Testing in Android
Unit Testing
It is used to refer to simple tests. like - simple business logic test independent of any fragment or activity.
Library Used
testImplementation "com.google.truth:truth:1.0.1"
use
import com.google.common.truth.Truth.assertThat inst...
abhinesh.hashnode.dev3 min read