Public Member Functions | |
void | testBasicControlFlow () throws Throwable |
void | testInterestFirst () throws Throwable |
void | testNextBeforePut () throws Exception |
void | testLastBeforePut () throws Exception |
void | testPutsOrdered () throws Throwable |
void | testRandomOrderPuts () throws Throwable |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
Protected Member Functions | |
ContentObject | testNext (ContentObject co, ContentObject expected) throws InvalidParameterException, IOException |
void | testLast (ContentObject co, ContentObject expected) throws InvalidParameterException, IOException |
ContentObject | testExpected (ContentObject co, ContentObject expected) |
abstract void | normalReset (ContentName n) throws IOException |
Protected Attributes | |
ArrayList< Interest > | interestList = new ArrayList<Interest>() |
CCNFlowControl | fc = null |
Queue< ContentObject > | queue = _handle.getOutputQueue() |
Static Protected Attributes | |
static CCNLibraryTestHarness | _handle |
static CCNReader | _reader |
static int | _capacity |
static ContentName | name1 |
static ContentName | versions [] = new ContentName[VERSION_COUNT] |
static ContentName | segment_names [] = new ContentName[SEGMENT_COUNT] |
static ContentObject | segments [] = new ContentObject[SEGMENT_COUNT] |
static ContentObject | obj1 = null |
Static Package Attributes | |
static final int | VERSION_COUNT = 2 |
static final int | NANO_INCREMENT = 54321 |
static final int | SEGMENT_COUNT = 5 |
Classes | |
class | HighWaterHelper |