C# Class NUnitGoCore.Attributes.NunitGoActionAttribute

Inheritance: NUnit.Framework.NUnitAttribute, ITestAction
Afficher le fichier Open project: elv1s42/NUnitGo

Méthodes publiques

Méthode Description
AfterTest ( ITest test ) : void
BeforeTest ( ITest test ) : void
GenerateReport ( ) : void
NunitGoActionAttribute ( string testGuidString = "", string projectName = "", string className = "", string testName = "" ) : System

Private Methods

Méthode Description
AddScreenshots ( ) : void
CleanUpTestFiles ( ) : void
CreateDirectories ( ) : void
ExtractResource ( string embeddedFileName, string destinationPath ) : void
ExtractResources ( IEnumerable embeddedFileNames, string destinationPath ) : void
Flush ( ) : void
GetTestRemarks ( ) : List
SaveTestFiles ( ) : void
SendEmails ( bool isSuccess ) : void
SendEmailsForEvents ( ) : void
TakeScreenshotIfFailed ( ) : void

Method Details

AfterTest() public méthode

public AfterTest ( ITest test ) : void
test ITest
Résultat void

BeforeTest() public méthode

public BeforeTest ( ITest test ) : void
test ITest
Résultat void

GenerateReport() public méthode

public GenerateReport ( ) : void
Résultat void

NunitGoActionAttribute() public méthode

public NunitGoActionAttribute ( string testGuidString = "", string projectName = "", string className = "", string testName = "" ) : System
testGuidString string
projectName string
className string
testName string
Résultat System