summaryrefslogtreecommitdiffstats
path: root/cpp/sca/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 /cpp/sca/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 'cpp/sca/runtime/core/test/wsdlTests/WSDLErrorsTest.h')
-rwxr-xr-xcpp/sca/runtime/core/test/wsdlTests/WSDLErrorsTest.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/cpp/sca/runtime/core/test/wsdlTests/WSDLErrorsTest.h b/cpp/sca/runtime/core/test/wsdlTests/WSDLErrorsTest.h
deleted file mode 100755
index e17d0edd28..0000000000
--- a/cpp/sca/runtime/core/test/wsdlTests/WSDLErrorsTest.h
+++ /dev/null
@@ -1,34 +0,0 @@
-#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
-