C# 클래스 Amazon.DNXCore.IntegrationTests.TestExecutionContext

상속: IDisposable
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Dispose ( ) : void
TestExecutionContext ( System.Action setup ) : System
TestExecutionContext ( System.Action setup, System.Action teardown ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TestExecutionContext() 공개 메소드

public TestExecutionContext ( System.Action setup ) : System
setup System.Action
리턴 System

TestExecutionContext() 공개 메소드

public TestExecutionContext ( System.Action setup, System.Action teardown ) : System
setup System.Action
teardown System.Action
리턴 System