Метод | Описание | |
---|---|---|
AddToXml ( TNode parentNode, bool recursive ) : TNode |
Adds an XML node
|
|
Match ( ITest test ) : bool |
Check whether the filter matches a test
|
|
PropertyFilter ( string propertyName, string expectedValue ) : System |
Construct a PropertyFilter using a property name and expected value
|
public AddToXml ( TNode parentNode, bool recursive ) : TNode | ||
parentNode | TNode | Parent node |
recursive | bool | True if recursive |
Результат | TNode |
public Match ( ITest test ) : bool | ||
test | ITest | The test to be matched |
Результат | bool |
public PropertyFilter ( string propertyName, string expectedValue ) : System | ||
propertyName | string | A property name |
expectedValue | string | The expected value of the property |
Результат | System |