package com.github.mygreen.supercsv.validation;
import static org.junit.Assert.*;
import static org.assertj.core.api.Assertions.*;
import org.junit.Before;
import org.junit.Test;
/**
* {@link CsvBindingErrors}のテスタ
*
* @since 2.0
* @author T.TSUCHIE
*
*/
public class CsvBindingErrorsTest {
@Before
public void setUp() throws Exception {
}
@Test
public void test() {
}
}