public void testStableHeader() throws Exception {
org.jgroups.protocols.pbcast.STABLE.StableHeader hdr;
IpAddress addr=new IpAddress("127.0.0.1", 5555);
Map map=new HashMap();
map.put(addr, new Digest.Entry(100, 200, 205));
Digest digest=new Digest(map);
hdr=new STABLE.StableHeader(STABLE.StableHeader.STABLE_GOSSIP, digest);
_testSize(hdr);
hdr=new STABLE.StableHeader(STABLE.StableHeader.STABILITY, null);
_testSize(hdr);