mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
* user guide added in about * test added * unit test added
This commit is contained in:
parent
1078c70525
commit
6ea3198d65
6 changed files with 32 additions and 0 deletions
|
|
@ -83,6 +83,12 @@ class AboutActivityUnitTests {
|
|||
activity.launchPrivacyPolicy(null)
|
||||
}
|
||||
|
||||
@Test
|
||||
@Throws(Exception::class)
|
||||
fun testLaunchUserGuide() {
|
||||
activity.launchUserGuide(null)
|
||||
}
|
||||
|
||||
@Test
|
||||
@Throws(Exception::class)
|
||||
fun testLaunchFrequentlyAskedQuestions() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue