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

Inheritance: ITestFilter
Show file Open project: aws/aws-sdk-net

Public Methods

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

Private Methods

Method Description
ITestFilter ( ITest test ) : bool

Method Details

AddToXml() public method

public AddToXml ( TNode n, bool b ) : TNode
n TNode
b bool
return TNode

CategoryAndNameFilter() public method

public CategoryAndNameFilter ( string categoryName, HashSet testNames ) : Amazon
categoryName string
testNames HashSet
return Amazon

ToXml() public method

public ToXml ( bool b ) : TNode
b bool
return TNode