C# Class ClassLib_Test.Co4763GetCustomAttributes_MemInfo

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
iCountErrors int
iCountTestcases int
strBug string
strPath string
strTest string

Public Methods

Method Description
Main ( string args ) : void
RunTest ( ) : bool

Private Methods

Method Description
print ( Object str ) : void
printerr ( string errLoc ) : void
printexc ( Exception exc ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

RunTest() public method

public RunTest ( ) : bool
return bool

Property Details

iCountErrors public_oe property

public int iCountErrors
return int

iCountTestcases public_oe property

public int iCountTestcases
return int

strBug public_oe static_oe property

public static string strBug
return string

strPath public_oe static_oe property

public static string strPath
return string

strTest public_oe static_oe property

public static string strTest
return string