C# Class Co5724IConvertible_Single, 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 ( Single testSubject ) : Boolean
TestToByte ( Single testSubject ) : Boolean
TestToChar ( Single testSubject ) : Boolean
TestToDateTime ( Single testSubject ) : Boolean
TestToDecimal ( Single testSubject ) : Boolean
TestToDouble ( Single testSubject ) : Boolean
TestToInt16 ( Single testSubject ) : Boolean
TestToInt32 ( Single testSubject ) : Boolean
TestToInt64 ( Single testSubject ) : Boolean
TestToSByte ( Single testSubject ) : Boolean
TestToSingle ( Single testSubject ) : Boolean
TestToString ( Single testSubject ) : Boolean
TestToType ( Single testSubject, Type typecode ) : Boolean
TestToUInt16 ( Single testSubject ) : Boolean
TestToUInt32 ( Single testSubject ) : Boolean
TestToUInt64 ( Single 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 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToByte() public method

public TestToByte ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToChar() public method

public TestToChar ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToDateTime() public method

public TestToDateTime ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToDecimal() public method

public TestToDecimal ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToDouble() public method

public TestToDouble ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToInt16() public method

public TestToInt16 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToInt32() public method

public TestToInt32 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToInt64() public method

public TestToInt64 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToSByte() public method

public TestToSByte ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToSingle() public method

public TestToSingle ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToString() public method

public TestToString ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToType() public method

public TestToType ( Single testSubject, Type typecode ) : Boolean
testSubject Single
typecode Type
return Boolean

TestToUInt16() public method

public TestToUInt16 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToUInt32() public method

public TestToUInt32 ( Single testSubject ) : Boolean
testSubject Single
return Boolean

TestToUInt64() public method

public TestToUInt64 ( Single testSubject ) : Boolean
testSubject Single
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