poussecafe.test.KeyTest Maven / Gradle / Ivy
package poussecafe.test;
import java.util.Collections;
import java.util.List;
import org.junit.Test;
import static java.util.Arrays.asList;
import static java.util.stream.Collectors.toList;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
public abstract class KeyTest {
protected K referenceKey;
protected List