You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/21 15:36:52 UTC

svn commit: r901723 - in /tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm: ./ pom.xml src/ src/main/ src/main/java/ src/test/ src/test/java/ src/test/java/itest/ src/test/java/itest/OneNodeTestCase.java src/test/java/itest/TwoNodeTestCase.java

Author: antelder
Date: Thu Jan 21 14:36:51 2010
New Revision: 901723

URL: http://svn.apache.org/viewvc?rev=901723&view=rev
Log:
Start of some more nodes test, this one for Nodes all in the one JVM

Added:
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/main/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/main/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java   (with props)
    tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java   (with props)

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jan 21 14:36:51 2010
@@ -0,0 +1,20 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+maven-eclipse.xml
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders

Added: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml?rev=901723&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml Thu Jan 21 14:36:51 2010
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    * Licensed to the Apache Software Foundation (ASF) under one
+    * or more contributor license agreements.  See the NOTICE file
+    * distributed with this work for additional information
+    * regarding copyright ownership.  The ASF licenses this file
+    * to you under the Apache License, Version 2.0 (the
+    * "License"); you may not use this file except in compliance
+    * with the License.  You may obtain a copy of the License at
+    * 
+    *   http://www.apache.org/licenses/LICENSE-2.0
+    * 
+    * Unless required by applicable law or agreed to in writing,
+    * software distributed under the License is distributed on an
+    * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    * KIND, either express or implied.  See the License for the
+    * specific language governing permissions and limitations
+    * under the License.    
+-->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.tuscany.sca</groupId>
+        <artifactId>tuscany-itest</artifactId>
+        <version>2.0-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>itest-nodes-one-jvm</artifactId>
+    <name>Apache Tuscany SCA iTest Nodes One JVM</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>itest-nodes-helloworld-iface</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-sca-client-impl</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node-impl</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+    </dependencies>
+</project>

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/pom.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Added: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java?rev=901723&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java Thu Jan 21 14:36:51 2010
@@ -0,0 +1,76 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package itest;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import itest.nodes.Helloworld;
+
+import java.net.URI;
+
+import org.apache.tuscany.sca.node.Node;
+import org.apache.tuscany.sca.node.NodeFactory;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import org.oasisopen.sca.client.SCAClientFactory;
+
+/**
+ * This shows how to test the Calculator service component.
+ */
+public class OneNodeTestCase{
+
+	private static URI domainURI = URI.create("default");
+    private static Node node;
+
+    @BeforeClass
+    public static void setUpBeforeClass() throws Exception {
+        node = NodeFactory.getInstance().createNode(domainURI, "../helloworld-service/target/classes", "../helloworld-client/target/classes");
+        node.start();
+    }
+
+    @Test
+    public void testNode() throws Exception {
+
+        Helloworld service = node.getService(Helloworld.class, "HelloworldService");
+        assertNotNull(service);
+        assertEquals("Hello Petra", service.sayHello("Petra"));
+
+        Helloworld client = node.getService(Helloworld.class, "HelloworldClient");
+        assertNotNull(client);
+        assertEquals("Hi Hello Petra", client.sayHello("Petra"));
+
+        Helloworld scaClientService = SCAClientFactory.newInstance(domainURI).getService(Helloworld.class, "HelloworldService");
+        assertNotNull(scaClientService);
+        assertEquals("Hello Petra", scaClientService.sayHello("Petra"));
+
+        Helloworld scaClientClient = SCAClientFactory.newInstance(domainURI).getService(Helloworld.class, "HelloworldClient");
+        assertNotNull(scaClientClient);
+        assertEquals("Hi Hello Petra", scaClientClient.sayHello("Petra"));
+    
+    }
+
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+        if (node != null) {
+            node.stop();
+        }
+    }
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/OneNodeTestCase.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date

Added: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java?rev=901723&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java (added)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java Thu Jan 21 14:36:51 2010
@@ -0,0 +1,82 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package itest;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
+import itest.nodes.Helloworld;
+
+import java.net.URI;
+
+import org.apache.tuscany.sca.node.Node;
+import org.apache.tuscany.sca.node.NodeFactory;
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import org.oasisopen.sca.client.SCAClientFactory;
+
+/**
+ * This shows how to test the Calculator service component.
+ */
+public class TwoNodeTestCase{
+
+	private static URI domainURI = URI.create("default");
+    private static Node serviceNode;
+    private static Node clientNode;
+
+    @BeforeClass
+    public static void setUpBeforeClass() throws Exception {
+        serviceNode = NodeFactory.getInstance().createNode(domainURI, "../helloworld-service/target/classes");
+        serviceNode.start();
+        clientNode = NodeFactory.getInstance().createNode(domainURI, "../helloworld-client/target/classes");
+        clientNode.start();
+    }
+
+    @Test
+    public void testNode() throws Exception {
+
+        Helloworld service = serviceNode.getService(Helloworld.class, "HelloworldService");
+        assertNotNull(service);
+        assertEquals("Hello Petra", service.sayHello("Petra"));
+
+        Helloworld client = clientNode.getService(Helloworld.class, "HelloworldClient");
+        assertNotNull(client);
+        assertEquals("Hi Hello Petra", client.sayHello("Petra"));
+
+        Helloworld scaClientService = SCAClientFactory.newInstance(domainURI).getService(Helloworld.class, "HelloworldService");
+        assertNotNull(scaClientService);
+        assertEquals("Hello Petra", scaClientService.sayHello("Petra"));
+
+        Helloworld scaClientClient = SCAClientFactory.newInstance(domainURI).getService(Helloworld.class, "HelloworldClient");
+        assertNotNull(scaClientClient);
+        assertEquals("Hi Hello Petra", scaClientClient.sayHello("Petra"));
+    
+    }
+
+    @AfterClass
+    public static void tearDownAfterClass() throws Exception {
+        if (serviceNode != null) {
+        	serviceNode.stop();
+        }
+        if (clientNode != null) {
+        	clientNode.stop();
+        }
+    }
+}

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tuscany/sca-java-2.x/trunk/itest/nodes/one-jvm/src/test/java/itest/TwoNodeTestCase.java
------------------------------------------------------------------------------
    svn:keywords = Rev Date