Class NHTests
- Namespace
- SunamoNumbers
- Assembly
- SunamoNumbers.dll
Tests for NH class median calculations.
public class NHTests
- Inheritance
-
NHTests
- Inherited Members
- Extension Methods
Fields
TestInput
Test input with two elements including zero.
public static readonly List<int> TestInput
Field Value
TestInput2
Test input with double values including negatives.
public static readonly List<double> TestInput2
Field Value
TestInput3
Test input with five elements for median calculation.
public static readonly List<int> TestInput3
Field Value
TestInput4
Duplicate of TestInput3 for comparison testing.
public static readonly List<int> TestInput4
Field Value
TestInput5
Test input with seven elements where 4 is the most frequent.
public static readonly List<int> TestInput5