C# Class Microsoft.Test.Graphics.TestTypes.GraphicsTestLoader

Base class for all testers
ファイルを表示 Open project: dotnet/wpf-test Class Usage Examples

Public Properties

Property Type Description
IsRunAll bool

Protected Properties

Property Type Description
tokens Microsoft.Test.Graphics.TestTypes.TokenList

Public Methods

Method Description
GraphicsTestLoader ( Microsoft.Test.Graphics.TestTypes.TokenList tokens ) : System
RunMyTests ( ) : bool

Method Details

GraphicsTestLoader() public method

public GraphicsTestLoader ( Microsoft.Test.Graphics.TestTypes.TokenList tokens ) : System
tokens Microsoft.Test.Graphics.TestTypes.TokenList
return System

RunMyTests() public abstract method

public abstract RunMyTests ( ) : bool
return bool

Property Details

IsRunAll public_oe static_oe property

public static bool IsRunAll
return bool

tokens protected_oe property

protected TokenList,Microsoft.Test.Graphics.TestTypes tokens
return Microsoft.Test.Graphics.TestTypes.TokenList