Public Member Functions | |
void | setUp () throws Exception |
void | testPolicyViaCCN () throws Exception |
void | testReadFromRepo () throws Exception |
void | testVersionedRead () throws InterruptedException, IOException, MalformedContentNameStringException |
void | testLocalSyncInputStream () throws Exception |
void | testLocalSyncNetObj () throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
static void | cleanup () throws Exception |
Static Protected Attributes | |
static final int | CACHE_CLEAR_TIMEOUT = 10000 |
static CCNTestHelper | testHelper = new CCNTestHelper(RepoIOTest.class) |
static String | _repoTestDir = "repotest" |
static byte[] | data = new byte[4000] |
static ContentName | _testPrefix |
static String | _testStream = "stream" |
static String | _testObj = "obj" |
static String | _testNonRepo = "stream-nr" |
static String | _testNonRepoObj = "obj-nr" |
static String | _testLink = "link" |
static CCNDCacheManager | _cacheManager = new CCNDCacheManager() |
static ContentName | _keyNameForStream |
static ContentName | _keyNameForObj |
Static Package Attributes | |
static String | USER_NAMESPACE = "TestRepoUser" |
Requires at least repository to be running, and RFSTest to have been run.