SE-PRG/azmitool

unit testing - step 2

Aberta

#151 aberto em 16 de mai. de 2020

 (0 comentário) (0 reação) (0 responsável)C# (5 forks)auto 404
exceptions-handlinggood first issuetesting

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

This is continuing from issue #135 and PR #149

Next tasks in unit testing:

  • Add negative tests where possible
  • Add mock for GetToken in IDCheck tests
  • fix other TODO: issues
  • merge similar tests into Theory
  • align test cases according to AAA approach (arrange-act-assert) (three lines of code)
  • add more descriptive test names (see comment in PR #149 )

Pipeline related tasks

  • Confirm pipeline is integrated as PR validation
  • re-check code coverage in pipeline

Guia do colaborador