Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.netio.slip.codec
Class CodecTestBase
Direct Known Subclasses:
       SignedByteCodecTest, SignedIntCodecTest, SignedShortCodecTest, UnsignedByteCodecTest, UnsignedShortCodecTest

public abstract class CodecTestBase      
Abstract.
 
Links:
Kernel Association Association Link
to Interface SlipMessageHeaderCodec
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
 
 

Field Summary
protected ByteBuffer
protected int
Method Summary
protected void
decodeOverMaxS(Integer length)
protected void
decodeOverMaxU(Integer length)
protected void
decodeSuccess(Integer length)
protected void
encodeFail(Integer length)
protected void
encodeSuccess(Integer length)
protected void
pad()
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
public void
Field Detail
buffer
protected ByteBuffer buffer
Multiplicity:
1
 

codec
protected SlipMessageHeaderCodec codec
Multiplicity:
1
 

typeMax
protected int typeMax
Multiplicity:
1
 
Method Detail
decodeOverMaxS
protected void decodeOverMaxS (Integer length)
 
 

decodeOverMaxU
protected void decodeOverMaxU (Integer length)
 
 

decodeSuccess
protected void decodeSuccess (Integer length)
 
 

encodeFail
protected void encodeFail (Integer length)
 
 

encodeSuccess
protected void encodeSuccess (Integer length)
 
 

pad
protected void pad ()
 
 

setUp
public void setUp ()
 
Throws:
Exception
 

testDecodeMax
public void testDecodeMax ()
 
 

testDecodeOne
public void testDecodeOne ()
 
 

testDecodeTooBigS
public void testDecodeTooBigS ()
 
 

testDecodeTooBigU
public void testDecodeTooBigU ()
 
 

testDecodeValidArbitrary
public void testDecodeValidArbitrary ()
 
 

testDecodeZero
public void testDecodeZero ()
 
 

testEncodeIntMax
public void testEncodeIntMax ()
 
 

testEncodeMax
public void testEncodeMax ()
 
 

testEncodeOne
public void testEncodeOne ()
 
 

testEncodeTooBig
public void testEncodeTooBig ()
 
 

testEncodeValidArbitrary
public void testEncodeValidArbitrary ()
 
 

testEncodeZero
public void testEncodeZero ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD