C# Class AWSSDK.Tests.Framework.TestRunner.CategoryAndNameFilter

Inheritance: ITestFilter
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AddToXml ( TNode n, bool b ) : TNode
CategoryAndNameFilter ( string categoryName, HashSet testNames ) : Amazon
ToXml ( bool b ) : TNode

Private Methods

Méthode Description
ITestFilter ( ITest test ) : bool

Method Details

AddToXml() public méthode

public AddToXml ( TNode n, bool b ) : TNode
n TNode
b bool
Résultat TNode

CategoryAndNameFilter() public méthode

public CategoryAndNameFilter ( string categoryName, HashSet testNames ) : Amazon
categoryName string
testNames HashSet
Résultat Amazon

ToXml() public méthode

public ToXml ( bool b ) : TNode
b bool
Résultat TNode