Public Member Functions | |
void | testVersioning () throws Exception |
void | testSaveToVersion () throws Exception |
void | testEmptySave () throws Exception |
void | testStreamUpdate () throws Exception |
void | testVersionOrdering () throws Exception |
void | testUpdateOtherName () throws Exception |
void | testUpdateInBackground () throws Exception |
void | testBackgroundVerifier () throws Exception |
void | testSaveAsGone () throws Exception |
void | testUpdateDoesNotExist () throws Exception |
void | testFirstSegmentInfo () throws Exception |
void | testUpdateListener () throws Exception |
void | testVeryLast () throws Exception |
Static Public Member Functions | |
static void | tearDownAfterClass () throws Exception |
static void | setUpBeforeClass () throws Exception |
static void | cleanupAfterClass () |
Static Package Functions | |
static void | setupNamespace (ContentName name) throws IOException |
static void | removeNamespace (ContentName name) throws IOException |
Static Package Attributes | |
static CCNTestHelper | testHelper = new CCNTestHelper(CCNNetworkObjectTest.class) |
Handle naming for the test. | |
Classes | |
class | CounterListener |
Much slower than it needs to be -- seems to hit some kind of ordering bug which requires waiting for interest reexpression before it can go forward (shows up as mysterious 4-second delays in the log). The corresponding repo-backed test, CCNNetorkObjectTestRepo runs much faster to do exactly the same work. TODO track down slowness