C# Class NUnitLite.TestSuite

Inheritance: ITest
显示文件 Open project: rhwilburn/MVVM-for-Mono Class Usage Examples

Private Properties

Property Type Description
InvalidTestSuite bool
IsTestFixtureSetup bool
IsTestFixtureTearDownAttribute bool

Public Methods

Method Description
AddTest ( ITest test ) : void
Run ( ) : TestResult
Run ( TestListener listener ) : TestResult
TestSuite ( Type type ) : System
TestSuite ( string name ) : System

Private Methods

Method Description
InvalidTestSuite ( Type type ) : bool
IsTestFixtureSetup ( MethodInfo method ) : bool
IsTestFixtureTearDownAttribute ( MethodInfo method ) : bool

Method Details

AddTest() public method

public AddTest ( ITest test ) : void
test ITest
return void

Run() public method

public Run ( ) : TestResult
return TestResult

Run() public method

public Run ( TestListener listener ) : TestResult
listener TestListener
return TestResult

TestSuite() public method

public TestSuite ( Type type ) : System
type System.Type
return System

TestSuite() public method

public TestSuite ( string name ) : System
name string
return System