| Test Suite | Passed | Failed | Skipped | Total | |
|---|---|---|---|---|---|
| quantilesOfTest | 1 | 0 | 0 | 1 | |
| org::mule::weave::Statistics::frequenciesTest | 3 | 0 | 0 | 3 | |
| org::mule::weave::Statistics::medianTest | 3 | 0 | 0 | 3 | |
| org::mule::weave::Statistics::quantilesOfTest | 5 | 0 | 0 | 5 | |
| org::mule::weave::Statistics::varianceTest | 2 | 0 | 0 | 2 | |
| org::mule::weave::Statistics::modesTest | 3 | 0 | 0 | 3 | |
| org::mule::weave::Statistics::meanTest | 3 | 0 | 0 | 3 | |
| org::mule::weave::Statistics::stdevTest | 2 | 0 | 0 | 2 | |
| org::mule::weave::Statistics::modeTest | 3 | 0 | 0 | 3 | |
| org::mule::weave::summaries::CSVSummaryTest | 2 | 0 | 0 | 2 | |
| org::mule::weave::summaries::JsonSummaryTest | 1 | 0 | 0 | 1 | |
| Test Name | Result | Failure Reason |
|---|---|---|
| Assert Big Examples |
| Test Name | Result | Failure Reason |
|---|---|---|
| Empty array returns empty array | ||
| Unique element array | ||
| Multiple elemnts array |
| Test Name | Result | Failure Reason |
|---|---|---|
| It returns null upon an empty array | ||
| It returns the median on an odd length array | ||
| It returns the average between the two median ones on even arrays |
| Test Name | Result | Failure Reason |
|---|---|---|
| On empty array it should return null | ||
| On small n it should return null | ||
| On odd array with n=2 it should return the medium point | ||
| Big array | ||
| It should work on n = sizeOf(array) + 1 |
| Test Name | Result | Failure Reason |
|---|---|---|
| It should return null on empty array | ||
| It should work on big array |
| Test Name | Result | Failure Reason |
|---|---|---|
| Should return empty array on empty array | ||
| Should return the most common element | ||
| Should return the first most common element if there are many |
| Test Name | Result | Failure Reason |
|---|---|---|
| Returns null on empty | ||
| Single element returns that element | ||
| Many elements returns the mean |
| Test Name | Result | Failure Reason |
|---|---|---|
| It should return null on empty array | ||
| It should work on big array |
| Test Name | Result | Failure Reason |
|---|---|---|
| Should return null on empty array | ||
| Should return the most common element | ||
| Should return the first most common element if there are many |
| Test Name | Result | Failure Reason |
|---|---|---|
| Assert default | ||
| Assert One Column |
| Test Name | Result | Failure Reason |
|---|---|---|
| Assert default |