C# Class PclUnit.TestFixtureAttribute

ファイルを表示 Open project: jbtule/PclUnit

Public Methods

Method Description
GetCategories ( Type type ) : IList
GetDescription ( Type type ) : string
TestFixtureAttribute ( ) : System

Method Details

GetCategories() public method

public GetCategories ( Type type ) : IList
type System.Type
return IList

GetDescription() public method

public GetDescription ( Type type ) : string
type System.Type
return string

TestFixtureAttribute() public method

public TestFixtureAttribute ( ) : System
return System