WebSphere MQ Messenger Java GUI  1.0
GNU Free Software License
 All Classes Namespaces Files Functions Variables
TestReadWriteWMQ.java
Go to the documentation of this file.
1  /* Websphere MQ Client - Connects and sends or receives messages from WebSphere (IBM) Application Server
2  * WebSphere is Copyright IBM
3  Copyright (C) 2012 David Welford-Costelloe (http://www.welford-costelloe.org)
4 
5  This program is free software: you can redistribute it and/or modify
6  it under the terms of the GNU General Public License as published by
7  the Free Software Foundation, either version 3 of the License, or
8  (at your option) any later version.
9 
10  This program is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  GNU General Public License for more details.
14 
15  You should have received a copy of the GNU General Public License
16  along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18 package com.ca.on.burlington.base.test;
19 
20 import static org.junit.Assert.fail;
21 
22 import org.junit.After;
23 import org.junit.Before;
24 import org.junit.Test;
25 
26 import com.ca.on.burlington.base.forms.FRMMain;
27 
32 public class TestReadWriteWMQ {
33  private String serverChannel = "SERVERCHANNEL";
34  private String requestQueueMan = "REQUESTQUEUEMAN";
35  private String replyQueueMan = "REQUESTQUEUEMAN";
36  private String requestQueueName = "ESB_OBS_DWC_REQRESERVATIONSTAT.REQ.IN";
37  private String replyQueueName = "ESB_OBS_DWC_REQRESERVATIONSTAT.REQ.OUT";
38  private FRMMain frm = new FRMMain();
39 
43  @Before
44  public void setUp() throws Exception {
45 
46  }
47 
51  @After
52  public void tearDown() throws Exception {
53  }
54 
59  @Test
60  public void testProcessRequest() {
61 
62  fail("Not yet implemented");
63  }
64 
68  @Test
69  public void testReadMQ() {
70  fail("Not yet implemented");
71  }
72 
73 }

Check Out David's Web Site http://www.welford-costelloe.org

GNU Free Software: http://www.gnu.org/philosophy/free-sw.html