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);
}
Aggregations