Skip to content

Test Result : UstadCacheJvmTest

0 failures
12 tests
Took 0.53 sec.

All Tests

Test nameDurationStatus
givenCompressableFileStored_whenRequestMadeWithoutAcceptEncoding_thenWillBeRetrievedAsCacheHitAndBeCompressed[jvm]4 msPassed
givenCompressableFileStored_whenRequestMade_thenWillBeRetrievedAsCacheHitAndBeCompressed[jvm]5 msPassed
givenEmptyFileStored_whenRequestMade_thenWillBeRetrievedAsCacheHit[jvm]16 msPassed
givenEntryLocked_whenLockRemoved_thenWillBeMovedToCacheDir[jvm]7 msPassed
givenEntryNotLocked_whenLockAdded_thenWillBeMovedToPersistentDir[jvm]21 msPassed
givenEntryNotStored_whenRetrieved_thenWillReturnNull[jvm]3 msPassed
givenFileCachedAndStored_whenPartialRequestMadeIfRangeNotMatched_thenWillReceiveFullResponse[jvm]6 msPassed
givenFileCachedAndStored_whenPartialRequestMade_thenWillReceivePartialData[jvm]8 msPassed
givenLockedEntryStored_whenRequestMade_thenWillBeRetrievedAsCacheHitAndSavedInPersistentPath[jvm]5 msPassed
givenNonCompressableFileStored_whenRequestMade_thenWillBeRetrievedAsCacheHitAndNotCompressed[jvm]7 msPassed
givenResponseIsNotUpdated_whenStored_thenWillUpdateLastAccessAndValidationTime[jvm]8 msPassed
givenResponseIsUpdated_whenRetrieved_thenLatestResponseWillBeReturned[jvm]0.45 secPassed