C# Class Dev2.Activities.Specs.Toolbox.Utility.Email.EmailSteps

Inheritance: Dev2.Activities.Specs.BaseTypes.RecordSetBases
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Protected Methods

Method Description
BuildDataList ( ) : void

Private Methods

Method Description
GivenBodyIs ( string body ) : void
GivenIHaveAVariableWithThisEmailAddress ( string variable, string emailAddress ) : void
GivenIHaveAnEmailVariableEqualTo ( string variable, string value ) : void
GivenTheEmailIsHtml ( ) : void
GivenTheFromAccountIs ( string fromAccount ) : void
GivenTheSeverNameIsWithPasswordAs ( string serverName, string password ) : void
GivenTheSubjectIs ( string subject ) : void
GivenToAddressIs ( string to ) : void
ThenTheEmailResultWillBe ( string expectedResult ) : void
WhenTheEmailToolIsExecuted ( ) : void

Method Details

BuildDataList() protected method

protected BuildDataList ( ) : void
return void