C# 클래스 IntegrationTests.UseCase

파일 보기 프로젝트 열기: Hill30/F--Project-Extender 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( Action action ) : UseCase
ExpectedOrder ( ) : UseCase
Run ( ) : void
UseCase ( string name, Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : System

비공개 메소드들

메소드 설명
CloseSolution ( ) : void
Initialize ( ) : void
ReopenSolution ( ) : void
UseCase ( UseCase parent, Action action ) : System
UseCase ( UseCase parent, IEnumerable filenames ) : System
ValidateOrder ( string message ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( Action action ) : UseCase
action Action
리턴 UseCase

ExpectedOrder() 공개 메소드

public ExpectedOrder ( ) : UseCase
리턴 UseCase

Run() 공개 메소드

public Run ( ) : void
리턴 void

UseCase() 공개 메소드

public UseCase ( string name, Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : System
name string
testContext Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
리턴 System