Untitled
unknown
plain_text
3 years ago
298 B
8
Indexable
List<DailyDynamicValue> activityData = fetch(customerID, types, source);
assertTrue(CollectionTestUtils.equalsAnyOrder(
ImmutableList.of(4L, 4L, 4L, 2L, 2L, 2L, 2L),
activityData.stream().map(DailyDynamicValue::getLongValue).collect(Collectors.toList())));Editor is loading...