C# Class NUnitGoCore.NunitGoItems.NunitGoConfiguration

Exibir arquivo 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_oe property

public bool AddLinksInsideEmail
return bool

EnableSsl public_oe property

public bool EnableSsl
return bool

EventDurationSubscriptions public_oe property

public List EventDurationSubscriptions
return List

GenerateReport public_oe property

public bool GenerateReport
return bool

LocalOutputPath public_oe property

public string LocalOutputPath
return string

MaxTestVersionsNumber public_oe property

public int MaxTestVersionsNumber
return int

SendEmails public_oe property

public bool SendEmails
return bool

SendFromList public_oe property

public List
SendFromList
return List

ServerLink public_oe property

public string ServerLink
return string

SingleTestSubscriptions public_oe property

public List SingleTestSubscriptions
return List

SmtpHost public_oe property

public string SmtpHost
return string

SmtpPort public_oe property

public int SmtpPort
return int

Subsciptions public_oe property

public List Subsciptions
return List

TakeScreenshotAfterTestFailed public_oe property

public bool TakeScreenshotAfterTestFailed
return bool

TestHistoryDaysLength public_oe property

public int TestHistoryDaysLength
return int