类 JtlwCommonUtilsTest
java.lang.Object
javabase.lorenwang.tools.common.JtlwCommonUtilsTest
public class JtlwCommonUtilsTest extends Object
JtlwCommonUtils Tester.
- 从以下版本开始:
6月 2, 2020
- 版本:
- 1.0
- 作者:
- LorenWang
-
构造器概要
构造器 构造器 说明 JtlwCommonUtilsTest() -
方法概要
修饰符和类型 方法 说明 voidafter()voidbefore()voidtestBytesToHexString()Method: bytesToHexString(byte[] src)voidtestGenerateUuid()Method: generateUuid(boolean isRemoveSpecialChar)voidtestGetInstance()Method: getInstance()
-
构造器详细资料
-
JtlwCommonUtilsTest
public JtlwCommonUtilsTest()
-
-
方法详细资料
-
before
public void before() -
after
public void after() -
testGetInstance
public void testGetInstance()Method: getInstance() -
testGenerateUuid
public void testGenerateUuid()Method: generateUuid(boolean isRemoveSpecialChar) -
testBytesToHexString
public void testBytesToHexString()Method: bytesToHexString(byte[] src)
-