Annonator/PlayFabBuddy

Make Repositories Unit Testable

Open

#21 aberto em 29 de dez. de 2021

Ver no GitHub
 (3 comments) (0 reactions) (1 assignee)C# (2 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (13 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Right now, the repositories can't be tested as they have a File IO dependencies. In order to make it test able we need an abstraction / wrapper to be able to mock file IO in our unit tests.

Guia do colaborador