6869707172737475767778
public void testOverriddenTimeoutExpires() throws Exception { TxTimeout bean = getBean(); try { bean.testOverriddenTimeoutExpires(); fail("Expected TransactionRolledbackException"); } catch (TransactionRolledbackException expected) { }