From 5dc7b69f079dd60e4cad95cac9d784003eee94b8 Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Tue, 20 Jan 2009 13:17:30 +0000 Subject: Added Test_ASM_0026 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@736013 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/resources/TestComposite13.composite | 46 +++++++++++++++++ .../src/main/resources/Test_ASM_0026.composite | 57 ++++++++++++++++++++++ .../sampleTest/src/main/resources/Test_Types.xsd | 5 ++ .../src/test/java/client/ASM_0026_TestCase.java | 47 ++++++++++++++++++ 4 files changed, 155 insertions(+) create mode 100644 java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite create mode 100644 java/sca/stest/sampleTest/src/main/resources/Test_ASM_0026.composite create mode 100644 java/sca/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java (limited to 'java/sca/stest') diff --git a/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite b/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite new file mode 100644 index 0000000000..f75d90e9db --- /dev/null +++ b/java/sca/stest/sampleTest/src/main/resources/TestComposite13.composite @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0026.composite b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0026.composite new file mode 100644 index 0000000000..3c5a441899 --- /dev/null +++ b/java/sca/stest/sampleTest/src/main/resources/Test_ASM_0026.composite @@ -0,0 +1,57 @@ + + + + + + + + + + + + + ASM_0026 + + + + + + + + service1 + + + + complex1 + complex2 + + + + + diff --git a/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd b/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd index b5de3a4c38..ab473cdb92 100644 --- a/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd +++ b/java/sca/stest/sampleTest/src/main/resources/Test_Types.xsd @@ -24,9 +24,14 @@ xmlns:sca="http://www.osoa.org/xmlns/sca/1.0" elementFormDefault="qualified"> + + + + + \ No newline at end of file diff --git a/java/sca/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java b/java/sca/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java new file mode 100644 index 0000000000..2a56abcd7e --- /dev/null +++ b/java/sca/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java @@ -0,0 +1,47 @@ +/* + * 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_0026_TestCase, which tests that where a + * has its value set by means of a child element that is NOT a element, + * that a) the type of the element is declared as an XML Schema global + * element by its @element attribute and b) that the child element is an instance + * of that global element + */ +public class ASM_0026_TestCase extends BaseJAXWSTestCase { + + + protected TestConfiguration getTestConfiguration() { + TestConfiguration config = new TestConfiguration(); + config.testName = "ASM_0026"; + config.input = "request"; + config.output = "ASM_0026 request service1 operation1 invokedcomplex1complex2"; + config.composite = "Test_ASM_0026.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