Test the synchronous interface to name enumeration. More...
Classes | |
| class | WaiterThread |
| class | WaiterThreadForPool |
Public Member Functions | |
| void | testEnumeratedName () throws Exception |
| void | testEnumeratedNameListWithThreads () throws Exception |
Static Public Member Functions | |
| static void | setUpBeforeClass () throws Exception |
| static void | tearDownAfterClass () |
Package Attributes | |
| EnumeratedNameList | testList |
| ArrayList< ContentName > | names |
| ContentName | c1 |
| ContentName | c2 |
Static Package Attributes | |
| static Random | rand = new Random() |
| static final String | directoryString = "/test/parc" + "/directory-" |
| static final String | directoryString2 = "/test/parc" + "/directory2-" |
| static final String | directoryString3 = "/test/parc" + "/directory3-" |
| static ContentName | directory |
| static ContentName | directory2 |
| static ContentName | directory3 |
| static String | nameString = "name-" |
| static String | name1String |
| static String | name2String |
| static String | name3String |
| static String | name4String |
| static String | name5String |
| static String | name6String |
| static ContentName | name1 |
| static ContentName | name2 |
| static ContentName | name3 |
| static ContentName | name4 |
| static ContentName | name5 |
| static ContentName | name6 |
| static ContentName | name7 |
| static ContentName | name8 |
| static ContentName | name9 |
| static CCNHandle | putHandle |
| static String | prefix1StringError = "/park.com/csl/ccn/repositories" |
| static ContentName | brokenPrefix |
| static int | contentSeenNoPool = 0 |
| static int | contentSeenPool = 0 |
Test the synchronous interface to name enumeration.
Put a bunch of data in repo (in one directory) Make a enumerate name list of directory (check that it works) call update in background on enumerated name list (asynchronously) add data using a different interface and see if it shows up on the lists
1.6.3