C# Class NUnit.Framework.Internal.TestFilter.EmptyFilter

Inheritance: TestFilter
Show file Open project: nunit/nunit

Public Methods

Method Description
AddToXml ( TNode parentNode, bool recursive ) : TNode
IsExplicitMatch ( ITest test ) : bool
Match ( ITest test ) : bool
Pass ( ITest test ) : bool

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

Match() public method

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

Pass() public method

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