C# Class GoogleTestAdapter.TestCases.TestCaseFactory

Exibir arquivo Open project: csoltenborn/GoogleTestAdapter Class Usage Examples

Public Methods

Method Description
CreateTestCases ( ) : IList
TestCaseFactory ( string executable, TestEnvironment testEnvironment, IDiaResolverFactory diaResolverFactory ) : System.Collections.Generic

Private Methods

Method Description
CreateTestCase ( TestCaseDescriptor descriptor ) : TestCase
CreateTestCase ( TestCaseDescriptor descriptor, List testCaseLocations ) : TestCase
GetFinalTraits ( string displayName, List traits ) : IList
GetTestCaseLocations ( IList testCaseDescriptors, string pathExtension ) : List

Method Details

CreateTestCases() public method

public CreateTestCases ( ) : IList
return IList

TestCaseFactory() public method

public TestCaseFactory ( string executable, TestEnvironment testEnvironment, IDiaResolverFactory diaResolverFactory ) : System.Collections.Generic
executable string
testEnvironment GoogleTestAdapter.Helpers.TestEnvironment
diaResolverFactory IDiaResolverFactory
return System.Collections.Generic