Untitled
unknown
plain_text
2 years ago
298 B
3
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...