类 JtlwDecimalConvertUtilsTest
java.lang.Object
javabase.lorenwang.tools.dataConversion.JtlwDecimalConvertUtilsTest
public class JtlwDecimalConvertUtilsTest extends Object
JtlwDecimalConvertUtils Tester.
- 从以下版本开始:
6月 17, 2020
- 版本:
- 1.0
-
构造器概要
构造器 构造器 说明 JtlwDecimalConvertUtilsTest() -
方法概要
修饰符和类型 方法 说明 voidafter()voidbefore()voidtestDecimal10To16()Method: decimal10To16(Integer num)voidtestDecimal10To2()Method: decimal10To2(Integer num)voidtestDecimal10To32()Method: decimal10To32(Integer num)voidtestDecimal10To62()Method: decimal10To62(Integer num)voidtestDecimal10To8()Method: decimal10To8(Integer num)voidtestDecimal16To10()Method: decimal16To10(String num)voidtestDecimal16To2()Method: decimal16To2(String num)voidtestDecimal16To8()Method: decimal16To8(String num)voidtestDecimal2To10()Method: decimal2To10(Integer num)voidtestDecimal2To16()Method: decimal2To16(Integer num)voidtestDecimal2To32()Method: decimal2To32(Integer num)voidtestDecimal2To8()Method: decimal2To8(Integer num)voidtestDecimal2ToOther()Method: decimal2ToOther(int num, int assign, Integer splitNum)voidtestDecimal8To10()Method: decimal8To10(Integer num)voidtestDecimal8To16()Method: decimal8To16(Integer num)voidtestDecimal8To2()Method: decimal8To2(Integer num)voidtestDecimal8To32()Method: decimal8To32(Integer num)voidtestDecimal8To62()Method: decimal8To62(Integer num)voidtestDecimalToAssign()Method: decimalToAssign(int num, int assign, Integer minLength)voidtestGetAssignDecimalStr()Method: getAssignDecimalStr(int assign, int strPosition)voidtestGetInstance()Method: getInstance()
-
构造器详细资料
-
JtlwDecimalConvertUtilsTest
public JtlwDecimalConvertUtilsTest()
-
-
方法详细资料
-
before
public void before() -
after
public void after() -
testGetInstance
public void testGetInstance()Method: getInstance() -
testDecimal10To2
public void testDecimal10To2()Method: decimal10To2(Integer num) -
testDecimal10To8
public void testDecimal10To8()Method: decimal10To8(Integer num) -
testDecimal10To16
public void testDecimal10To16()Method: decimal10To16(Integer num) -
testDecimal10To32
public void testDecimal10To32()Method: decimal10To32(Integer num) -
testDecimal10To62
public void testDecimal10To62()Method: decimal10To62(Integer num) -
testDecimal8To2
public void testDecimal8To2()Method: decimal8To2(Integer num) -
testDecimal8To10
public void testDecimal8To10()Method: decimal8To10(Integer num) -
testDecimal8To16
public void testDecimal8To16()Method: decimal8To16(Integer num) -
testDecimal8To32
public void testDecimal8To32()Method: decimal8To32(Integer num) -
testDecimal8To62
public void testDecimal8To62()Method: decimal8To62(Integer num) -
testDecimal2To8
public void testDecimal2To8()Method: decimal2To8(Integer num) -
testDecimal2To10
public void testDecimal2To10()Method: decimal2To10(Integer num) -
testDecimal2To16
public void testDecimal2To16()Method: decimal2To16(Integer num) -
testDecimal2To32
public void testDecimal2To32()Method: decimal2To32(Integer num) -
testDecimal16To2
public void testDecimal16To2()Method: decimal16To2(String num) -
testDecimal16To8
public void testDecimal16To8()Method: decimal16To8(String num) -
testDecimal16To10
public void testDecimal16To10()Method: decimal16To10(String num) -
testDecimalToAssign
public void testDecimalToAssign()Method: decimalToAssign(int num, int assign, Integer minLength) -
testDecimal2ToOther
public void testDecimal2ToOther()Method: decimal2ToOther(int num, int assign, Integer splitNum) -
testGetAssignDecimalStr
public void testGetAssignDecimalStr()Method: getAssignDecimalStr(int assign, int strPosition)
-