类 JtlwDecimalConvertUtilsTest

java.lang.Object
javabase.lorenwang.tools.dataConversion.JtlwDecimalConvertUtilsTest

public class JtlwDecimalConvertUtilsTest
extends Object
JtlwDecimalConvertUtils Tester.
从以下版本开始:
6月 17, 2020
版本:
1.0
  • 构造器详细资料

    • 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)