C# 클래스 Microsoft.UnitTests.Core.XUnit.TestCaseRunner

상속: XunitTestCaseRunner
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
TestCaseRunner ( IXunitTestCase testCase, string displayName, string skipReason, object constructorArguments, object testMethodArguments, IMessageBus messageBus, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource ) : System.Threading

보호된 메소드들

메소드 설명
RunTestAsync ( ) : Task

메소드 상세

RunTestAsync() 보호된 메소드

protected RunTestAsync ( ) : Task
리턴 Task

TestCaseRunner() 공개 메소드

public TestCaseRunner ( IXunitTestCase testCase, string displayName, string skipReason, object constructorArguments, object testMethodArguments, IMessageBus messageBus, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource ) : System.Threading
testCase IXunitTestCase
displayName string
skipReason string
constructorArguments object
testMethodArguments object
messageBus IMessageBus
aggregator Xunit.Sdk.ExceptionAggregator
cancellationTokenSource System.Threading.CancellationTokenSource
리턴 System.Threading