C# Class AWSSDK.Tests.Framework.TestRunner

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Свойство Type Description
RunTests void

Méthodes publiques

Méthode 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

Méthode Description
RunTests ( ITestFilter testFilter ) : void

Method Details

RunTests() public méthode

public RunTests ( ) : void
Résultat void

RunTests() public méthode

public RunTests ( HashSet fixtureNames, HashSet testCases ) : void
fixtureNames HashSet
testCases HashSet
Résultat void

RunTestsWithCategory() public méthode

public RunTestsWithCategory ( string category ) : void
category string
Résultat void

RunTestsWithCategory() public méthode

public RunTestsWithCategory ( string category, HashSet testNames ) : void
category string
testNames HashSet
Résultat void

RunTestsWithCategoryAndFixtureName() public méthode

public RunTestsWithCategoryAndFixtureName ( string category, HashSet fixtureName ) : void
category string
fixtureName HashSet
Résultat void

RunTestsWithName() public méthode

public RunTestsWithName ( HashSet testCases ) : void
testCases HashSet
Résultat void

TestRunner() public méthode

public TestRunner ( ) : Amazon
Résultat Amazon