프로퍼티 | 타입 | 설명 | |
---|---|---|---|
s_strActiveBugNums | String | ||
s_strClassMethod | String | ||
s_strDtTmVer | String | ||
s_strTFAbbrev | String | ||
s_strTFName | String | ||
s_strTFPath | String |
메소드 | 설명 | |
---|---|---|
GetTestedMethods ( ) : MethodInfo[] | ||
Main ( String args ) : void | ||
TestToBoolean ( Decimal testSubject ) : Boolean | ||
TestToByte ( Decimal testSubject ) : Boolean | ||
TestToChar ( Decimal testSubject ) : Boolean | ||
TestToDateTime ( Decimal testSubject ) : Boolean | ||
TestToDecimal ( Decimal testSubject ) : Boolean | ||
TestToDouble ( Decimal testSubject ) : Boolean | ||
TestToInt16 ( Decimal testSubject ) : Boolean | ||
TestToInt32 ( Decimal testSubject ) : Boolean | ||
TestToInt64 ( Decimal testSubject ) : Boolean | ||
TestToSByte ( Decimal testSubject ) : Boolean | ||
TestToSingle ( Decimal testSubject ) : Boolean | ||
TestToString ( Decimal testSubject ) : Boolean | ||
TestToType ( Decimal testSubject, Type typecode ) : Boolean | ||
TestToUInt16 ( Decimal testSubject ) : Boolean | ||
TestToUInt32 ( Decimal testSubject ) : Boolean | ||
TestToUInt64 ( Decimal testSubject ) : Boolean | ||
printerr ( String err ) : void | ||
printinfo ( String info ) : void | ||
runTest ( ) : bool |
public TestToBoolean ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToByte ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToChar ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToDateTime ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToDecimal ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToDouble ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToInt16 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToInt32 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToInt64 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToSByte ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToSingle ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToString ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToType ( Decimal testSubject, Type typecode ) : Boolean | ||
testSubject | Decimal | |
typecode | Type | |
리턴 | Boolean |
public TestToUInt16 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToUInt32 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |
public TestToUInt64 ( Decimal testSubject ) : Boolean | ||
testSubject | Decimal | |
리턴 | Boolean |