C# 클래스 TestRunner.PositiveTestCase.VerificationData

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
IsNewSet bool

공개 메소드들

메소드 설명
AddNewMethod ( MethodBase mb, int il_size ) : void
FindMethodData ( string method_name, string declaring_type ) : MethodData
FromFile ( string name, XmlReader r ) : VerificationData
VerificationData ( string test_file ) : System
WriteCodeInfoTo ( XmlWriter w ) : void

메소드 상세

AddNewMethod() 공개 메소드

public AddNewMethod ( MethodBase mb, int il_size ) : void
mb System.Reflection.MethodBase
il_size int
리턴 void

FindMethodData() 공개 메소드

public FindMethodData ( string method_name, string declaring_type ) : MethodData
method_name string
declaring_type string
리턴 MethodData

FromFile() 공개 정적인 메소드

public static FromFile ( string name, XmlReader r ) : VerificationData
name string
r XmlReader
리턴 VerificationData

VerificationData() 공개 메소드

public VerificationData ( string test_file ) : System
test_file string
리턴 System

WriteCodeInfoTo() 공개 메소드

public WriteCodeInfoTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
리턴 void

프로퍼티 상세

IsNewSet 공개적으로 프로퍼티

public bool IsNewSet
리턴 bool