C# Class Co5720IConvertible_Int64, 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
s_strActiveBugNums String
s_strClassMethod String
s_strDtTmVer String
s_strTFAbbrev String
s_strTFName String
s_strTFPath String

Public Methods

Method Description
GetTestedMethods ( ) : MethodInfo[]
Main ( String args ) : void
TestToBoolean ( System.Int64 testSubject ) : Boolean
TestToByte ( System.Int64 testSubject ) : Boolean
TestToChar ( System.Int64 testSubject ) : Boolean
TestToDateTime ( System.Int64 testSubject ) : Boolean
TestToDecimal ( System.Int64 testSubject ) : Boolean
TestToDouble ( System.Int64 testSubject ) : Boolean
TestToInt16 ( System.Int64 testSubject ) : Boolean
TestToInt32 ( System.Int64 testSubject ) : Boolean
TestToInt64 ( System.Int64 testSubject ) : Boolean
TestToSByte ( System.Int64 testSubject ) : Boolean
TestToSingle ( System.Int64 testSubject ) : Boolean
TestToString ( System.Int64 testSubject ) : Boolean
TestToType ( System.Int64 testSubject, Type typecode ) : Boolean
TestToUInt16 ( System.Int64 testSubject ) : Boolean
TestToUInt32 ( System.Int64 testSubject ) : Boolean
TestToUInt64 ( System.Int64 testSubject ) : Boolean
printerr ( String err ) : void
printinfo ( String info ) : void
runTest ( ) : bool

Method Details

GetTestedMethods() public method

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

Main() public static method

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

TestToBoolean() public method

public TestToBoolean ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToByte() public method

public TestToByte ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToChar() public method

public TestToChar ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToDateTime() public method

public TestToDateTime ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToDecimal() public method

public TestToDecimal ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToDouble() public method

public TestToDouble ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToInt16() public method

public TestToInt16 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToInt32() public method

public TestToInt32 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToInt64() public method

public TestToInt64 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToSByte() public method

public TestToSByte ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToSingle() public method

public TestToSingle ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToString() public method

public TestToString ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToType() public method

public TestToType ( System.Int64 testSubject, Type typecode ) : Boolean
testSubject System.Int64
typecode Type
return Boolean

TestToUInt16() public method

public TestToUInt16 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToUInt32() public method

public TestToUInt32 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

TestToUInt64() public method

public TestToUInt64 ( System.Int64 testSubject ) : Boolean
testSubject System.Int64
return Boolean

printerr() public method

public printerr ( String err ) : void
err String
return void

printinfo() public method

public printinfo ( String info ) : void
info String
return void

runTest() public method

public runTest ( ) : bool
return bool

Property Details

s_strActiveBugNums public_oe static_oe property

public static String s_strActiveBugNums
return String

s_strClassMethod public_oe static_oe property

public static String s_strClassMethod
return String

s_strDtTmVer public_oe static_oe property

public static String s_strDtTmVer
return String

s_strTFAbbrev public_oe static_oe property

public static String s_strTFAbbrev
return String

s_strTFName public_oe static_oe property

public static String s_strTFName
return String

s_strTFPath public_oe static_oe property

public static String s_strTFPath
return String