package btools.util; import org.junit.Assert; import org.junit.Test; public class BitCoderContextTest { @Test public void varBitsEncodeDecodeTest() { byte[] ab = new byte[581969]; BitCoderContext ctx = new BitCoderContext( ab ); for ( int i = 0; i < 31; i++ ) { ctx.encodeVarBits( (1<" + val ); } } } } }