Class ByteBufferIOTest
java.lang.Object
com._1c.g5.v8.bm.common.serialization.ByteBufferIOTest
A set of tests for
ByteBufferIO class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ByteBufferIOTest
public ByteBufferIOTest()
-
-
Method Details
-
testPackIntUnpackIntWhenValueFits7bit1
public void testPackIntUnpackIntWhenValueFits7bit1() -
testPackIntUnpackIntWhenValueFits7bit2
public void testPackIntUnpackIntWhenValueFits7bit2() -
testPackIntUnpackIntWhenValueFits14bit1
public void testPackIntUnpackIntWhenValueFits14bit1() -
testPackIntUnpackIntWhenValueFits14bit2
public void testPackIntUnpackIntWhenValueFits14bit2() -
testPackIntUnpackIntWhenValueFits21bit1
public void testPackIntUnpackIntWhenValueFits21bit1() -
testPackIntUnpackIntWhenValueFits21bit2
public void testPackIntUnpackIntWhenValueFits21bit2() -
testPackIntUnpackIntWhenValueFits28bit1
public void testPackIntUnpackIntWhenValueFits28bit1() -
testPackIntUnpackIntWhenValueFits28bit2
public void testPackIntUnpackIntWhenValueFits28bit2() -
testPackIntUnpackIntWhenValueFits31bit1
public void testPackIntUnpackIntWhenValueFits31bit1() -
testPackIntUnpackIntWhenValueFits31bit2
public void testPackIntUnpackIntWhenValueFits31bit2() -
testPackInt2UnpackIntWhenValueFits7bit1
public void testPackInt2UnpackIntWhenValueFits7bit1() -
testPackInt2UnpackIntWhenValueFits7bit2
public void testPackInt2UnpackIntWhenValueFits7bit2() -
testPackInt2UnpackIntWhenValueFits14bit1
public void testPackInt2UnpackIntWhenValueFits14bit1() -
testPackInt2UnpackIntWhenValueFits14bit2
public void testPackInt2UnpackIntWhenValueFits14bit2() -
testPackInt2UnpackIntWhenValueFits21bit1
public void testPackInt2UnpackIntWhenValueFits21bit1() -
testPackInt2UnpackIntWhenValueFits21bit2
public void testPackInt2UnpackIntWhenValueFits21bit2() -
testPackInt2UnpackIntWhenValueFits28bit1
public void testPackInt2UnpackIntWhenValueFits28bit1() -
testPackInt2UnpackIntWhenValueFits28bit2
public void testPackInt2UnpackIntWhenValueFits28bit2() -
testPackInt2UnpackIntWhenValueFits31bit1
public void testPackInt2UnpackIntWhenValueFits31bit1() -
testPackInt2UnpackIntWhenValueFits31bit2
public void testPackInt2UnpackIntWhenValueFits31bit2() -
testCalcIntWhenValueFits7bit1
public void testCalcIntWhenValueFits7bit1() -
testCalcIntWhenValueFits7bit2
public void testCalcIntWhenValueFits7bit2() -
testCalcIntWhenValueFits14bit1
public void testCalcIntWhenValueFits14bit1() -
testCalcIntWhenValueFits14bit2
public void testCalcIntWhenValueFits14bit2() -
testCalcIntWhenValueFits21bit1
public void testCalcIntWhenValueFits21bit1() -
testCalcIntWhenValueFits21bit2
public void testCalcIntWhenValueFits21bit2() -
testCalcIntWhenValueFits28bit1
public void testCalcIntWhenValueFits28bit1() -
testCalcIntWhenValueFits28bit2
public void testCalcIntWhenValueFits28bit2() -
testCalcIntWhenValueFits31bit1
public void testCalcIntWhenValueFits31bit1() -
testCalcIntWhenValueFits31bit2
public void testCalcIntWhenValueFits31bit2() -
testPackLongUnpackLongWhenValueFits7bit1
public void testPackLongUnpackLongWhenValueFits7bit1() -
testPackLongUnpackLongWhenValueFits7bit2
public void testPackLongUnpackLongWhenValueFits7bit2() -
testPackLongUnpackLongWhenValueFits14bit1
public void testPackLongUnpackLongWhenValueFits14bit1() -
testPackLongUnpackLongWhenValueFits14bit2
public void testPackLongUnpackLongWhenValueFits14bit2() -
testPackLongUnpackLongWhenValueFits21bit1
public void testPackLongUnpackLongWhenValueFits21bit1() -
testPackLongUnpackLongWhenValueFits21bit2
public void testPackLongUnpackLongWhenValueFits21bit2() -
testPackLongUnpackLongWhenValueFits28bit1
public void testPackLongUnpackLongWhenValueFits28bit1() -
testPackLongUnpackLongWhenValueFits28bit2
public void testPackLongUnpackLongWhenValueFits28bit2() -
testPackLongUnpackLongWhenValueFits35bit1
public void testPackLongUnpackLongWhenValueFits35bit1() -
testPackLongUnpackLongWhenValueFits35bit2
public void testPackLongUnpackLongWhenValueFits35bit2() -
testPackLongUnpackLongWhenValueFits42bit1
public void testPackLongUnpackLongWhenValueFits42bit1() -
testPackLongUnpackLongWhenValueFits42bit2
public void testPackLongUnpackLongWhenValueFits42bit2() -
testPackLongUnpackLongWhenValueFits49bit1
public void testPackLongUnpackLongWhenValueFits49bit1() -
testPackLongUnpackLongWhenValueFits49bit2
public void testPackLongUnpackLongWhenValueFits49bit2() -
testPackLongUnpackLongWhenValueFits56bit1
public void testPackLongUnpackLongWhenValueFits56bit1() -
testPackLongUnpackLongWhenValueFits56bit2
public void testPackLongUnpackLongWhenValueFits56bit2() -
testPackLongUnpackLongWhenValueFits63bit1
public void testPackLongUnpackLongWhenValueFits63bit1() -
testPackLongUnpackLongWhenValueFits63bit2
public void testPackLongUnpackLongWhenValueFits63bit2()
-