C# Class ActivityUnitTests.ActivityTest.WebGetRequestWithTimeoutActivityTests

Inheritance: BaseActivityUnitTest
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
DsfWebGetRequestActivity_GetForEachInputs_WhenHasExpression_ReturnsInputList ( ) : void
DsfWebGetRequestActivity_GetForEachOutputs_WhenHasResult_ReturnsOutputList ( ) : void
DsfWebGetRequestActivity_UpdateForEachInputs_MoreThan1Updates_Updates ( ) : void
DsfWebGetRequestActivity_UpdateForEachInputs_NullUpdates_DoesNothing ( ) : void
DsfWebGetRequestActivity_UpdateForEachOutputs_1Updates_UpdateCommandResult ( ) : void
DsfWebGetRequestActivity_UpdateForEachOutputs_MoreThan1Updates_DoesNothing ( ) : void
DsfWebGetRequestActivity_UpdateForEachOutputs_NullUpdates_DoesNothing ( ) : void
GetFindMissingTypeExpectStaticActivityType ( ) : void
GetWebGetRequestActivity ( ) : DsfWebGetRequestWithTimeoutActivity
GetWebGetRequestActivity ( Mock mockWebRequestInvoker ) : DsfWebGetRequestWithTimeoutActivity
TestCleanUp ( ) : void
TestInit ( ) : void
WebGetRequestActivityWhereConstructedExpectIsAbstractString ( ) : void
WebGetRequestActivityWhereWebRequestInvokerIsNullExpectConcreateImplementation ( ) : void
WebGetRequestExecuteWhereErrorExpectErrorAdded ( ) : void
WebGetRequestExecuteWhereErrorExpectErrorAdded_TimeoutSecondsOutOfRange ( ) : void
WebGetRequestExecuteWhereScalarValuesExpectCorrectResults ( ) : void
WebGetRequestExecuteWhereStaticValuesExpectCorrectResults ( ) : void
WebGetRequestWhereGivenAnIWebRequestInvokerExpectGetGivenValue ( ) : void