Common code between CCNObjectTests. More...
Public Member Functions | |
CCNTime | waitForDataAndLog (String name, CCNNetworkObject<?> ecd) throws IOException |
CCNTime | updateAndLog (String name, CCNNetworkObject<?> ecd, ContentName updateName) throws IOException |
void | doWait (CCNStringObject cso, CCNTime t) throws Exception |
Static Public Attributes | |
static byte[] | contenthash1 = new byte[32] |
static byte[] | contenthash2 = new byte[32] |
static byte[] | publisherid1 = new byte[32] |
static byte[] | publisherid2 = new byte[32] |
Package Functions | |
public< T > CCNTime | saveAndLog (String name, CCNNetworkObject< T > ecd, CCNTime version, T data) throws IOException |
public< T > CCNTime | saveAsGoneAndLog (String name, CCNNetworkObject< T > ecd) throws IOException |
Static Package Attributes | |
static final int | UPDATE_TIMEOUT = 5000 |
static String | stringObjName = "StringObject" |
static String | collectionObjName = "CollectionObject" |
static String | prefix = "CollectionObject-" |
static ContentName[] | ns = null |
static PublisherID | pubID1 = null |
static PublisherID | pubID2 = null |
static int | NUM_LINKS = 15 |
static LinkAuthenticator[] | las = new LinkAuthenticator[NUM_LINKS] |
static Link[] | lrs = null |
static Collection | small1 |
static Collection | small2 |
static Collection | empty |
static Collection | big |
static String[] | numbers = new String[]{"ONE", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE", "TEN"} |
static CCNHandle | handle |
static Level | oldLevel |
static Flosser | flosser = null |
Common code between CCNObjectTests.