Assert.assertEquals(TxStatus.TransactionActive.name(), TxSupport.getStatus(txSupport.txStatus()));
}
@Test
public void testTransactionManagerElement() throws JAXBException {
TransactionManagerElement transactionManagerElement = txSupport.getTransactionManagerInfo();
Assert.assertNotNull(transactionManagerElement);
Assert.assertEquals(1, transactionManagerElement.getCoordinatorURIs().size());
}