C# Class NUnitGoCore.NunitGoItems.Subscriptions.MailGenerator

Afficher le fichier Open project: elv1s42/NUnitGo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetAttachmentsFromScreenshots ( NunitGoTest nunitGoTest, string screenshotsPath ) : List
nunitGoTest NunitGoTest
screenshotsPath string
Résultat List

GetMailBody() public static méthode

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
Résultat string

GetMailSubject() public static méthode

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