Skip to content

Instantly share code, notes, and snippets.

View ksobolew's full-sized avatar
🚂

Krzysztof Sobolewski ksobolew

🚂
View GitHub Profile
@ksobolew
ksobolew / AbstractFunctionalCachestoreTest.java
Last active May 2, 2016 07:37 — forked from rvansa/FunctionalCachestoreTest.java
Tests loading from cache store using functional API
package org.infinispan.functional;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;
import java.io.Serializable;
import java.util.List;
import java.util.Set;
import java.util.function.Function;