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

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

Public Methods

Method Description
AddToXml ( TNode parentNode, bool recursive ) : TNode
IsExplicitMatch ( ITest test ) : bool
Pass ( ITest test ) : bool
TestCaseFilter ( HashSet testCaseNames ) : Amazon
TestCaseFilter ( string testCaseName ) : Amazon
ToXml ( bool recursive ) : TNode

Method Details

AddToXml() public method

public AddToXml ( TNode parentNode, bool recursive ) : TNode
parentNode TNode
recursive bool
return TNode

IsExplicitMatch() public method

public IsExplicitMatch ( ITest test ) : bool
test ITest
return bool

Pass() public method

public Pass ( ITest test ) : bool
test ITest
return bool

TestCaseFilter() public method

public TestCaseFilter ( HashSet testCaseNames ) : Amazon
testCaseNames HashSet
return Amazon

TestCaseFilter() public method

public TestCaseFilter ( string testCaseName ) : Amazon
testCaseName string
return Amazon

ToXml() public method

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