Public Member Functions | |
void | initRepoLog () throws Exception |
void | testRepo () throws Exception |
This is the basic data test for the repo store without networking. | |
void | testBulkImport () throws Exception |
void | testPolicy () throws Exception |
Tests policy file parsing. | |
void | test (RepositoryStore repo) throws Exception |
Various tests for storing and retrieving data from the store. | |
void | testReinitialization (RepositoryStore repo) throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
Package Attributes | |
RepositoryStore | repolog |
In principle, there could be multiple FS-backed implementations exercised by these tests.
Because it uses the default KeyManager, this test must be run with ccnd running.
void org.ccnx.ccn.test.repo.RFSTest.test | ( | RepositoryStore | repo | ) | throws Exception |
Various tests for storing and retrieving data from the store.
Called via testRepo after repo is set up