C# Class MySql.Data.MySqlClient.Tests.TestCollection

ファイルを表示 Open project: elevate/mysqlconnector-.net Class Usage Examples

Public Properties

Property Type Description
classSetup System.Reflection.MethodInfo
classTeardown System.Reflection.MethodInfo
fixture object
fixtureType System.Type
message string
name string
setup System.Reflection.MethodInfo
stack string
tearDown System.Reflection.MethodInfo
testMethods System.Collections.ArrayList

Public Methods

Method Description
TestCollection ( ) : System

Method Details

TestCollection() public method

public TestCollection ( ) : System
return System

Property Details

classSetup public_oe property

public MethodInfo,System.Reflection classSetup
return System.Reflection.MethodInfo

classTeardown public_oe property

public MethodInfo,System.Reflection classTeardown
return System.Reflection.MethodInfo

fixture public_oe property

public object fixture
return object

fixtureType public_oe property

public Type,System fixtureType
return System.Type

message public_oe property

public string message
return string

name public_oe property

public string name
return string

setup public_oe property

public MethodInfo,System.Reflection setup
return System.Reflection.MethodInfo

stack public_oe property

public string stack
return string

tearDown public_oe property

public MethodInfo,System.Reflection tearDown
return System.Reflection.MethodInfo

testMethods public_oe property

public ArrayList,System.Collections testMethods
return System.Collections.ArrayList