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:
parent
2462dd6dc4
commit
63ddef021d
7 changed files with 92 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -20,7 +20,6 @@ License along with this library
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Nuclex.Support.Collections {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue