Test the Exclude structures used in Interests. More...
Public Member Functions | |
void | setUp () |
void | testExcludeArrayListOfElementFails () |
void | testExcludeArrayListOfElementFails2 () |
void | testExcludeArrayListOfElementFails3 () |
void | testExcludeArrayListOfElement () |
void | testExcludeByteArrayArray () |
void | testUptoFactory () |
void | testFactory () |
void | testMatchBloom () |
void | testAdd () |
void | testEmpty () |
void | testEqualsObject () |
void | testSize () |
void | testEncodeDecode () throws ContentEncodingException, ContentDecodingException |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
static void | tearDownAfterClass () throws Exception |
Static Package Attributes | |
static ArrayList< Exclude.Element > | al |
static final byte[] | b0 = "0".getBytes() |
static final byte[] | b1 = "1".getBytes() |
static final byte[] | b3 = "3".getBytes() |
static final byte[] | b06 = "06".getBytes() |
static final byte[] | b000 = "000".getBytes() |
static ExcludeComponent | c1 = new ExcludeComponent(b1) |
static ExcludeComponent | c3 = new ExcludeComponent(b3) |
static ExcludeComponent | c06 = new ExcludeComponent(b06) |
static ExcludeAny | any = new ExcludeAny() |
static BloomFilter | bloom |
static Exclude | ef |
static byte[][] | array = { b1, b06 } |
Test the Exclude structures used in Interests.