Create unit tests (#6)

* Create unit tests
Rearrange test project structure
Implement ICVLoggerProvider interface for mocking/extensibility

* Fix UTs project path
This commit is contained in:
2021-06-16 15:09:49 +02:00
committed by GitHub
parent f818f4152d
commit 7e9c3c5f64
26 changed files with 785 additions and 43 deletions
+1
View File
@@ -21,6 +21,7 @@ jobs:
env:
Solution_Path: WpfExtended.sln
Actions_Allow_Unsecure_Commands: true
Test_Project_Path: WpfExtended.Test\WpfExtended.Tests.csproj
steps:
- name: Checkout