summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:20 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-21 07:55:20 +0000
commit36436b71b9977d6b5940cb6285d5335708ef9bfa (patch)
treeb218a104f180c67690a6ae2ad097cd9306a8f203 /sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb
parentd5be76c0b31df9b5d203295b146b13d2205243de (diff)
Moving 1.x tags
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882851 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb')
-rw-r--r--sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.classpath16
-rw-r--r--sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.project17
-rw-r--r--sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/pom.xml77
-rw-r--r--sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/src/test/java/org/apache/tuscany/samples/helloworldweb/TestHelloWorldWebTestCase.java100
4 files changed, 210 insertions, 0 deletions
diff --git a/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.classpath b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.classpath
new file mode 100644
index 0000000000..833509ff51
--- /dev/null
+++ b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.classpath
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/sca.api"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.binding.axis"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.common"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.container.java"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.core"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.model"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.runtime.tomcat"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/tuscany.samples.helloworldweb"/>
+ <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/>
+ <classpathentry kind="var" path="MAVEN_REPO/htmlunit/jars/htmlunit-1.7.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.project b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.project
new file mode 100644
index 0000000000..207c1f6159
--- /dev/null
+++ b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>helloworldwebacceptance</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/pom.xml b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/pom.xml
new file mode 100644
index 0000000000..8767c3e170
--- /dev/null
+++ b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/pom.xml
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
+ *
+ * Licensed 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>
+ <parent>
+ <groupId>org.apache.tuscany</groupId>
+ <artifactId>tuscany-testing-tomcat</artifactId>
+ <version>SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>tuscany-testing-tomcat-helloworldweb</artifactId>
+ <packaging>jar</packaging>
+ <name>Tuscany Testing Tomcat HelloWorld WEB acceptance</name>
+ <description>Acceptance test for Helloworld web</description>
+ <version>SNAPSHOT</version>
+
+
+ <dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>htmlunit</groupId>
+ <artifactId>htmlunit</artifactId>
+ <version>1.7</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>jakarta-regexp</groupId>
+ <artifactId>jakarta-regexp</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-jakarta-regexp</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-xslp</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ <version>1.6.5</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/src/test/java/org/apache/tuscany/samples/helloworldweb/TestHelloWorldWebTestCase.java b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/src/test/java/org/apache/tuscany/samples/helloworldweb/TestHelloWorldWebTestCase.java
new file mode 100644
index 0000000000..4a23c53583
--- /dev/null
+++ b/sca-java-1.x/tags/java-stable-20060304/testing/tomcat/helloworldweb/src/test/java/org/apache/tuscany/samples/helloworldweb/TestHelloWorldWebTestCase.java
@@ -0,0 +1,100 @@
+/**
+ *
+ * Copyright 2005 The Apache Software Foundation or its licensors, as applicable.
+ *
+ * Licensed 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 org.apache.tuscany.samples.helloworldweb;
+
+import java.net.URL;
+import java.util.Iterator;
+import java.util.List;
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+import junit.framework.TestCase;
+
+import com.gargoylesoftware.htmlunit.Page;
+import com.gargoylesoftware.htmlunit.WebClient;
+import com.gargoylesoftware.htmlunit.WebResponse;
+import com.gargoylesoftware.htmlunit.html.HtmlForm;
+import com.gargoylesoftware.htmlunit.html.HtmlInput;
+import com.gargoylesoftware.htmlunit.html.HtmlPage;
+
+
+public class TestHelloWorldWebTestCase extends TestCase {
+ public static final String testUrl = "http://localhost:8080/tuscany-samples-helloworldWEB/";
+
+ public void testHelloWorldDefault() throws Exception
+ {
+ System.err.println("Running: testcase:");
+ // New HTMLunit web client
+ WebClient client = new WebClient();
+ // Going to have the WebClient connect to this URL
+ URL url = new URL(testUrl);
+ HtmlPage page = (HtmlPage)client.getPage(url);
+ //System.out.println(page.getTitleText());
+
+ // Check response code
+ WebResponse resp = page.getWebResponse();
+ assertTrue(resp.getStatusCode() <= 200);
+ List forms = page.getForms();
+ Iterator iter = forms.iterator();
+
+ // Iterate over all forms on page, should only be one.
+ while(iter.hasNext())
+ {
+ HtmlForm form = (HtmlForm)iter.next();
+ // Get the "name" form input field
+ HtmlInput login = form.getInputByName("name");
+ System.err.println(login.getValueAttribute());
+ Page resultPage = form.submit();
+ // Check response from servlet
+ WebResponse resultResponse = resultPage.getWebResponse();
+ assertTrue(resultResponse.getStatusCode() <= 200);
+
+ // TODO Check response content..
+ String response = resultResponse.getContentAsString();
+
+ Pattern pattern = Pattern.compile("Hello World");
+ Matcher matcher = pattern.matcher(response.subSequence(0,response.length()));
+ assertTrue(matcher.find());
+
+ /**
+ * or..
+ *
+ * HtmlPage htmlResponse = (HtmlPage)resultPage;
+ * HtmlElement element = htmlResponse.getHtmlElementById("ELEMENT-ID");
+ * assertEquals(element.getNodeValue(), ... );
+ *
+ * or..
+ *
+ * String resultString = resultResponse.getContentAsString();
+ * assertEquals(resultString, ... );
+ *
+ * etc.
+ *
+ **/
+ }
+
+ }
+
+ /**
+ * @param args
+ */
+ public static void main(String[] args) {
+
+
+ }
+
+}