Issue#5 Shows basic example of testing NavController usage

This commit is contained in:
Gergely Hegedus 2022-09-23 13:53:05 +03:00
parent faf9cceb8e
commit 00e7a806eb
20 changed files with 383 additions and 2 deletions

View file

@ -114,6 +114,9 @@ dependencies {
testImplementation testFixtures(project(':core'))
androidTestImplementation testFixtures(project(':core'))
// case specific
implementation project(":examplecase:example-navcontroller")
}
apply from: '../gradlescripts/pull-screenshots.gradle'