public class CoreFunctionsTest extends Object
CoreFunctions| Modifier and Type | Field and Description |
|---|---|
protected EvaluationContext |
context |
| Constructor and Description |
|---|
CoreFunctionsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldCalculateMean() |
void |
shouldCalculateMeanWithDifferentNodes() |
void |
shouldCoerceDataWhenSumming() |
void |
shouldConcatenateStrings() |
void |
shouldCountNormalArray() |
void |
shouldCountZeroForEmptyArray() |
void |
shouldCreateRightCamelCaseRepresentation() |
void |
shouldFailToSumIfNonNumbers() |
void |
shouldNotConcatenateObjects() |
void |
shouldReturnCorrectSubstring() |
void |
shouldReturnEmptyStringWhenConcatenatingEmptyArray() |
void |
shouldReturnMissingIfMeanNotAggregated() |
void |
shouldSortArrays() |
void |
shouldSortDoubles() |
void |
shouldSortEmptyArray() |
void |
shouldSortIntegers() |
void |
shouldSplitCorrectly() |
void |
shouldSumDoubles() |
void |
shouldSumEmptyArrayToZero() |
void |
shouldSumIntegers() |
void |
shouldUnionAllCompactArrays() |
void |
shouldUnionAllMixedArrayTypes()
Very rare case...
|
void |
shouldUnionAllNormalArrays() |
void |
shouldUnionAllStreamArrays() |
protected EvaluationContext context
public void shouldCalculateMean()
public void shouldCalculateMeanWithDifferentNodes()
public void shouldCoerceDataWhenSumming()
public void shouldConcatenateStrings()
public void shouldCountNormalArray()
public void shouldCountZeroForEmptyArray()
public void shouldCreateRightCamelCaseRepresentation()
public void shouldFailToSumIfNonNumbers()
public void shouldNotConcatenateObjects()
public void shouldReturnCorrectSubstring()
public void shouldReturnEmptyStringWhenConcatenatingEmptyArray()
public void shouldReturnMissingIfMeanNotAggregated()
public void shouldSortArrays()
public void shouldSortDoubles()
public void shouldSortEmptyArray()
public void shouldSortIntegers()
public void shouldSplitCorrectly()
public void shouldSumDoubles()
public void shouldSumEmptyArrayToZero()
public void shouldSumIntegers()
public void shouldUnionAllCompactArrays()
public void shouldUnionAllMixedArrayTypes()
public void shouldUnionAllNormalArrays()
public void shouldUnionAllStreamArrays()
Copyright © 2011–2014. All rights reserved.