C# Class Co1725allSigns_Queue_Copycat, shared-source-cli-2.0

Inheritance: IDescribeTestedMethods
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
m_iRandSeed int
m_iTickCount int
s_strMethodsCovered String[]
verbose Boolean

Public Methods

Method Description
EqualExceptions ( Exception ex1, Exception ex2 ) : Boolean
GetTestedMethods ( ) : MemberInfo[]
Main ( String args ) : void
StartCopyCat ( ) : LinkedList,
printUsage ( ) : void
printoutCoveredMethods ( ) : void
runTest ( ) : Boolean

Method Details

EqualExceptions() public method

public EqualExceptions ( Exception ex1, Exception ex2 ) : Boolean
ex1 Exception
ex2 Exception
return Boolean

GetTestedMethods() public method

public GetTestedMethods ( ) : MemberInfo[]
return MemberInfo[]

Main() public static method

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

StartCopyCat() public method

public StartCopyCat ( ) : LinkedList,
return LinkedList,

printUsage() public static method

public static printUsage ( ) : void
return void

printoutCoveredMethods() public static method

public static printoutCoveredMethods ( ) : void
return void

runTest() public method

public runTest ( ) : Boolean
return Boolean

Property Details

m_iRandSeed public_oe property

public int m_iRandSeed
return int

m_iTickCount public_oe property

public int m_iTickCount
return int

s_strMethodsCovered public_oe static_oe property

public static String[] s_strMethodsCovered
return String[]

verbose public_oe property

public Boolean verbose
return Boolean