Author: kono
Date: 2012-04-17 13:34:55 -0700 (Tue, 17 Apr 2012)
New Revision: 28860

Added:
   core3/api/trunk/webservice-swing-api/src/test/java/org/
   core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/
   core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/
   
core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/swing/
   
core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/swing/AbstractWebServiceGUIClientTest.java
Modified:
   core3/api/trunk/webservice-swing-api/pom.xml
Log:
New test cases had been added.

Modified: core3/api/trunk/webservice-swing-api/pom.xml
===================================================================
--- core3/api/trunk/webservice-swing-api/pom.xml        2012-04-17 20:31:38 UTC 
(rev 28859)
+++ core3/api/trunk/webservice-swing-api/pom.xml        2012-04-17 20:34:55 UTC 
(rev 28860)
@@ -14,7 +14,6 @@
        </properties>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.cytoscape</groupId>
        <artifactId>webservice-swing-api</artifactId>
 
        <name>Cytoscape Webservice Swing API (${project.artifactId})</name>
@@ -105,6 +104,14 @@
                        <artifactId>mockito-all</artifactId>
                        <scope>test</scope>
                </dependency>
+               
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>webservice-api</artifactId>
+                       <version>${project.version}</version>
+                       <type>test-jar</type>
+                       <scope>test</scope>
+               </dependency>
 
        </dependencies>
 

Added: 
core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/swing/AbstractWebServiceGUIClientTest.java
===================================================================
--- 
core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/swing/AbstractWebServiceGUIClientTest.java
                              (rev 0)
+++ 
core3/api/trunk/webservice-swing-api/src/test/java/org/cytoscape/webservice/swing/AbstractWebServiceGUIClientTest.java
      2012-04-17 20:34:55 UTC (rev 28860)
@@ -0,0 +1,18 @@
+package org.cytoscape.webservice.swing;
+
+import java.awt.Container;
+
+import org.cytoscape.io.webservice.swing.WebServiceGUIClient;
+import org.cytoscape.webservice.AbstractWebServiceClientTest;
+import org.junit.Test;
+
+
+public abstract class AbstractWebServiceGUIClientTest extends 
AbstractWebServiceClientTest {
+
+       @Test
+       public void testGetQueryBuilderGUI() {
+               WebServiceGUIClient guiClient = (WebServiceGUIClient) client;
+               final Container builder = guiClient.getQueryBuilderGUI();
+       }
+
+}

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to