C# 클래스 NUnitGoCore.Attributes.NunitGoActionAttribute

상속: NUnit.Framework.NUnitAttribute, ITestAction
파일 보기 프로젝트 열기: elv1s42/NUnitGo

공개 메소드들

메소드 설명
AfterTest ( ITest test ) : void
BeforeTest ( ITest test ) : void
GenerateReport ( ) : void
NunitGoActionAttribute ( string testGuidString = "", string projectName = "", string className = "", string testName = "" ) : System

비공개 메소드들

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

메소드 상세

AfterTest() 공개 메소드

public AfterTest ( ITest test ) : void
test ITest
리턴 void

BeforeTest() 공개 메소드

public BeforeTest ( ITest test ) : void
test ITest
리턴 void

GenerateReport() 공개 메소드

public GenerateReport ( ) : void
리턴 void

NunitGoActionAttribute() 공개 메소드

public NunitGoActionAttribute ( string testGuidString = "", string projectName = "", string className = "", string testName = "" ) : System
testGuidString string
projectName string
className string
testName string
리턴 System