Test class for CCNFileStream; tests writing file streams to a repository. More...
Classes | |
class | CountAndDigest |
Public Member Functions | |
void | testRepoFileOutputStream () throws Exception |
Static Public Member Functions | |
static byte[] | writeRandomFile (int bytes, OutputStream out) throws IOException |
static CountAndDigest | readRandomFile (InputStream in) throws IOException |
Static Package Attributes | |
static Random | random = new Random() |
static CCNTestHelper | testHelper = new CCNTestHelper(CCNFileStreamTestRepo.class) |
Handle naming for the test. | |
static final int | BUF_SIZE = 1024 |
Test class for CCNFileStream; tests writing file streams to a repository.