summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:57:41 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2009-11-16 06:57:41 +0000
commitbd0fdbf902f8ca8e7e352582efe938e1d6743dd1 (patch)
tree4ffc871e04f7e22cad2a6ed1d921718e296dc5fe /sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
parent2cd577564c1e4a37b25f4064b84af15d112b0654 (diff)
Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h')
-rwxr-xr-xsca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h b/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
new file mode 100755
index 0000000000..e17d0edd28
--- /dev/null
+++ b/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
@@ -0,0 +1,34 @@
+#ifndef sca_tests_wsdl_WSDLErrorsTest_h_
+#define sca_tests_wsdl_WSDLErrorsTest_h_
+
+#include "BaseWsdlTest.h"
+
+class WSDLErrorsTest : public BaseWsdlTest
+{
+ public:
+
+ WSDLErrorsTest();
+ ~WSDLErrorsTest();
+
+ bool testDuplicateWSDLInputOutputBinding();
+ bool testDuplicateWSDLMessagePartNames();
+ bool testDuplicateWSDLMessages();
+ bool testDuplicateWSDLPortTypes();
+ bool testDuplicateWSDLBindings();
+ bool testDuplicateWSDLServices();
+ bool testDuplicateSOAPAddress();
+ bool testDuplicateSOAPBinding();
+ bool testDuplicateSOAPBody();
+ bool testDuplicateSOAPOperation();
+
+ bool testMissingPortBinding();
+ bool testMissingOperation();
+ bool testMissingPortName();
+ bool testMissingPortType();
+ bool testMissingMessage();
+ bool testMissingMessagePartName();
+ bool testMissingMessagePartType();
+};
+
+#endif
+