C# 클래스 NUnitGoCore.NunitGoItems.Subscriptions.MailGenerator

파일 보기 프로젝트 열기: elv1s42/NUnitGo 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetAttachmentsFromScreenshots() 공개 정적인 메소드

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

GetMailBody() 공개 정적인 메소드

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
리턴 string

GetMailSubject() 공개 정적인 메소드

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