package com.github.ggeorgovassilis.springjsonmapper.tests;
import org.springframework.test.context.ContextConfiguration;
/**
* Test that various error checks work
* @author George Georgovassilis
*
*/
@ContextConfiguration("classpath:test-context-errorchecks-spring.xml")
public class ErrorChecksSpringTest extends AbstractErrorChecksTest{
}