C# Class ClassLib_Test.Co4763GetCustomAttributes_MemInfo

Show file 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 property

public int iCountErrors
return int

iCountTestcases public property

public int iCountTestcases
return int

strBug public static property

public static string strBug
return string

strPath public static property

public static string strPath
return string

strTest public static property

public static string strTest
return string