assertEquals(defaultCapacityFutureCompletingBlockingQueue.remainingCapacity(),(int)DEFAULT_CAPACITY); | assertEquals(DEFAULT_CAPACITY,queue.remainingCapacity()); | (int)DEFAULT_CAPACITY | DEFAULT_CAPACITY | flink | c60aaff0249bfd6b5871b7f82e03efc487a54d6b | org.apache.flink.connector.base.source.reader.synchronization.FutureCompletingBlockingQueueTest | | _1 | DEFAULT_CAPACITY |
---|
_2 | DEFAULT_CAPACITY |
---|
| | | | Uses | True |
assertThat(Integer.parseInt(cache.get(three).get().toString())).isEqualTo((int)three); | assertThat(Integer.parseInt(cache.get(three).get().toString())).isEqualTo(three); | (int)three | three | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.context.testfixture.cache.AbstractCacheAnnotationTests | | | | | | Uses | True |
assertThat(Integer.parseInt(service.conditionalUpdate(three).toString())).isEqualTo((int)three); | assertThat(Integer.parseInt(service.conditionalUpdate(three).toString())).isEqualTo(three); | (int)three | three | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.context.testfixture.cache.AbstractCacheAnnotationTests | | | | | | Uses | True |
assertThat(Integer.parseInt(service.conditionalUpdate(one).toString())).isEqualTo((int)one); | assertThat(Integer.parseInt(service.conditionalUpdate(one).toString())).isEqualTo(one); | (int)one | one | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.context.testfixture.cache.AbstractCacheAnnotationTests | | | | | | Uses | True |
assertThat(Integer.parseInt(cache.get(three).get().toString())).isEqualTo((int)three); | assertThat(Integer.parseInt(cache.get(three).get().toString())).isEqualTo(three); | (int)three | three | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.cache.aspectj.AbstractCacheAnnotationTests | | | | | | Uses | True |
assertThat(Integer.parseInt(service.conditionalUpdate(three).toString())).isEqualTo((int)three); | assertThat(Integer.parseInt(service.conditionalUpdate(three).toString())).isEqualTo(three); | (int)three | three | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.cache.aspectj.AbstractCacheAnnotationTests | | | | | | Uses | True |
assertThat(Integer.parseInt(service.conditionalUpdate(one).toString())).isEqualTo((int)one); | assertThat(Integer.parseInt(service.conditionalUpdate(one).toString())).isEqualTo(one); | (int)one | one | spring-framework | ae5913f3b62ed44ae584cf2a817bc4ebf4fd20e5 | org.springframework.cache.aspectj.AbstractCacheAnnotationTests | | | | | | Uses | True |