C# Class AWSSDK.Tests.Framework.TestRunner

Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description
RunTests void

Public Methods

Method Description
RunTests ( ) : void
RunTests ( HashSet fixtureNames, HashSet testCases ) : void
RunTestsWithCategory ( string category ) : void
RunTestsWithCategory ( string category, HashSet testNames ) : void
RunTestsWithCategoryAndFixtureName ( string category, HashSet fixtureName ) : void
RunTestsWithName ( HashSet testCases ) : void
TestRunner ( ) : Amazon

Private Methods

Method Description
RunTests ( ITestFilter testFilter ) : void

Method Details

RunTests() public method

public RunTests ( ) : void
return void

RunTests() public method

public RunTests ( HashSet fixtureNames, HashSet testCases ) : void
fixtureNames HashSet
testCases HashSet
return void

RunTestsWithCategory() public method

public RunTestsWithCategory ( string category ) : void
category string
return void

RunTestsWithCategory() public method

public RunTestsWithCategory ( string category, HashSet testNames ) : void
category string
testNames HashSet
return void

RunTestsWithCategoryAndFixtureName() public method

public RunTestsWithCategoryAndFixtureName ( string category, HashSet fixtureName ) : void
category string
fixtureName HashSet
return void

RunTestsWithName() public method

public RunTestsWithName ( HashSet testCases ) : void
testCases HashSet
return void

TestRunner() public method

public TestRunner ( ) : Amazon
return Amazon