Added more unit tests to the floating point helper classes; Variegator unit test is now internal

git-svn-id: file:///srv/devel/repo-conversion/nusu@287 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2013-07-15 13:38:21 +00:00
parent 2462dd6dc4
commit 63ddef021d
7 changed files with 92 additions and 10 deletions

View file

@ -29,7 +29,7 @@ namespace Nuclex.Support.Collections {
/// <summary>Unit Test for the Variegator multi dictionary</summary>
[TestFixture]
public class VariegatorTest {
internal class VariegatorTest {
/// <summary>
/// Tests whether the default constructor of the reverse comparer works

View file

@ -20,7 +20,6 @@ License along with this library
using System;
using System.Collections.Generic;
using System.Text;
namespace Nuclex.Support.Collections {