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-jaxrs.xml") public class ErrorChecksJaxRsTest extends AbstractErrorChecksTest{ }