Skip to content

Instantly share code, notes, and snippets.

View samsee's full-sized avatar
🏄‍♂️

Seungyoon Lee samsee

🏄‍♂️
View GitHub Profile
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
import java.util.Arrays;
import java.util.Collection;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;