AdevintaSpain / AdevintaSpain/Barista
make `assertRecyclerViewItemCount` accept logical condition instead of exact number
Aberta
- Linguagem predominante
- Kotlin
- Estrelas
- 1.7k
- Forks
- 119
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Description what you'd like to happen:**
cuurently we have `assertRecyclerViewItemCount(id , num)`, what about have ability to be like
`assertRecyclerViewItemCount(id , num > 5 or )` and logical check
Guia de contribuição
Direção de pesquisa
Start by finding the existing assertRecyclerViewItemCount(id, num) implementation and its tests. Read how Barista's RecyclerView assertions are structured, then decide how a logical condition would be represented in the public API. Done means callers can assert a condition on the item count rather than only exact equality, with matching tests.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- android, kotlin
- Domínio
- mobile, testing
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 35/100