antoniolg / Bandhook-Kotlin

A showcase music app for Android entirely written using Kotlin language
Apache License 2.0
1.86k stars 398 forks source link

AlbumsFragmentTest failing on testOnCreateView #32

Open w3b5urf3r opened 7 years ago

w3b5urf3r commented 7 years ago

val createdView = albumsFragment.onCreateView(layoutInflater, null, null) // Then assertNotNull(albumsFragment.adapter)

is failing as the container is null, if we mock the container it will fail as it will search for the context.