fix(deps): update dependency androidx.swiperefreshlayout:swiperefreshlayout to v1.1.0 #277
GitHub Actions / UT Report
succeeded
Jul 31, 2024 in 0s
UT Report β
β Β junit.xml
39 tests were completed in 24s with 39 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
MODULE | Badge | 3β | 498ms | ||
MODULE | DateField | 8β | 937ms | ||
MODULE | DateSelector | 7β | 22s | ||
MODULE | TextField | 4β | 823ms | ||
TopAppBar mounting with a simple title | 9β | 22s | ||
Uncontrolled Banner | 4β | 775ms | ||
Uncontrolled Snackbar | 4β | 21s |
β Β MODULE | Badge
MODULE | Badge Given a `number` should display it
β
MODULE | Badge Given a `number` should display it
MODULE | Badge Given a `number` and a `maxDigits` greater than number's total digit should display a truncated `number`
β
MODULE | Badge Given a `number` and a `maxDigits` greater than number's total digit should display a truncated `number`
MODULE | Badge Given a `number` and a `maxDigits` smaller or equal than number's total digit' should display the entire `number`
β
MODULE | Badge Given a `number` and a `maxDigits` smaller or equal than number's total digit' should display the entire `number`
β Β MODULE | DateField
MODULE | DateField component renders correctly in empty mode
β
MODULE | DateField component renders correctly in empty mode
MODULE | DateField component renders correctly empty focused state
β
MODULE | DateField component renders correctly empty focused state
MODULE | DateField component renders correctly filled focused state
β
MODULE | DateField component renders correctly filled focused state
MODULE | DateField component renders correctly filled unfocused state
β
MODULE | DateField component renders correctly filled unfocused state
MODULE | DateField component renders correctly in error state
β
MODULE | DateField component renders correctly in error state
MODULE | DateField fires callback when on input value change
β
MODULE | DateField fires callback when on input value change
MODULE | DateField shouldnt send more than 2 characters
β
MODULE | DateField shouldnt send more than 2 characters
MODULE | DateField shouldnt accept non number characters
β
MODULE | DateField shouldnt accept non number characters
β Β MODULE | DateSelector
MODULE | DateSelector component renders correctly with prefilled values in DD/MM/YY
β
MODULE | DateSelector component renders correctly with prefilled values in DD/MM/YY
MODULE | DateSelector should send date filled with missing fields
β
MODULE | DateSelector should send date filled with missing fields
MODULE | DateSelector should send date filled with all changed fields
β
MODULE | DateSelector should send date filled with all changed fields
MODULE | DateSelector should prefix date fields with a 0 on blur
β
MODULE | DateSelector should prefix date fields with a 0 on blur
MODULE | DateSelector should not cast invalid date into a valid one
β
MODULE | DateSelector should not cast invalid date into a valid one
MODULE | DateSelector error should display an error message if not focused
β
MODULE | DateSelector error should display an error message if not focused
MODULE | DateSelector error should not display an error message if a field is focused
β
MODULE | DateSelector error should not display an error message if a field is focused
β Β MODULE | TextField
MODULE | TextField component renders correctly
β
MODULE | TextField component renders correctly
MODULE | TextField component renders correctly with bottom text
β
MODULE | TextField component renders correctly with bottom text
MODULE | TextField component renders correctly when textType in error state
β
MODULE | TextField component renders correctly when textType in error state
MODULE | TextField fires callback when on input value change
β
MODULE | TextField fires callback when on input value change
β Β TopAppBar mounting with a simple title
TopAppBar mounting with a simple title displays a title
β
TopAppBar mounting with a simple title displays a title
TopAppBar mounting with a simple title testing menu title 'as string' on press
β
TopAppBar mounting with a simple title testing menu title 'as string' on press
TopAppBar mounting with a title by passing a custom component displays a title
β
TopAppBar mounting with a title by passing a custom component displays a title
TopAppBar mounting with a title by passing a custom component testing menu title 'as component' on press
β
TopAppBar mounting with a title by passing a custom component testing menu title 'as component' on press
TopAppBar mounting with a go back button triggers `goBack` event when user press the go back button
β
TopAppBar mounting with a go back button triggers `goBack` event when user press the go back button
TopAppBar mounting with a menu displays action menu button
β
TopAppBar mounting with a menu displays action menu button
TopAppBar mounting with a menu displays menu items when user press the action menu button
β
TopAppBar mounting with a menu displays menu items when user press the action menu button
TopAppBar mounting with a menu retrieves menu item data when user press a menu item
β
TopAppBar mounting with a menu retrieves menu item data when user press a menu item
TopAppBar mounting with a menu hides menu when user press a menu item
β
TopAppBar mounting with a menu hides menu when user press a menu item
β Β Uncontrolled Banner
Uncontrolled Banner mounts banner correctly
β
Uncontrolled Banner mounts banner correctly
Uncontrolled Banner triggers `onDismiss` event when user press dismiss icon
β
Uncontrolled Banner triggers `onDismiss` event when user press dismiss icon
Uncontrolled Banner triggers `onButtonPress` event when user press button
β
Uncontrolled Banner triggers `onButtonPress` event when user press button
Controlled Banner triggers `onDismiss` event when user press dismiss icon
β
Controlled Banner triggers `onDismiss` event when user press dismiss icon
β Β Uncontrolled Snackbar
Uncontrolled Snackbar mounts Snackbar correctly
β
Uncontrolled Snackbar mounts Snackbar correctly
Uncontrolled Snackbar triggers `onDismiss` event when user press dismiss icon
β
Uncontrolled Snackbar triggers `onDismiss` event when user press dismiss icon
Uncontrolled Snackbar invisibled on mount does not show the Snackbar
β
Uncontrolled Snackbar invisibled on mount does not show the Snackbar
Controlled Snackbar visible on mount triggers `onDismiss` event when user press dismiss icon
β
Controlled Snackbar visible on mount triggers `onDismiss` event when user press dismiss icon
Loading