C# Class NUnitGoCore.NunitGoItems.NunitGoConfiguration

Show file Open project: elv1s42/NUnitGo Class Usage Examples

Public Properties

Property Type Description
AddLinksInsideEmail bool
EnableSsl bool
EventDurationSubscriptions List
GenerateReport bool
LocalOutputPath string
MaxTestVersionsNumber int
SendEmails bool
SendFromList List
ServerLink string
SingleTestSubscriptions List
SmtpHost string
SmtpPort int
Subsciptions List
TakeScreenshotAfterTestFailed bool
TestHistoryDaysLength int

Property Details

AddLinksInsideEmail public property

public bool AddLinksInsideEmail
return bool

EnableSsl public property

public bool EnableSsl
return bool

EventDurationSubscriptions public property

public List EventDurationSubscriptions
return List

GenerateReport public property

public bool GenerateReport
return bool

LocalOutputPath public property

public string LocalOutputPath
return string

MaxTestVersionsNumber public property

public int MaxTestVersionsNumber
return int

SendEmails public property

public bool SendEmails
return bool

SendFromList public property

public List
SendFromList
return List

ServerLink public property

public string ServerLink
return string

SingleTestSubscriptions public property

public List SingleTestSubscriptions
return List

SmtpHost public property

public string SmtpHost
return string

SmtpPort public property

public int SmtpPort
return int

Subsciptions public property

public List Subsciptions
return List

TakeScreenshotAfterTestFailed public property

public bool TakeScreenshotAfterTestFailed
return bool

TestHistoryDaysLength public property

public int TestHistoryDaysLength
return int