Package org.cyclopsgroup.caff.util
Class ByteUtilsTest
java.lang.Object
org.cyclopsgroup.caff.util.ByteUtilsTest
Test of
ByteUtils- Author:
- Jiaqi Guo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVerify withLong.MAX_VALUEvoidVerify withLong.MIN_VALUEvoidVerify with long value 100voidtestZero()Verify with Zero
-
Constructor Details
-
ByteUtilsTest
public ByteUtilsTest()
-
-
Method Details
-
testSmallValue
public void testSmallValue()Verify with long value 100 -
testMaxValue
public void testMaxValue()Verify withLong.MAX_VALUE -
testMinValue
public void testMinValue()Verify withLong.MIN_VALUE -
testZero
public void testZero()Verify with Zero
-