C# Class VisualMutator.Model.Tests.TestServiceManager

Mostrar archivo Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

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

Method Details

CreateRunContext() public method

public CreateRunContext ( TestsLoadContext loadContext, string mutatedPath ) : ITestsRunContext
loadContext TestsLoadContext
mutatedPath string
return ITestsRunContext

LoadTests() public method

public LoadTests ( string assemblyPath ) : Task>
assemblyPath string
return Task>

TestServiceManager() public method

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