Skip to content

Instantly share code, notes, and snippets.

View nikhilnanivadekar's full-sized avatar

Nikhil Nanivadekar nikhilnanivadekar

  • BNY Mellon
  • United States
View GitHub Profile
import org.assertj.core.api.SoftAssertions;
import org.eclipse.collections.api.bag.Bag;
import org.eclipse.collections.api.list.ListIterable;
import org.eclipse.collections.api.list.MutableList;
import org.eclipse.collections.api.multimap.list.ListMultimap;
import org.eclipse.collections.api.tuple.primitive.ObjectIntPair;
import org.eclipse.collections.impl.factory.Lists;
import org.eclipse.collections.impl.test.Verify;
import org.junit.Assert;
import org.junit.Before;