From 62dfafcd597b775154b63ecf5e7edad35ca3a9b8 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 19 Mar 2009 10:31:17 +0000 Subject: delete test tag git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755899 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/client/ASM_0002_TestCase.java | 41 ------ .../src/test/java/client/ASM_0003_TestCase.java | 46 ------ .../src/test/java/client/ASM_0004_TestCase.java | 41 ------ .../src/test/java/client/ASM_0005_TestCase.java | 42 ------ .../src/test/java/client/ASM_0006_TestCase.java | 43 ------ .../src/test/java/client/ASM_0007_TestCase.java | 43 ------ .../src/test/java/client/ASM_0008_TestCase.java | 44 ------ .../src/test/java/client/ASM_0009_TestCase.java | 43 ------ .../src/test/java/client/ASM_0010_TestCase.java | 45 ------ .../src/test/java/client/ASM_0011_TestCase.java | 44 ------ .../src/test/java/client/ASM_0012_TestCase.java | 46 ------ .../src/test/java/client/ASM_0013_TestCase.java | 44 ------ .../src/test/java/client/ASM_0014_TestCase.java | 44 ------ .../src/test/java/client/ASM_0015_TestCase.java | 44 ------ .../src/test/java/client/ASM_0016_TestCase.java | 44 ------ .../src/test/java/client/ASM_0017_TestCase.java | 45 ------ .../src/test/java/client/ASM_0018_TestCase.java | 45 ------ .../src/test/java/client/ASM_0019_TestCase.java | 44 ------ .../src/test/java/client/ASM_0020_TestCase.java | 45 ------ .../src/test/java/client/ASM_0021_TestCase.java | 45 ------ .../src/test/java/client/ASM_0022_TestCase.java | 43 ------ .../src/test/java/client/ASM_0023_TestCase.java | 45 ------ .../src/test/java/client/ASM_0024_TestCase.java | 43 ------ .../src/test/java/client/ASM_0025_TestCase.java | 44 ------ .../src/test/java/client/ASM_0026_TestCase.java | 45 ------ .../src/test/java/client/ASM_0027_TestCase.java | 43 ------ .../src/test/java/client/ASM_0028_TestCase.java | 43 ------ .../src/test/java/client/ASM_0029_TestCase.java | 42 ------ .../src/test/java/client/ASM_0030_TestCase.java | 42 ------ .../src/test/java/client/ASM_0031_TestCase.java | 45 ------ .../src/test/java/client/ASM_0032_TestCase.java | 46 ------ .../src/test/java/client/ASM_0033_TestCase.java | 45 ------ .../src/test/java/client/ASM_0034_TestCase.java | 44 ------ .../src/test/java/client/ASM_6001_TestCase.java | 44 ------ .../src/test/java/client/ASM_6002_TestCase.java | 43 ------ .../src/test/java/client/ASM_6003_TestCase.java | 43 ------ .../src/test/java/client/ASM_6004_TestCase.java | 44 ------ .../src/test/java/client/ASM_6005_TestCase.java | 43 ------ .../src/test/java/client/ASM_6006_TestCase.java | 43 ------ .../src/test/java/client/ASM_6007_TestCase.java | 43 ------ .../src/test/java/client/ASM_6008_TestCase.java | 44 ------ .../src/test/java/client/ASM_6009_TestCase.java | 43 ------ .../src/test/java/client/ASM_6010_TestCase.java | 43 ------ .../src/test/java/client/ASM_6011_TestCase.java | 43 ------ .../src/test/java/client/ASM_6012_TestCase.java | 43 ------ .../src/test/java/client/ASM_6013_TestCase.java | 43 ------ .../src/test/java/client/BaseJAXWSTestCase.java | 159 --------------------- .../src/test/java/client/BaseTestCase.java | 122 ---------------- .../src/test/java/client/TestConfiguration.java | 67 --------- 49 files changed, 2358 deletions(-) delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0032_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0033_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0034_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6001_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6002_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6003_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6004_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6005_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6006_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6007_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6008_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6009_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6010_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6011_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6012_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6013_TestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseTestCase.java delete mode 100644 sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/TestConfiguration.java (limited to 'sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client') diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java deleted file mode 100644 index 531a5a817b..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0002_TestCase.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * 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; - -/** - * ASM_0002_TestCase - */ -public class ASM_0002_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0002"; - config.input = "request"; - config.output = config.testName + " " + config.input + " service1 operation1 invoked"; - config.composite = "Test_ASM_0002.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0002 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java deleted file mode 100644 index 2f60ad5fca..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0003_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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_0003_Client; -import testClient.TestInvocation; - -/** - * A generic test client based on Tuscany APIs - */ -public class ASM_0003_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0003"; - config.input = "request"; - config.output = - config.testName + " " - + config.input - + " service1 operation1 invoked" - + "service2 operation1 invoked" - + "service3 operation1 invoked"; - config.composite = "Test_ASM_0003.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0003_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java deleted file mode 100644 index 6991447961..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0004_TestCase.java +++ /dev/null @@ -1,41 +0,0 @@ -/* - * 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; - -/** - * A generic test client based on Tuscany APIs - */ -public class ASM_0004_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0004"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0004.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java deleted file mode 100644 index a27c1cc08e..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0005_TestCase.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java deleted file mode 100644 index 36e1e53d6e..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0006_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0006_TestCase, which checks that the @name attribute of a - * element of a matches the @name attribute of a element of the - * componentType of the used by the - */ -public class ASM_0006_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0006"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0006.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java deleted file mode 100644 index b5528b35b3..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0007_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0007_TestCase, which tests that the @name attribute of a - * element of a component is not equal to the @name attribute of any other - * element of the same component - */ -public class ASM_0007_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0007"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0007.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java deleted file mode 100644 index 0c6c9201c9..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0008_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0008_TestCase, which Tests that the @name attribute of a - * element of a component is equal to the @name attribute of a - * element of the of the of - * the - */ -public class ASM_0008_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0008"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0008.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java deleted file mode 100644 index 415e23a6b2..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0009_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0009_TestCase, which tests that the @name attribute of a - * element in a is not the same as the @name - * attribute of a second component in the same - */ -public class ASM_0009_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0009"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0009.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java deleted file mode 100644 index f74589ff1a..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0010_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0009_TestCase, which tests that the interface specified - * by the child element of a element is a compatible - * subset of the interface declared for the element with the - * same @name attribute in the of the - * of the parent of the - */ -public class ASM_0010_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0010"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0010.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java deleted file mode 100644 index 309c2a7ae6..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0011_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0011_TestCase, which tests that the the multiplicity - * of a element of a can be 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 1..n - */ -public class ASM_0011_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0011"; - config.input = "request"; - config.output = "ASM_0011 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0011.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java deleted file mode 100644 index d5c166134d..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0012_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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_0012_TestCase, which tests that the the multiplicity - * of a element of a can be any one of 0..1, - * 1..1, 0..n, 1..n where the multiplicity of the equivalent - * element in the of the of the - * is 0..n - */ -public class ASM_0012_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0012"; - config.input = "request"; - config.output = - "ASM_0012 request service1 operation1 invoked service2 operation1 invoked" + " service3 operation1 invoked service4 operation1 invoked service5 operation1 invoked"; - config.composite = "Test_ASM_0012.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java deleted file mode 100644 index 11ec31907a..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0013_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0013_TestCase, which tests that the the multiplicity - * of a element of a is 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 1..1 - */ -public class ASM_0013_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0013"; - config.input = "request"; - config.output = "ASM_0013 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0013.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java deleted file mode 100644 index 35b8383c91..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0014_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0014_TestCase, which tests that the multiplicity of a - * element of a is 0..n where the multiplicity - * of the equivalent element in the of the - * of the is 1..1 - */ -public class ASM_0014_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0014"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0014.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java deleted file mode 100644 index e0c64e8851..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0015_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0015_TestCase, which tests that the the multiplicity - * of a element of a is 1..1 where the - * multiplicity of the equivalent element in the - * of the of the is 0..1 - */ -public class ASM_0015_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0015"; - config.input = "request"; - config.output = "ASM_0015 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0015.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java deleted file mode 100644 index 9ad6bb27c7..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0016_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0016_TestCase, which tests that the interface declared - * by the child element of a of a - * is a compatible superset of the interface declared on the corresponding - * of the componentType of the of the - */ -public class ASM_0016_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0016"; - config.input = "request"; - config.output = "ASM_0016 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0016.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java deleted file mode 100644 index d1638fd809..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0017_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0017_TestCase, which tests that where a - * of a has no child element, but the - * corresponding element in the componentType does have - * a binding child element, the from the componentType is - * used for the reference - */ -public class ASM_0017_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0017"; - config.input = "request"; - config.output = "ASM_0017 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_0017.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java deleted file mode 100644 index db49cee512..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0018_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0018_TestCase, which tests that where a - * of a has a child element and the - * corresponding element in the componentType has - * a binding child element, the from the is - * used for the reference - */ -public class ASM_0018_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0018"; - config.input = "request"; - config.output = "ASM_0018 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0018.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java deleted file mode 100644 index f4189fcaf5..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0019_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0018_TestCase, which tests that where a - * of a has @autowire=”true” and also has @target identifying - * a single target service that the reference is wired only to the single - * service identified by the @target attribute - */ -public class ASM_0019_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0019"; - config.input = "request"; - config.output = "ASM_0019 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0019.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java deleted file mode 100644 index 50fec1f0a9..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0020_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0020_TestCase, which tests that where a - * of a has @autowire=true and where there is also a single - * element which as that as its source that the - * reference is wired only to the single service identified by the - * element - */ -public class ASM_0020_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0020"; - config.input = "request"; - config.output = "ASM_0020 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0020.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java deleted file mode 100644 index 286533a9ee..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0021_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0021_TestCase, which tests that where a - * of a has @autowire=true and where the has - * a child element which declares a single target service, - * the reference is wired only to the single service identified by the - * element - */ -public class ASM_0021_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0021"; - config.input = "request"; - config.output = "ASM_0021 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0021.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java deleted file mode 100644 index 6b64407545..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0022_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0022_TestCase, which tests that where a - * with multiplicity=0..1 is unwired (by any means) that - * the component executes correctly - */ -public class ASM_0022_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0022"; - config.input = "request"; - config.output = "ASM_0022 request service1 operation1 invoked"; - config.composite = "Test_ASM_0022.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java deleted file mode 100644 index f3814b6b0a..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0023_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0021_TestCase, which tests that where a - * with multiplicity=1..1 is wired to a component service - * in the same composite and is also promoted by a - * which is wired to a target service by a component using the - * as its implementation, that this is an error - */ -public class ASM_0023_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0023"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0023.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java deleted file mode 100644 index 7f0ce03ae2..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0024_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0024_TestCase, which tests that where a - * has @target set to some service, that the reference - * can have no child elements - */ -public class ASM_0024_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0024"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0024.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java deleted file mode 100644 index 6f022457cc..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0025_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0025_TestCase, which tests that where a - * has its value set by means of a child element, - * that the type of the element matches the type declared for - * the element - */ -public class ASM_0025_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0025"; - config.input = "request"; - config.output = "ASM_0025 request service1 operation1 invokedcomplex1complex2"; - config.composite = "Test_ASM_0025.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java deleted file mode 100644 index 56be980561..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0026_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java deleted file mode 100644 index cbe3841832..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0027_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0027_TestCase, which tests that where a has - * 2 or more child elements that each element has a - * unique @name attribute value - */ -public class ASM_0027_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0027"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0027.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0027 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java deleted file mode 100644 index 86f73c02cf..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0028_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_0028_TestCase, which tests a @name - * attribute matches the @name attribute of one of the elements of - * the of the of the - */ -public class ASM_0028_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0028"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0028.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0028 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java deleted file mode 100644 index aa4cbd44d4..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0029_TestCase.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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_0029_TestCase, which tests that where a - * has @many=false that there is only one child element of the - */ -public class ASM_0029_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0029"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0029.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0029 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java deleted file mode 100644 index cc34a7f33b..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0030_TestCase.java +++ /dev/null @@ -1,42 +0,0 @@ -/* - * 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_0030_TestCase, which tests that a - * with a @value attribute set does not have any child elements - */ -public class ASM_0030_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0030"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_0030.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0030 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java deleted file mode 100644 index d7d9904290..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0031_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0031_TestCase, which tests that where a - * has its @target attribute set to a valid service and the also - * contains a element with @source set to the - * and @target set to a second valid service and has @replace=true, the - * is wired to the second service only - */ -public class ASM_0031_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0031"; - config.input = "request"; - config.output = "ASM_0031 request service1 operation1 invoked service3 operation1 invoked"; - config.composite = "Test_ASM_0031.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0031 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0032_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0032_TestCase.java deleted file mode 100644 index 97b952b139..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0032_TestCase.java +++ /dev/null @@ -1,46 +0,0 @@ -/* - * 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_0032_TestCase, which tests where a - * has no subelements and the corresponding element of - * the of the has one or more - * subelements, the is made available with - * all the bindings declared on the element of the - */ -public class ASM_0032_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0032"; - config.input = "request"; - config.output = - "ASM_0032 request service1 operation1 invoked service2 operation1 invokedservice2 operation1 invoked"; - config.composite = "Test_ASM_0032.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0032 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0033_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0033_TestCase.java deleted file mode 100644 index 87fa6cdde5..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0033_TestCase.java +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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_0033_TestCase, which tests that where a - * has no subelements and the corresponding element of the - * of the has no subelements, - * the is made available with binding.sca - */ -public class ASM_0033_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0033"; - config.input = "request"; - config.output = - "ASM_0033 request service1 operation1 invoked service2 operation1 invokedservice2 operation1 invoked"; - config.composite = "Test_ASM_0033.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0032 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0034_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0034_TestCase.java deleted file mode 100644 index 69f4e55012..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_0034_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_0034_TestCase, which tests that where a - * has 1 or more subelements the is made - * available with all the bindings declared on the element - */ -public class ASM_0034_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0034"; - config.input = "request"; - config.output = - "ASM_0034 request service1 operation1 invoked service2 operation1 invokedservice2 operation1 invoked"; - config.composite = "Test_ASM_0034.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_0034 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6001_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6001_TestCase.java deleted file mode 100644 index ba1666f2cb..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6001_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_6001_TestCase, which tests that where an SCA contribution - * contains two elements with the same name and same - * targetNamespace that an SCA application using that composite does not run - * and that the SCA runtime reports an error - */ -public class ASM_6001_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6001"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6001.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6001 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6002_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6002_TestCase.java deleted file mode 100644 index 7827b2dbda..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6002_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6002_TestCase, which tests that where a has - * multiple subelements that the @name attributes are unique - * across those subelements - */ -public class ASM_6002_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6002"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6002.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6002 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6003_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6003_TestCase.java deleted file mode 100644 index c6ebf7134f..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6003_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6003_TestCase, which tests that where a has a - * subelement that the @promote attribute identifies a - * of a in the - */ -public class ASM_6003_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6003"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6003.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6003 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6004_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6004_TestCase.java deleted file mode 100644 index 41e7e5719e..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6004_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_6004_TestCase, which tests that the declared - * on a subelement of a is a compatible subset of the - * declared on the reference by the - * @promote attribute - */ -public class ASM_6004_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6004"; - config.input = "request"; - config.output = "ASM_6004 request service1 operation1 invoked"; - config.composite = "Test_ASM_6004.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6004 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6005_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6005_TestCase.java deleted file mode 100644 index 46a76d351a..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6005_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6005_TestCase, which tests that the the @name attribute - * of a element is unique amongst the @name - * attributes of all the elements of that - */ -public class ASM_6005_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6005"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6005.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6004 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6006_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6006_TestCase.java deleted file mode 100644 index 4fef884d1a..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6006_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6006_TestCase, which tests that the @promote attribute of a - * contains one or more URIs that each point to a - * of a in the - */ -public class ASM_6006_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6006"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6006.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6004 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6007_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6007_TestCase.java deleted file mode 100644 index da23a732e8..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6007_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6007_TestCase, which tests that a - * can declare an that is a compatible superset of the - * declared by each promoted by the composite reference - */ -public class ASM_6007_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6007"; - config.input = "request"; - config.output = "ASM_6007 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_6007.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6007 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6008_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6008_TestCase.java deleted file mode 100644 index 54c85059bd..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6008_TestCase.java +++ /dev/null @@ -1,44 +0,0 @@ -/* - * 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_6008_TestCase, which tests that where a - * has no subelement, and that promotes 2 or more - * s, that the declared on each of the - * s are the same - */ -public class ASM_6008_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6008"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6008.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6008 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6009_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6009_TestCase.java deleted file mode 100644 index eaff618911..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6009_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6009_TestCase, which tests that a - * with @multiplicity=0..1 can be promoted by a with - * @multiplicity=1..1 - */ -public class ASM_6009_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6009"; - config.input = "request"; - config.output = "ASM_6009 request service1 operation1 invokedservice2 operation1 invoked"; - config.composite = "Test_ASM_6009.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6009 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6010_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6010_TestCase.java deleted file mode 100644 index e354e84787..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6010_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6010_TestCase, which tests a - * with @multiplicity=0..n can be promoted by a - * with @multiplicity=0..1 - */ -public class ASM_6010_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6010"; - config.input = "request"; - config.output = "ASM_6010 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_6010.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6010 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6011_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6011_TestCase.java deleted file mode 100644 index 35e0d93093..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6011_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6011_TestCase, which tests that a - * with @multiplicity=1..n can be promoted by a with - * @multiplicity=1..1 - */ -public class ASM_6011_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6011"; - config.input = "request"; - config.output = "ASM_6011 request service1 operation1 invoked service2 operation1 invoked"; - config.composite = "Test_ASM_6011.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6009 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6012_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6012_TestCase.java deleted file mode 100644 index 60f35f399c..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6012_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6009_TestCase, which tests that a - * with @multiplicity=0..1 can be promoted by a with - * @multiplicity=1..1 - */ -public class ASM_6012_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6012"; - config.input = "request"; - config.output = "exception"; - config.composite = "Test_ASM_6012.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6012 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6013_TestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6013_TestCase.java deleted file mode 100644 index c3b0642019..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/ASM_6013_TestCase.java +++ /dev/null @@ -1,43 +0,0 @@ -/* - * 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_6009_TestCase, which tests that a - * with @autowire=true is wired to a compatible in - * the same - */ -public class ASM_6013_TestCase extends BaseJAXWSTestCase { - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_6013"; - config.input = "request"; - config.output = "ASM_6013 request service1 operation1 invoked third operation1 invoked"; - config.composite = "Test_ASM_6013.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0002_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class Test_ASM_6013 diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java deleted file mode 100644 index bf2142b41d..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseJAXWSTestCase.java +++ /dev/null @@ -1,159 +0,0 @@ -/* - * 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 static org.junit.Assert.assertEquals; - -import java.net.URL; - -import javax.xml.namespace.QName; -import javax.xml.ws.Service; - -import org.apache.tuscany.sca.node.Node; -import org.apache.tuscany.sca.node.equinox.launcher.Contribution; -import org.apache.tuscany.sca.node.equinox.launcher.ContributionLocationHelper; -import org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import test.ASM_0001_Client; -import testClient.TestException; -import testClient.TestException_Exception; -import testClient.TestInvocation; - -/** - * A generic test client based on JAX-WS APIs - */ -public class BaseJAXWSTestCase { - - protected NodeLauncher launcher; - protected Node node; - protected TestConfiguration testConfiguration = getTestConfiguration(); - static boolean proceed = true; - - public static void main(String[] args) throws Exception { - BaseJAXWSTestCase test = new BaseJAXWSTestCase(); - test.setUp(); - test.tearDown(); - } - - @Before - public void setUp() throws Exception { - try { - startContribution(); - } catch (Exception e) { - // If the SCA runtime refuses to start an invalid contribution, then this is also - // regarded as a successful outcome - System.out.println("Exception received - detail: " + e.getMessage()); - assertEquals(testConfiguration.getExpectedOutput(), "exception"); - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - // Mark this test as not to proceed further - proceed = false; - } // end try - } - - @After - public void tearDown() throws Exception { - stopContribution(); - } - - @Test - public void testDummy() throws Exception { - // If an exception were thrown during initialization, let's go no further - if (proceed == false) - return; - - // System.out.println("Test " + testName + " starting"); - String output = null; - try { - output = invokeTest(testConfiguration.getInput()); - - } catch (TestException_Exception e) { - TestException exceptionContent = e.getFaultInfo(); - System.out.println("Service fault received - detail: " + exceptionContent.getMessage()); - assertEquals(testConfiguration.getExpectedOutput(), "exception"); - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - return; - } catch (Throwable e) { - e.printStackTrace(); - System.out.println("Exception received - detail: " + e.getMessage()); - assertEquals(testConfiguration.getExpectedOutput(), "exception"); - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - return; - } - assertEquals(testConfiguration.getExpectedOutput(), output); - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - } - - public String invokeTest(String input) throws Exception { - //Web service invocation via JAXWS - QName serviceName = new QName("http://test/", "TestInvocationService"); - URL wsdlLocation = this.getClass().getClassLoader().getResource("TestClient.wsdl"); - javax.xml.ws.Service webService = Service.create(wsdlLocation, serviceName); - TestInvocation wsProxy = (TestInvocation)webService.getPort(testConfiguration.getServiceInterface()); - - String output = wsProxy.invokeTest(input); - - return output; - } // end method invokeTest - - protected T getService(Class interfaze, String serviceName) { - T service = node.getService(interfaze, serviceName); - return service; - } // end getService - - protected void startContribution() throws Exception { - // Tuscany specific code which starts the contribution holding the test - launcher = NodeLauncher.newInstance(); - node = - launcher.createNode(testConfiguration.getComposite(), new Contribution(testConfiguration.getTestName(), - getContributionURI())); - System.out.println("SCA Node API ClassLoader: " + node.getClass().getClassLoader()); - node.start(); - } // end method startContribution - - protected void stopContribution() throws Exception { - if (node != null) { - node.stop(); - node.destroy(); - } - if (launcher != null) { - launcher.destroy(); - } - } // end method stopContribution - - protected String getContributionURI() { - String location = ContributionLocationHelper.getContributionLocation(testConfiguration.getTestClass()); - return location; - } - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0001"; - config.input = "request"; - config.output = config.testName + " " + config.input + " invoked ok"; - config.composite = "Test_ASM_0101.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0001_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class BaseTest diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseTestCase.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseTestCase.java deleted file mode 100644 index 739417e0d7..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/BaseTestCase.java +++ /dev/null @@ -1,122 +0,0 @@ -/* - * 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 static org.junit.Assert.assertEquals; - -import org.apache.tuscany.sca.node.Node; -import org.apache.tuscany.sca.node.equinox.launcher.Contribution; -import org.apache.tuscany.sca.node.equinox.launcher.ContributionLocationHelper; -import org.apache.tuscany.sca.node.equinox.launcher.NodeLauncher; -import org.junit.After; -import org.junit.Before; -import org.junit.Test; - -import test.ASM_0001_Client; -import test.TestInvocation; - -/** - * A generic test client based on Tuscany APIs - */ -public class BaseTestCase { - - protected NodeLauncher launcher; - protected Node node; - protected TestConfiguration testConfiguration = getTestConfiguration(); - - public static void main(String[] args) throws Exception { - BaseTestCase test = new BaseTestCase(); - test.setUp(); - test.tearDown(); - } - - @Before - public void setUp() throws Exception { - startContribution(); - } - - @After - public void tearDown() throws Exception { - stopContribution(); - } - - @Test - public void testDummy() throws Exception { - // System.out.println("Test " + testName + " starting"); - try { - String output = invokeTest(testConfiguration.getInput()); - assertEquals(testConfiguration.getExpectedOutput(), output); - } catch (Exception e) { - assertEquals(testConfiguration.getExpectedOutput(), "exception"); - System.out.println("Expected exception - detail: " + e.getMessage()); - } - System.out.println("Test " + testConfiguration.getTestName() + " completed successfully"); - } - - public String invokeTest(String input) throws Exception { - - TestInvocation service = - (TestInvocation)getService(testConfiguration.getServiceInterface(), testConfiguration.getTestServiceName()); - - return service.invokeTest(input); - } // end method invokeTest - - protected T getService(Class interfaze, String serviceName) { - T service = node.getService(interfaze, serviceName); - return service; - } // end getService - - protected void startContribution() throws Exception { - // Tuscany specific code which starts the contribution holding the test - launcher = NodeLauncher.newInstance(); - node = - launcher.createNode(testConfiguration.getComposite(), new Contribution(testConfiguration.getTestName(), - getContributionURI())); - System.out.println("SCA Node API ClassLoader: " + node.getClass().getClassLoader()); - node.start(); - } // end method startContribution - - protected void stopContribution() throws Exception { - if (node != null) { - node.stop(); - node.destroy(); - } - if (launcher != null) { - launcher.destroy(); - } - } // end method stopContribution - - protected String getContributionURI() { - String location = ContributionLocationHelper.getContributionLocation(testConfiguration.getTestClass()); - return location; - } - - protected TestConfiguration getTestConfiguration() { - TestConfiguration config = new TestConfiguration(); - config.testName = "ASM_0001"; - config.input = "request"; - config.output = config.testName + " " + config.input + " invoked ok"; - config.composite = "Test_ASM_0001.composite"; - config.testServiceName = "TestClient"; - config.testClass = ASM_0001_Client.class; - config.serviceInterface = TestInvocation.class; - return config; - } - -} // end class BaseTest diff --git a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/TestConfiguration.java b/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/TestConfiguration.java deleted file mode 100644 index 99e9937bcb..0000000000 --- a/sandbox/ant/sca/tags/2.0-M2/stest/sampleTest/src/test/java/client/TestConfiguration.java +++ /dev/null @@ -1,67 +0,0 @@ -/* - * 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; - -/** - * A class to hold the metadata about the test - * @author MikeEdwards - * - */ -class TestConfiguration { - - public String testName; - public String input; - public String output; - public String composite; - public String testServiceName; - public Class testClass; //TODO - does the client need this?? - public Class serviceInterface; - - public TestConfiguration() { - } - - public String getTestName() { - return testName; - } - - public String getInput() { - return input; - } - - public String getExpectedOutput() { - return output; - } - - public String getComposite() { - return composite; - } - - public String getTestServiceName() { - return testServiceName; - } - - public Class getTestClass() { - return testClass; - } - - public Class getServiceInterface() { - return serviceInterface; - } -} -- cgit v1.2.3