From e76a3bb270a70768cd10603ef71236fcb2289e2e Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Mon, 5 Jan 2009 14:20:02 +0000 Subject: Tweaked ASM_0002_TestCase. Added ASM_0005_TestCase git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@731582 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/test/TestInvocation.class | Bin 0 -> 395 bytes .../src/main/resources/TestComposite2.composite | 43 ++++++++++++++++++ .../src/main/resources/Test_ASM_0002.composite | 4 ++ .../src/main/resources/Test_ASM_0005.composite | 49 +++++++++++++++++++++ .../src/test/java/client/ASM_0002_TestCase.java | 2 +- .../src/test/java/client/ASM_0005_TestCase.java | 44 ++++++++++++++++++ 6 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 java/sca/stest/sampleTest/src/main/java/test/TestInvocation.class create mode 100644 java/sca/stest/sampleTest/src/main/resources/TestComposite2.composite create mode 100644 java/sca/stest/sampleTest/src/main/resources/Test_ASM_0005.composite create mode 100644 java/sca/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java (limited to 'java/sca') diff --git a/java/sca/stest/sampleTest/src/main/java/test/TestInvocation.class b/java/sca/stest/sampleTest/src/main/java/test/TestInvocation.class new file mode 100644 index 0000000000..64e43c20c9 Binary files /dev/null and b/java/sca/stest/sampleTest/src/main/java/test/TestInvocation.class differ diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite2.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite2.composite new file mode 100644 index 0000000000..0ab8d35f66 --- /dev/null +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite2.composite @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0002.composite b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0002.composite index bc6f7d0a67..f33e1436f5 100644 --- a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0002.composite +++ b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0002.composite @@ -17,6 +17,10 @@ * specific language governing permissions and limitations * under the License. --> + + + + + + + + + + + + + ASM_0005 + + + + + + + + + + + service1 + + + diff --git a/java/sca/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java b/java/sca/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java index bd4fe79747..600d859e38 100644 --- a/java/sca/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java +++ b/java/sca/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java @@ -23,7 +23,7 @@ import test.ASM_0002_Client; import testClient.TestInvocation; /** - * A generic test client based on Tuscany APIs + * ASM_0002_TestCase */ public class ASM_0002_TestCase extends BaseJAXWSTestCase { diff --git a/java/sca/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java b/java/sca/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java new file mode 100644 index 0000000000..718eb73908 --- /dev/null +++ b/java/sca/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java @@ -0,0 +1,44 @@ +/* + * 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 client; + + +import test.ASM_0002_Client; +import testClient.TestInvocation; + +/** + * Client for ASM_0005_TestCase, which checks that a component with multiple + * elements with the same @name attribute is an error + */ +public class ASM_0005_TestCase extends BaseJAXWSTestCase { + + + protected TestConfiguration getTestConfiguration() { + TestConfiguration config = new TestConfiguration(); + config.testName = "ASM_0005"; + config.input = "request"; + config.output = "exception"; + config.composite = "Test_ASM_0005.composite"; + config.testServiceName = "TestClient"; + config.testClass = ASM_0002_Client.class; + config.serviceInterface = TestInvocation.class; + return config; + } + +} // end class Test_ASM_0003 -- cgit v1.2.3