Class com.ibm.wsspi.kernel.service.utils.ConcurrentServiceReferenceMapTest
Tests
| Test |
Duration |
Result |
| deactivateEmptyMap |
0.005s |
passed |
| deactivateIteratorHasNext |
0.001s |
passed |
| deactivateIteratorNext |
0.001s |
passed |
| deactivatePopulatedMap |
0.003s |
passed |
| getReferenceWithInvalidKey |
0s |
passed |
| getReferenceWithNullKey |
0.001s |
passed |
| getReferenceWithValidKey |
0.001s |
passed |
| getServiceDeactivatedReturnsNull |
0.001s |
passed |
| getServiceWithExceptionDeactivatedReturnsNull |
0.001s |
passed |
| getServiceWithExceptionNullKey |
0.001s |
passed |
| getServiceWithExceptionWithInvalidKey |
0s |
passed |
| getServiceWithExceptionWithNullContext |
0.001s |
passed |
| getServiceWithExceptionWithValidKey |
0.001s |
passed |
| getServiceWithExceptionWithValidKeyButServiceIsNull |
0.001s |
passed |
| getServiceWithInvalidKeyReturnsNull |
0.001s |
passed |
| getServiceWithNullContextReturnsNull |
0.001s |
passed |
| getServiceWithNullKeyReturnsNull |
0s |
passed |
| getServiceWithValidKeyReturnsService |
0.001s |
passed |
| getServiceWithWithExceptionNullContextAfterDeactivate |
0s |
passed |
| isEmptyAfterPut |
0.001s |
passed |
| isEmptyAfterPutAndRemove |
0.001s |
passed |
| isEmptyByDefault |
0s |
passed |
| keySetAfterPut |
0.001s |
passed |
| keySetAfterTwoPuts |
0s |
passed |
| keySetChangesAfterPutAndRemove |
0s |
passed |
| keySetIsEmptyByDefault |
0s |
passed |
| putIfAbsentWithDifferentEntry |
0s |
passed |
| putIfAbsentWithEmptyMap |
0s |
passed |
| putIfAbsentWithMatchingEntry |
0.001s |
passed |
| putIfAbsentWithNullKey |
0s |
passed |
| putIfAbsentWithNullReference |
0s |
passed |
| putIfAbsentWithNullReferenceExistingKey |
0.001s |
passed |
| putReferenceNullKeyReturnsFalse |
0s |
passed |
| putReferenceNullValueReturnsFalse |
0s |
passed |
| putReferenceReturnsFalseIfNotPreviousPut |
0.001s |
passed |
| putReferenceReturnsTrueIfPreviousServiceExistedOnPut |
0s |
passed |
| removeReferenceAfterPut |
0s |
passed |
| removeReferenceAfterUpdate |
0.001s |
passed |
| removeReferenceBeforePut |
0s |
passed |
| removeReferenceNullKey |
0.001s |
passed |
| removeReferenceNullValue |
0.001s |
passed |
| sizeChangesAfterPutAndRemove |
0s |
passed |
| sizeIsOneAfterPut |
0s |
passed |
| sizeIsTwoAfterPut |
0.001s |
passed |
| sizeIsZeroByDefault |
0.001s |
passed |