Microsoft.VisualStudio.TestTools.UnitTesting -> NUnit.Framework

This commit is contained in:
Sanyo
2025-09-08 07:19:22 +02:00
parent 78859a5b2b
commit 0951fc94da
46 changed files with 2614 additions and 1445 deletions

3
Tesztek/NOTES.md Normal file
View File

@@ -0,0 +1,3 @@
## Duplikált tesztek a Test Explorer-ben
Az **NUnit 3 VS Test Adapter** ismert hibája, hogy amennyiben a *TestFixture*-be a *TestName* értéket kap, akkor a **Test Explorer**-ben kétszer fognak megjelenni a tesztek.
Issue: https://github.com/nunit/nunit3-vs-adapter/issues/729