Implement basic unit test infrastructure with abstraction patterns

Co-authored-by: ngenovese11 <23391587+ngenovese11@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-25 01:23:02 +00:00
parent 046b6fdb3b
commit 1676ba7649
12 changed files with 922 additions and 0 deletions

9
.gitignore vendored
View File

@@ -60,6 +60,15 @@ bld/
[Ll]og/
[Ll]ogs/
# Test results and coverage
TestResults/
coverage/
*.trx
*.coverage
*.coveragexml
coverage.cobertura.xml
coverage-report/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot