summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
diff options
context:
space:
mode:
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, 0 insertions, 34 deletions
diff --git a/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h b/sca-cpp/trunk/runtime/core/test/wsdlTests/WSDLErrorsTest.h
deleted file mode 100755
index e17d0edd28..0000000000
--- a/sca-cpp/trunk/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
-