Search in sources :

Example 1 with ArrayUtils

use of org.apache.commons.lang.ArrayUtils in project java by wavefrontHQ.

the class PointHandlerTest method testHistogramReportPointToString_BadValue.

@Test(expected = RuntimeException.class)
public void testHistogramReportPointToString_BadValue() {
    ReportPoint p = new ReportPoint("m", 1469751813L, new ArrayUtils(), "h", "c", ImmutableMap.of());
    PointHandlerImpl.pointToString(p);
}
Also used : ArrayUtils(org.apache.commons.lang.ArrayUtils) ReportPoint(wavefront.report.ReportPoint) Test(org.junit.Test)

Aggregations

ArrayUtils (org.apache.commons.lang.ArrayUtils)1 Test (org.junit.Test)1 ReportPoint (wavefront.report.ReportPoint)1