Skip to content

Commit

Permalink
Merge pull request #178 from tarkalabs/raja/filerenaming
Browse files Browse the repository at this point in the history
enhancement : fie renaming for screenshot hot testing
  • Loading branch information
rajajawahar authored Jan 29, 2024
2 parents 3f17d2f + d9c42c7 commit 5ecf643
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.junit.Test
import org.mockito.kotlin.mock
import org.mockito.kotlin.verify

class TUITopBarTest {
class TUIAppTopBarTest {
@get:Rule val composeTestRule = createComposeRule()

private val navigationIconTags = TUIIconButtonTags(parentTag = "NavigationIcon")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.junit.runners.Parameterized

@OptIn(ExperimentalMaterial3Api::class)
@RunWith(Parameterized::class)
class TUITopBarScreenShotTest(
class TUIAppTopBarScreenShotTest(
private val testName: String,
private val darkTheme: Boolean
) : ComposeScreenshotComparator() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.junit.runner.RunWith
import org.junit.runners.Parameterized

@RunWith(Parameterized::class)
class TUIThumbnailScreenShotTest(
class TUIMediaThumbnailScreenShotTest(
private val showTrailingIcon: Boolean,
private val thumbnailSize: TUIMediaThumbnailSize,
private val testName: String,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.junit.runner.RunWith
import org.junit.runners.Parameterized

@RunWith(Parameterized::class)
class TUIMobileFooterScreenShotTest(
class TUIMobileOverlayFooterScreenShotTest(
private val showMiddleDismiss: Boolean,
private val showLeftArrow: Boolean,
private val showRightArrow: Boolean,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import org.junit.runner.RunWith
import org.junit.runners.Parameterized

@RunWith(Parameterized::class)
class TUIMobileOverlayScreenShotTest(
class TUIMobileOverlayHeaderScreenShotTest(
private val testName: String,
private val darkTheme: Boolean
) : ComposeScreenshotComparator() {
Expand Down

0 comments on commit 5ecf643

Please sign in to comment.