Assert.assertEquals(1, transactionManagerElement.getCoordinatorURIs().size());
}
@Test
public void testTransactionStatisticsElement() throws JAXBException {
TransactionStatisticsElement transactionStatisticsElement = txSupport.getTransactionStatistics();
Assert.assertNotNull(transactionStatisticsElement);
Assert.assertEquals(1, transactionStatisticsElement.getActive());
}