Allowed compilation and unit tests with the mono-3.5 profile and without NMock

git-svn-id: file:///srv/devel/repo-conversion/nusu@311 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2014-07-21 16:17:13 +00:00
parent de4a7d2213
commit e8c21b91d4
12 changed files with 55 additions and 2 deletions

View file

@ -230,6 +230,8 @@ namespace Nuclex.Support {
Assert.AreEqual(Environment.ProcessorCount, AffineThreadPool.MaxThreads);
}
#if WINDOWS
/// <summary>
/// Verifies that the ProcessThread instance for a system thread id can
/// be determined using the GetProcessThread() method
@ -250,6 +252,8 @@ namespace Nuclex.Support {
}
}
#endif // WINDOWS
/// <summary>
/// Tests whether the afine thread pool's default exception handler works
/// as expected