C# 클래스 MySql.Data.MySqlClient.Tests.TestCollection

파일 보기 프로젝트 열기: elevate/mysqlconnector-.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
TestCollection ( ) : System

메소드 상세

TestCollection() 공개 메소드

public TestCollection ( ) : System
리턴 System

프로퍼티 상세

classSetup 공개적으로 프로퍼티

public MethodInfo,System.Reflection classSetup
리턴 System.Reflection.MethodInfo

classTeardown 공개적으로 프로퍼티

public MethodInfo,System.Reflection classTeardown
리턴 System.Reflection.MethodInfo

fixture 공개적으로 프로퍼티

public object fixture
리턴 object

fixtureType 공개적으로 프로퍼티

public Type,System fixtureType
리턴 System.Type

message 공개적으로 프로퍼티

public string message
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

setup 공개적으로 프로퍼티

public MethodInfo,System.Reflection setup
리턴 System.Reflection.MethodInfo

stack 공개적으로 프로퍼티

public string stack
리턴 string

tearDown 공개적으로 프로퍼티

public MethodInfo,System.Reflection tearDown
리턴 System.Reflection.MethodInfo

testMethods 공개적으로 프로퍼티

public ArrayList,System.Collections testMethods
리턴 System.Collections.ArrayList