Public Member Functions | |
void | setUp () throws Exception |
void | tearDown () throws Exception |
void | testStreamFromRight () throws Exception |
Send a stream of versions from the right to the left in order. | |
void | testLongStreamFromRight () throws Exception |
Send a very long stream from the right. | |
void | testLongStreamFromLeft () throws Exception |
Send a very long stream from the right. | |
void | testLongStreamUniform () throws Exception |
Send a very long stream with arrivals uniformly over some interval. | |
void | testLongStreamGaussian () throws Exception |
Send a very long stream with arrivals normally distributed around a spot. | |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
Protected Attributes | |
final Random | _rnd = new Random() |
final ContentName | prefix |
CCNHandle | realhandle = null |
SinkHandle | sinkhandle = null |
Static Protected Attributes | |
static final long | TIMEOUT = 30000 |
static final long | SEND_PAUSE = 100 |
static final int | LONG_SEND_MULTIPLE = 30 |
void org.ccnx.ccn.test.profiles.versioning.VersioningInterestManagerTestRepo.testStreamFromRight | ( | ) | throws Exception |
Send a stream of versions from the right to the left in order.
Sends just enough to fill to FIL_MAX and verify we have exactly 1 interest. Then sends 1 more exclusion and verifies that the interest was split the right way.
Exception |
void org.ccnx.ccn.test.profiles.versioning.VersioningInterestManagerTestRepo.testLongStreamFromRight | ( | ) | throws Exception |
Send a very long stream from the right.
Exception |
void org.ccnx.ccn.test.profiles.versioning.VersioningInterestManagerTestRepo.testLongStreamFromLeft | ( | ) | throws Exception |
Send a very long stream from the right.
Exception |
void org.ccnx.ccn.test.profiles.versioning.VersioningInterestManagerTestRepo.testLongStreamUniform | ( | ) | throws Exception |
Send a very long stream with arrivals uniformly over some interval.
Exception |
void org.ccnx.ccn.test.profiles.versioning.VersioningInterestManagerTestRepo.testLongStreamGaussian | ( | ) | throws Exception |
Send a very long stream with arrivals normally distributed around a spot.
Exception |