C# Class NUnitGoCore.NunitGoItems.Subscriptions.MailGenerator

ファイルを表示 Open project: elv1s42/NUnitGo Class Usage Examples

Public Methods

Method Description
GetAttachmentsFromScreenshots ( NunitGoTest nunitGoTest, string screenshotsPath ) : List
GetMailBody ( NunitGoTest nunitGoTest, bool addLinks, bool isEventEmail = false, string eventName = "", TestEvent previousRunEvent = null ) : string
GetMailSubject ( NunitGoTest nunitGoTest, bool isEventEmail = false, string eventName = "" ) : string

Method Details

GetAttachmentsFromScreenshots() public static method

public static GetAttachmentsFromScreenshots ( NunitGoTest nunitGoTest, string screenshotsPath ) : List
nunitGoTest NunitGoTest
screenshotsPath string
return List

GetMailBody() public static method

public static GetMailBody ( NunitGoTest nunitGoTest, bool addLinks, bool isEventEmail = false, string eventName = "", TestEvent previousRunEvent = null ) : string
nunitGoTest NunitGoTest
addLinks bool
isEventEmail bool
eventName string
previousRunEvent NUnitGoCore.NunitGoItems.Events.TestEvent
return string

GetMailSubject() public static method

public static GetMailSubject ( NunitGoTest nunitGoTest, bool isEventEmail = false, string eventName = "" ) : string
nunitGoTest NunitGoTest
isEventEmail bool
eventName string
return string