Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

78 api teste unitario testimonies #92

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Nov 21, 2024

  1. test(testimonies): implementa teste unitario para buscar testimonies

    - Garante que a service consegue buscar e atualizar testimonies com
    informações do mentor
    - Valida interações e transformações de dados com o repository
    - Cobre funcionalidades core como buscar e enriquecer os testimonies
    jorgenettodev committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    88fe8af View commit details
    Browse the repository at this point in the history
  2. test(testimony): Adiciona testes unitarios para CreateTestimonyService

    - Implementa cenários detalhados de teste para criação de testimonies
    - Verifica o comportamento da service com transformacao de dados do mentor
    - Cobre criacao, error handling
    - Garante interacao com repository
    jorgenettodev committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    01df566 View commit details
    Browse the repository at this point in the history
  3. test(testimonies): adiciona test unitario para DeteleTestimonyService

    - Implementa cenários de teste para deletar testimony
    - Verifica deleção bem sucedida de testimony
    - Testa error handling para testimony não existente
    - Adiciona teste para error handling
    jorgenettodev committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8e3438b View commit details
    Browse the repository at this point in the history
  4. test(testimonies): Adiciona teste unitario para EditTestimonyService

    - Testa atualização bem sucedida do testimony
    - Testa atualizar testimony que nao existe
    - Testa error handling
    jorgenettodev committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d46d0ce View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    de06d42 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    1f8c4b4 View commit details
    Browse the repository at this point in the history