C# 클래스 VisualMutator.Model.Tests.TestServiceManager

파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

공개 메소드들

메소드 설명
CreateRunContext ( TestsLoadContext loadContext, string mutatedPath ) : ITestsRunContext
LoadTests ( string assemblyPath ) : Task>
TestServiceManager ( MsTestService msTest, NUnitXmlTestService nunit, VisualMutator.Model.Tests.XUnitTestService xunit ) : System.Collections.Generic

메소드 상세

CreateRunContext() 공개 메소드

public CreateRunContext ( TestsLoadContext loadContext, string mutatedPath ) : ITestsRunContext
loadContext TestsLoadContext
mutatedPath string
리턴 ITestsRunContext

LoadTests() 공개 메소드

public LoadTests ( string assemblyPath ) : Task>
assemblyPath string
리턴 Task>

TestServiceManager() 공개 메소드

public TestServiceManager ( MsTestService msTest, NUnitXmlTestService nunit, VisualMutator.Model.Tests.XUnitTestService xunit ) : System.Collections.Generic
msTest MsTestService
nunit NUnitXmlTestService
xunit VisualMutator.Model.Tests.XUnitTestService
리턴 System.Collections.Generic