mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
4664: Moved WelcomeActivity to ViewBinding (#5063)
* 4664: Moved WelcomeActivity to ViewBinding * 4664: Removed non-null test on member variables
This commit is contained in:
parent
1a39c9f8b1
commit
10b025c237
2 changed files with 25 additions and 35 deletions
|
|
@ -39,14 +39,12 @@ class WelcomeActivityUnitTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks if the activity is not null and member variables are not null
|
||||
* Checks if the activity is not null
|
||||
*/
|
||||
@Test
|
||||
@Throws(Exception::class)
|
||||
fun checkActivityNotNull() {
|
||||
assertNotNull(activity)
|
||||
assertNotNull(activity.pager)
|
||||
assertNotNull(activity.indicator)
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue