65666768697071
* @throws Exception if there is a problem. */ @BeforeClass public void startUp00() throws Exception { jmsQueue = new JMSManager(JMSManager.DEFAULT_QUEUE_CONNECTION_FACTORY, JMSManager.DEFAULT_QUEUE); checker = new OperationChecker(); }
66676869707172
62636465666768
57585960616263
/** * Creates the log checker. * @throws Exception if there is a problem. */ public void startUp() throws Exception { checker = new OperationChecker(); }
81828384858687
* Gets a bean logger reference. * @throws Exception if there is a problem. */ @BeforeMethod public void startUp01() throws Exception { checker = new OperationChecker(); }