C# Class Dev2.Tests.Runtime.ServiceModel.WebServicesTest

Mostra file Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
CreateDummyWebService ( ) : WebService
DummyWebExecute ( WebSource source, WebRequestMethod method, string relativeUri, string data, bool throwError, ErrorResultTO &errors, string headers ) : string
FetchRecordsetWhereRequestResponseJSONExpectValidOutputDescription ( ) : void
FetchRecordsetWhereRequestResponseXMLExpectValidOutputDescription ( ) : void
FetchRecordsetWhereRequestResponseXml2ExpectValidOutputDescription ( ) : void
OuputDescriptionWhereRequestResponseHasXMLWithElementValuesAndAttributeValues ( ) : void
OuputDescriptionWhereRequestResponseJSONExpectValidOutputDescription ( ) : void
OuputDescriptionWhereRequestResponseXMLExpectValidOutputDescription ( ) : void
Services_Execute_WhenHasJsonPath_ShouldReturnValid ( ) : void
Services_Execute_WithVariablesInAllField_ShouldUseEvaluatedValues ( ) : void
Services_FetchRecordsetList_WhenWebserviceWithJsonDataAndPrimitiveArrayType_ShouldNotIncludeInFieldsList ( ) : void
WebServicesContructorWithNullResourceCatalogExpectedThrowsArgumentNullException ( ) : void
WebServicesContructorWithNullWebExectueExpectedThrowsArgumentNullException ( ) : void
WebServicesDeserializeServiceWithInvalidJsonExpectedReturnsNewWebService ( ) : void
WebServicesDeserializeServiceWithNullJsonExpectedThrowsArgumentNullException ( ) : void
WebServicesDeserializeServiceWithNullXmlExpectedReturnsNewWebService ( ) : void
WebServicesDeserializeServiceWithValidJsonExpectedReturnsWebService ( ) : void
WebServicesDeserializeServiceWithValidXmlExpectedReturnsWebService ( ) : void
WebServicesTestWithInValidArgsExpectedReturnsResponseWithErrorMessage ( ) : void
WebServicesTestWithValidArgsAndEmptyResponseExpectedExecutesRequestAndFetchesRecordset ( ) : void
WebServicesTestWithValidArgsAndNoRecordsetFieldsExpectedAddsRecordsetFields ( ) : void
WebServicesTestWithValidArgsAndNonEmptyResponseExpectedFetchesRecordsetOnly ( ) : void
WebServicesTestWithValidArgsAndRecordsetFieldsExpectedDoesNotAddRecordsetFields ( ) : void
WebServicesTestWithValidArgsExpectedClearsRecordsFirst ( ) : void
WebServicesTestWithValidArgsExpectedFetchesRecordset ( ) : void
Webservice_Test_WhenJsonPathNotSet_ExpectNoShapedData ( ) : void
Webservice_Test_WhenJsonPathSet_ExpectShapedData ( ) : void
Webservice_Test_WhenRequestShouldNotTimeout_ExpectNoMessage ( ) : void
Webservice_Test_WhenRequestShouldTimeout_ExpectTimeoutMessage ( ) : void