Rename test.
This commit is contained in:
parent
62ef4db2e8
commit
299e1c2c6d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import org.junit.runner.RunWith
|
||||||
@RunWith(AndroidJUnit4::class)
|
@RunWith(AndroidJUnit4::class)
|
||||||
class DefaultOnBoardingLogoResIdProviderTest {
|
class DefaultOnBoardingLogoResIdProviderTest {
|
||||||
@Test
|
@Test
|
||||||
fun `when onboarding_logo resource exists, return its resId`() {
|
fun `when onboarding_logo resource does not exist, get() returns null`() {
|
||||||
val context = InstrumentationRegistry.getInstrumentation().context
|
val context = InstrumentationRegistry.getInstrumentation().context
|
||||||
val sut = DefaultOnBoardingLogoResIdProvider(context)
|
val sut = DefaultOnBoardingLogoResIdProvider(context)
|
||||||
val result = sut.get()
|
val result = sut.get()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue