C#: Mark Xunit as uninteresting.

This commit is contained in:
Michael Nebel
2022-03-08 13:05:31 +01:00
parent 18b1b51d07
commit 03c1bf6d87

View File

@@ -94,6 +94,6 @@ private class TestLibrary extends RefType {
TestLibrary() {
this.getNamespace()
.getName()
.matches(["NUnit.Framework%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
.matches(["NUnit.Framework%", "Xunit%", "Microsoft.VisualStudio.TestTools.UnitTesting%"])
}
}