JakubDuch7790 / WatchDogs

0 stars 0 forks source link

Create xUnit test project #6

Closed martinbalucha closed 1 month ago

martinbalucha commented 2 months ago

Create a new project WatchDogs.Test that will use xUnit as a testing framework and Moq for mocking. It will contain tests for the whole solution.

Furthemore, test DxTradeAuthenticator.AuthenticateAsync method.