C# Class Microsoft.Silverlight.Testing.Harness.RetryTestRunFilter

A type filter for just a specific test. Allows the re-running of a single result again in the same process.
Inheritance: TestRunFilter
Mostra file Open project: garyjohnson/wpnest

Public Methods

Method Description
RetryTestRunFilter ( ITestClass test, ITestMethod method ) : System

Initializes a new test run filter using an existing settings file.

Private Methods

Method Description
GetTestClasses ( IAssembly assembly, TestClassInstanceDictionary instances ) : List
GetTestMethods ( ITestClass test, object instance ) : List

Method Details

RetryTestRunFilter() public method

Initializes a new test run filter using an existing settings file.
public RetryTestRunFilter ( ITestClass test, ITestMethod method ) : System
test ITestClass The test class metadata.
method ITestMethod The test method metadata.
return System