You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DataStructures.Tests/GlobalUsings.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,4 @@
15
15
globalusingSystem.Linq;// LINQ query operators for collections
16
16
globalusingSystem.Text;// Text encoding, StringBuilder, etc.
17
17
globalusingNUnit.Framework;// Testing framework providing attributes and assertions for test cases
18
-
globalusingNUnit.Framework.Internal;// Internal NUnit infrastructure (test context, utilities) — generally used for advanced or framework-level test control
19
18
globalusingFluentAssertions;// Assertion library for more readable and expressive unit tests
0 commit comments