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

@ -20,8 +20,6 @@ limitations under the License.
using System;
using System.IO;
#if UNITTEST
using NUnit.Framework;
namespace Nuclex.Support {
@ -64,5 +62,3 @@ namespace Nuclex.Support {
}
} // namespace Nuclex.Support
#endif // UNITTEST