35363738394041
public class DoesNotSwallowExpectedFailureTest { @Test @ExpectedDatabase("/META-INF/db/expectedfail.xml") public void test() throws Exception { throw new NotSwallowedException(); }