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

상속: XunitTestClassRunner
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
ClassRunner ( ITestClass testClass, IReflectionTypeInfo typeInfo, IEnumerable testCases, IMessageSink diagnosticMessageSink, IMessageBus messageBus, ITestCaseOrderer testCaseOrderer, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource, object>.IDictionary collectionFixtureMappings, object>.IReadOnlyDictionary assemblyFixtureMappings ) : System

보호된 메소드들

메소드 설명
TryGetConstructorArgument ( ConstructorInfo constructor, int index, ParameterInfo parameter, object &argumentValue ) : bool

메소드 상세

ClassRunner() 공개 메소드

public ClassRunner ( ITestClass testClass, IReflectionTypeInfo typeInfo, IEnumerable testCases, IMessageSink diagnosticMessageSink, IMessageBus messageBus, ITestCaseOrderer testCaseOrderer, Xunit.Sdk.ExceptionAggregator aggregator, CancellationTokenSource cancellationTokenSource, object>.IDictionary collectionFixtureMappings, object>.IReadOnlyDictionary assemblyFixtureMappings ) : System
testClass ITestClass
typeInfo IReflectionTypeInfo
testCases IEnumerable
diagnosticMessageSink IMessageSink
messageBus IMessageBus
testCaseOrderer ITestCaseOrderer
aggregator Xunit.Sdk.ExceptionAggregator
cancellationTokenSource System.Threading.CancellationTokenSource
collectionFixtureMappings object>.IDictionary
assemblyFixtureMappings object>.IReadOnlyDictionary
리턴 System

TryGetConstructorArgument() 보호된 메소드

protected TryGetConstructorArgument ( ConstructorInfo constructor, int index, ParameterInfo parameter, object &argumentValue ) : bool
constructor System.Reflection.ConstructorInfo
index int
parameter System.Reflection.ParameterInfo
argumentValue object
리턴 bool