Table of Contents

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

List<int>

TestInput2

Test input with double values including negatives.

public static readonly List<double> TestInput2

Field Value

List<double>

TestInput3

Test input with five elements for median calculation.

public static readonly List<int> TestInput3

Field Value

List<int>

TestInput4

Duplicate of TestInput3 for comparison testing.

public static readonly List<int> TestInput4

Field Value

List<int>

TestInput5

Test input with seven elements where 4 is the most frequent.

public static readonly List<int> TestInput5

Field Value

List<int>