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

Unit test services #5

Open
wants to merge 58 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2022

  1. antes de mudar config doctrine

    eng-luiz committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    84eba79 View commit details
    Browse the repository at this point in the history
  2. restaura config app e database para padrao

    eng-luiz committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    4b7b582 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Adiciona rota de criacao, e delete de materias. Juntamente com boiler…

    …plate de Repositorys
    eng-luiz committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    73562ec View commit details
    Browse the repository at this point in the history
  2. adiciona rota para criar, procurar e deletar estudantes. Bem como rep…

    …ository, model e controller
    eng-luiz committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ef5653a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. encerra entidades e relacoes entre elas v0.1

    eng-luiz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    be4b05a View commit details
    Browse the repository at this point in the history
  2. teste

    eng-luiz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f5a7d16 View commit details
    Browse the repository at this point in the history
  3. teste

    eng-luiz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    95fefe1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from lzzhenrique/boilerplate-doctrine

    Boilerplate doctrine
    lzzhenrique authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    64b122d View commit details
    Browse the repository at this point in the history
  5. add subject controller, and repository

    eng-luiz committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    291a67c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. commit bomba atomica

    eng-luiz committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    c6b01e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

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

Commits on Sep 26, 2022

  1. antes de alterar para arrayCollection

    eng-luiz committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    58f61e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. cria rota de criacao e devolucao da prova

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4bd10a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from lzzhenrique/subject-route

    Subject route
    lzzhenrique authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    2522821 View commit details
    Browse the repository at this point in the history
  3. limpa arquivo de rotas web

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    cc987e7 View commit details
    Browse the repository at this point in the history
  4. adiciona rota para receber respostas

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    13e0043 View commit details
    Browse the repository at this point in the history
  5. muda timezone da aplicacao para America/SP

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    5ed5c44 View commit details
    Browse the repository at this point in the history
  6. cria controller para receber respostas

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    edfb76c View commit details
    Browse the repository at this point in the history
  7. define retorno da funcao getExamById para um Exam

    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    87e7329 View commit details
    Browse the repository at this point in the history
  8. cria validacao para nao processar provas com mais de uma hora de dife…

    …renca em relacao a data de criacao
    eng-luiz committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    abd73d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. modifica campo de score para float em vez de int

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    e6e9b69 View commit details
    Browse the repository at this point in the history
  2. cria metodo para finalizar exame

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    580b444 View commit details
    Browse the repository at this point in the history
  3. cria metodo que pega questoes corretas por exam

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    46c46d5 View commit details
    Browse the repository at this point in the history
  4. cria metodo que pega registra resposta do aluno

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a0935fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ce7390 View commit details
    Browse the repository at this point in the history
  6. registra resposta do studen

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5a1bbef View commit details
    Browse the repository at this point in the history
  7. calcula resultado do exame

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    43c2bdc View commit details
    Browse the repository at this point in the history
  8. encerra exame

    eng-luiz committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ab5867a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. retorna snapshot da prova concluida

    eng-luiz committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    760cbc7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from lzzhenrique/process-exam

    Process exam
    lzzhenrique authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2887423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5a4027 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from lzzhenrique/questionMustBeOneCorrectAnswer

    evita que uma questao possa ter mais de uma resposta correta
    lzzhenrique authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b3ff082 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. add tests to studentService

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5c5c4e7 View commit details
    Browse the repository at this point in the history
  2. add tests to subjectService

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    7c8bcf2 View commit details
    Browse the repository at this point in the history
  3. renomeia variavel

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a51cb37 View commit details
    Browse the repository at this point in the history
  4. adiciona testes ao service de questions

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    652096e View commit details
    Browse the repository at this point in the history
  5. muda nome de testes em studen e subject test

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1626616 View commit details
    Browse the repository at this point in the history
  6. retira import inutil de answerRepository

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    384e73b View commit details
    Browse the repository at this point in the history
  7. modifica forma de validacao da request de answer

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    250dc9b View commit details
    Browse the repository at this point in the history
  8. retira comentarios do test

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9af67d4 View commit details
    Browse the repository at this point in the history
  9. adiciona testes ao service de answer

    eng-luiz committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    5e50f57 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    95abb85 View commit details
    Browse the repository at this point in the history
  2. typa retorno da funcao getById

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7c5eb54 View commit details
    Browse the repository at this point in the history
  3. retira funcao inutil

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7dc3239 View commit details
    Browse the repository at this point in the history
  4. assina retorno do metodo create Snapshot

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e63884a View commit details
    Browse the repository at this point in the history
  5. retorna metodo getAnswers de Question

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    9b0fcd5 View commit details
    Browse the repository at this point in the history
  6. sobrepoe metodo createdAt para poder testalo

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7ce0074 View commit details
    Browse the repository at this point in the history
  7. litte bomb

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8c1bb93 View commit details
    Browse the repository at this point in the history
  8. organiza cria testes para createExamService

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d43e718 View commit details
    Browse the repository at this point in the history
  9. testa excecoes ao criar um exame

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7772d99 View commit details
    Browse the repository at this point in the history
  10. cria arquivo de para testar updateExamServiceTest

    eng-luiz committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d325648 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52690c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    d2242e9 View commit details
    Browse the repository at this point in the history
  2. testa caso de sucesso em update exam

    eng-luiz committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    5e121d2 View commit details
    Browse the repository at this point in the history
  3. adiciona teste na exception de updateExamService

    eng-luiz committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    04c85a9 View commit details
    Browse the repository at this point in the history
  4. adiciona teste de sucesso em SnapshotService

    eng-luiz committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    a5a0a94 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. retira mock inutilizado do teste

    eng-luiz committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    430928e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eba134 View commit details
    Browse the repository at this point in the history