summaryrefslogtreecommitdiffstats
path: root/tags/java-stable-20060304/testing/tomcat/bigbank
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java-stable-20060304/testing/tomcat/bigbank')
-rw-r--r--tags/java-stable-20060304/testing/tomcat/bigbank/.classpath30
-rw-r--r--tags/java-stable-20060304/testing/tomcat/bigbank/.project17
-rw-r--r--tags/java-stable-20060304/testing/tomcat/bigbank/src/test/java/org/apache/tuscany/samples/bigbank/TestBigBankTestCase.java110
3 files changed, 0 insertions, 157 deletions
diff --git a/tags/java-stable-20060304/testing/tomcat/bigbank/.classpath b/tags/java-stable-20060304/testing/tomcat/bigbank/.classpath
deleted file mode 100644
index 82ffd111b6..0000000000
--- a/tags/java-stable-20060304/testing/tomcat/bigbank/.classpath
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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 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="var" path="MAVEN_REPO/commons-cli/jars/commons-cli-1.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-codec/jars/commons-codec-1.3.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-collections/jars/commons-collections-3.1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-httpclient/jars/commons-httpclient-3.0-rc3.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-io/jars/commons-io-1.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-lang/jars/commons-lang-2.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-net/jars/commons-net-1.1.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/dom4j/jars/dom4j-1.4.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.4.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/nekohtml/jars/nekohtml-0.9.5.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/rhino/jars/js-1.6R1.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xercesImpl-2.6.2.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xerces-2.4.0.jar"/>
- <classpathentry kind="var" path="MAVEN_REPO/xerces/jars/xmlParserAPIs-2.2.1.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/tuscany.samples.bigbank.webclient"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/tags/java-stable-20060304/testing/tomcat/bigbank/.project b/tags/java-stable-20060304/testing/tomcat/bigbank/.project
deleted file mode 100644
index 7a5fbfdeb1..0000000000
--- a/tags/java-stable-20060304/testing/tomcat/bigbank/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>bigbankacceptance</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/tags/java-stable-20060304/testing/tomcat/bigbank/src/test/java/org/apache/tuscany/samples/bigbank/TestBigBankTestCase.java b/tags/java-stable-20060304/testing/tomcat/bigbank/src/test/java/org/apache/tuscany/samples/bigbank/TestBigBankTestCase.java
deleted file mode 100644
index 59928aeb7d..0000000000
--- a/tags/java-stable-20060304/testing/tomcat/bigbank/src/test/java/org/apache/tuscany/samples/bigbank/TestBigBankTestCase.java
+++ /dev/null
@@ -1,110 +0,0 @@
-/**
- *
- * 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.bigbank;
-
-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 TestBigBankTestCase extends TestCase {
- // public static final String testUrl = "http://localhost:8080/tuscany-samples-bigbank-webclient";
- public static final String testUrl = "http://localhost:8080/tuscany-samples-bigbank-webclient/login.html";
-
-
- public void testBigBankDefault() throws Exception
- {
- System.err.println("Running: testcase:");
- // New HTMLunit web client
- WebClient client = new WebClient();
- client.setRedirectEnabled(true);
-
- // 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();
-
-
- HtmlInput login = form.getInputByName("login");
- HtmlInput password = form.getInputByName("password");
- login.setValueAttribute("test");
- password.setValueAttribute("password");
-
- Page resultPage = form.submit();
- // Check response from servlet
- WebResponse resultResponse = resultPage.getWebResponse();
- assertTrue(resultResponse.getStatusCode() <= 200);
-
- // TODO Check response content..
- String response = resultResponse.getContentAsString();
- assertTrue(-1 != response.indexOf("Account"));
- assertTrue(-1 != response.indexOf("Balance"));
- assertTrue(-1 != response.indexOf("12345_CHA12345"));
- assertTrue(-1 != response.indexOf("1200.0"));
-
-
-
- /**
- * 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) {
-
-
- }
-
-}