C# Class TestRunner.PositiveTestCase.VerificationData

Inheritance: System.MarshalByRefObject
Mostrar archivo Open project: kumpera/mono

Public Properties

Property Type Description
IsNewSet bool

Public Methods

Method Description
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

Method Details

AddNewMethod() public method

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

FindMethodData() public method

public FindMethodData ( string method_name, string declaring_type ) : MethodData
method_name string
declaring_type string
return MethodData

FromFile() public static method

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

VerificationData() public method

public VerificationData ( string test_file ) : System
test_file string
return System

WriteCodeInfoTo() public method

public WriteCodeInfoTo ( XmlWriter w ) : void
w System.Xml.XmlWriter
return void

Property Details

IsNewSet public_oe property

public bool IsNewSet
return bool