Began restoring the unit tests (and porting any usages of NMock to NSubstitute)

This commit is contained in:
Markus Ewald 2024-07-24 14:10:08 +02:00 committed by cygon
parent 825cd8c105
commit 8b011981d9
16 changed files with 46 additions and 58 deletions

View file

@ -17,8 +17,6 @@ limitations under the License.
*/
#endregion // Apache License 2.0
#if UNITTEST
using System;
using System.Collections.Generic;
@ -261,5 +259,3 @@ namespace Nuclex.Support {
}
} // namespace Nuclex.Support
#endif // UNITTEST