Last active
August 29, 2022 17:26
-
-
Save arkivanov/d44bb44967c56867bf870d7d62a6d6f1 to your computer and use it in GitHub Desktop.
KittenComponentTest3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Test | |
fun loads_and_shows_images_WHEN_created() { | |
val images = dataSource.generateImages() | |
startComponent() | |
assertEquals(images, view.model.imageUrls) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment