A B C D E F G I J L M N O P R S T X Z

A

AbstractExecutorServiceTest - Class in <Unnamed>
 
AbstractExecutorServiceTest() - Constructor for class AbstractExecutorServiceTest
 
AbstractQueuedLongSynchronizerTest - Class in <Unnamed>
 
AbstractQueuedLongSynchronizerTest() - Constructor for class AbstractQueuedLongSynchronizerTest
 
AbstractQueuedSynchronizerTest - Class in <Unnamed>
 
AbstractQueuedSynchronizerTest() - Constructor for class AbstractQueuedSynchronizerTest
 
AbstractQueueTest - Class in <Unnamed>
 
AbstractQueueTest() - Constructor for class AbstractQueueTest
 
ArrayBlockingQueueTest - Class in <Unnamed>
 
ArrayBlockingQueueTest() - Constructor for class ArrayBlockingQueueTest
 
ArrayBlockingQueueTest.Fair - Class in <Unnamed>
 
ArrayBlockingQueueTest.Fair() - Constructor for class ArrayBlockingQueueTest.Fair
 
ArrayBlockingQueueTest.NonFair - Class in <Unnamed>
 
ArrayBlockingQueueTest.NonFair() - Constructor for class ArrayBlockingQueueTest.NonFair
 
ArrayDequeTest - Class in <Unnamed>
 
ArrayDequeTest() - Constructor for class ArrayDequeTest
 
assertState(Phaser, int, int, int) - Method in class PhaserTest
Checks state of unterminated phaser.
assertTerminated(Phaser, int, int) - Method in class PhaserTest
Checks state of terminated phaser.
assertTerminated(Phaser, int) - Method in class PhaserTest
 
assertThreadJoinTimesOut(Thread, long) - Method in class JSR166TestCase
Checks that thread does not terminate within timeoutMillis milliseconds (that is, Thread.join times out).
AtomicBooleanTest - Class in <Unnamed>
 
AtomicBooleanTest() - Constructor for class AtomicBooleanTest
 
AtomicIntegerArrayTest - Class in <Unnamed>
 
AtomicIntegerArrayTest() - Constructor for class AtomicIntegerArrayTest
 
AtomicIntegerFieldUpdaterTest - Class in <Unnamed>
 
AtomicIntegerFieldUpdaterTest() - Constructor for class AtomicIntegerFieldUpdaterTest
 
AtomicIntegerTest - Class in <Unnamed>
 
AtomicIntegerTest() - Constructor for class AtomicIntegerTest
 
AtomicLongArrayTest - Class in <Unnamed>
 
AtomicLongArrayTest() - Constructor for class AtomicLongArrayTest
 
AtomicLongFieldUpdaterTest - Class in <Unnamed>
 
AtomicLongFieldUpdaterTest() - Constructor for class AtomicLongFieldUpdaterTest
 
AtomicLongTest - Class in <Unnamed>
 
AtomicLongTest() - Constructor for class AtomicLongTest
 
AtomicMarkableReferenceTest - Class in <Unnamed>
 
AtomicMarkableReferenceTest() - Constructor for class AtomicMarkableReferenceTest
 
AtomicReferenceArrayTest - Class in <Unnamed>
 
AtomicReferenceArrayTest() - Constructor for class AtomicReferenceArrayTest
 
AtomicReferenceFieldUpdaterTest - Class in <Unnamed>
 
AtomicReferenceFieldUpdaterTest() - Constructor for class AtomicReferenceFieldUpdaterTest
 
AtomicReferenceTest - Class in <Unnamed>
 
AtomicReferenceTest() - Constructor for class AtomicReferenceTest
 
AtomicStampedReferenceTest - Class in <Unnamed>
 
AtomicStampedReferenceTest() - Constructor for class AtomicStampedReferenceTest
 
await() - Method in class JSR166TestCase.CheckedBarrier
 
awaiter(CountDownLatch) - Method in class JSR166TestCase
 

B

BlockingQueueTest - Class in <Unnamed>
Contains tests generally applicable to BlockingQueue implementations.
BlockingQueueTest() - Constructor for class BlockingQueueTest
 

C

call() - Method in class JSR166TestCase.CallableOne
 
call() - Method in class JSR166TestCase.CheckedCallable
 
call() - Method in class JSR166TestCase.CheckedInterruptedCallable
 
call() - Method in class JSR166TestCase.NoOpCallable
 
call() - Method in class JSR166TestCase.NPETask
 
call() - Method in class JSR166TestCase.StringTask
 
call() - Method in class JSR166TestCase.TrackedCallable
 
checkEmpty(BlockingQueue) - Method in class JSR166TestCase
 
compute() - Method in class JSR166TestCase.CheckedRecursiveAction
 
compute() - Method in class JSR166TestCase.CheckedRecursiveTask
 
ConcurrentHashMapTest - Class in <Unnamed>
 
ConcurrentHashMapTest() - Constructor for class ConcurrentHashMapTest
 
ConcurrentLinkedDequeTest - Class in <Unnamed>
 
ConcurrentLinkedDequeTest() - Constructor for class ConcurrentLinkedDequeTest
 
ConcurrentLinkedQueueTest - Class in <Unnamed>
 
ConcurrentLinkedQueueTest() - Constructor for class ConcurrentLinkedQueueTest
 
ConcurrentSkipListMapTest - Class in <Unnamed>
 
ConcurrentSkipListMapTest() - Constructor for class ConcurrentSkipListMapTest
 
ConcurrentSkipListSetTest - Class in <Unnamed>
 
ConcurrentSkipListSetTest() - Constructor for class ConcurrentSkipListSetTest
 
ConcurrentSkipListSubMapTest - Class in <Unnamed>
 
ConcurrentSkipListSubMapTest() - Constructor for class ConcurrentSkipListSubMapTest
 
ConcurrentSkipListSubSetTest - Class in <Unnamed>
 
ConcurrentSkipListSubSetTest() - Constructor for class ConcurrentSkipListSubSetTest
 
CopyOnWriteArrayListTest - Class in <Unnamed>
 
CopyOnWriteArrayListTest() - Constructor for class CopyOnWriteArrayListTest
 
CopyOnWriteArraySetTest - Class in <Unnamed>
 
CopyOnWriteArraySetTest() - Constructor for class CopyOnWriteArraySetTest
 
CountDownLatchTest - Class in <Unnamed>
 
CountDownLatchTest() - Constructor for class CountDownLatchTest
 
CyclicBarrierTest - Class in <Unnamed>
 
CyclicBarrierTest() - Constructor for class CyclicBarrierTest
 

D

decorateTask(Runnable, RunnableScheduledFuture<V>) - Method in class ScheduledExecutorSubclassTest.CustomExecutor
 
decorateTask(Callable<V>, RunnableScheduledFuture<V>) - Method in class ScheduledExecutorSubclassTest.CustomExecutor
 
delay(long) - Static method in class JSR166TestCase
Delays, via Thread.sleep for the given millisecond delay, but if the sleep is shorter than specified, may re-sleep or yield until time elapses.
DelayQueueTest - Class in <Unnamed>
 
DelayQueueTest() - Constructor for class DelayQueueTest
 
done - Variable in class JSR166TestCase.TrackedCallable
 
done - Variable in class JSR166TestCase.TrackedLongRunnable
 
done - Variable in class JSR166TestCase.TrackedMediumRunnable
 
done - Variable in class JSR166TestCase.TrackedNoOpRunnable
 
done - Variable in class JSR166TestCase.TrackedShortRunnable
 
done - Variable in class JSR166TestCase.TrackedSmallRunnable
 

E

eight - Static variable in class JSR166TestCase
 
emptyCollection() - Method in class ArrayBlockingQueueTest.Fair
 
emptyCollection() - Method in class ArrayBlockingQueueTest.NonFair
 
emptyCollection() - Method in class BlockingQueueTest
Returns an empty instance of the implementation class.
emptyCollection() - Method in class LinkedBlockingDequeTest.Bounded
 
emptyCollection() - Method in class LinkedBlockingDequeTest.Unbounded
 
emptyCollection() - Method in class LinkedBlockingQueueTest.Bounded
 
emptyCollection() - Method in class LinkedBlockingQueueTest.Unbounded
 
emptyCollection() - Method in class LinkedTransferQueueTest.Generic
 
emptyCollection() - Method in class PriorityBlockingQueueTest.Generic
 
emptyCollection() - Method in class PriorityBlockingQueueTest.InitialCapacity
 
emptyCollection() - Method in class SynchronousQueueTest.Fair
 
emptyCollection() - Method in class SynchronousQueueTest.NonFair
 
EntryTest - Class in <Unnamed>
 
EntryTest() - Constructor for class EntryTest
 
ExchangerTest - Class in <Unnamed>
 
ExchangerTest() - Constructor for class ExchangerTest
 
ExecutorCompletionServiceTest - Class in <Unnamed>
 
ExecutorCompletionServiceTest() - Constructor for class ExecutorCompletionServiceTest
 
ExecutorsTest - Class in <Unnamed>
 
ExecutorsTest() - Constructor for class ExecutorsTest
 
expensiveTests - Static variable in class JSR166TestCase
 

F

five - Static variable in class JSR166TestCase
 
ForkJoinPoolTest - Class in <Unnamed>
 
ForkJoinPoolTest() - Constructor for class ForkJoinPoolTest
 
ForkJoinTaskTest - Class in <Unnamed>
 
ForkJoinTaskTest() - Constructor for class ForkJoinTaskTest
 
ForkJoinTaskTest.FJException - Exception in <Unnamed>
 
four - Static variable in class JSR166TestCase
 
FutureTaskTest - Class in <Unnamed>
 
FutureTaskTest() - Constructor for class FutureTaskTest
 

G

getPermissions(CodeSource) - Method in class JSR166TestCase.AdjustablePolicy
 
getPermissions(ProtectionDomain) - Method in class JSR166TestCase.AdjustablePolicy
 
getShortDelay() - Method in class JSR166TestCase
Returns the shortest timed delay.

I

implies(ProtectionDomain, Permission) - Method in class JSR166TestCase.AdjustablePolicy
 
isDone() - Method in interface JSR166TestCase.TrackedRunnable
 

J

joinPool(ExecutorService) - Method in class JSR166TestCase
Waits out termination of a thread pool or fails doing so.
JSR166TestCase - Class in <Unnamed>
Base class for JSR166 Junit TCK tests.
JSR166TestCase() - Constructor for class JSR166TestCase
 
JSR166TestCase.AdjustablePolicy - Class in <Unnamed>
A security policy where new permissions can be dynamically added or all cleared.
JSR166TestCase.CallableOne - Class in <Unnamed>
 
JSR166TestCase.CallableOne() - Constructor for class JSR166TestCase.CallableOne
 
JSR166TestCase.CheckedBarrier - Class in <Unnamed>
A CyclicBarrier that fails with AssertionFailedErrors instead of throwing checked exceptions.
JSR166TestCase.CheckedBarrier(int) - Constructor for class JSR166TestCase.CheckedBarrier
 
JSR166TestCase.CheckedCallable<T> - Class in <Unnamed>
 
JSR166TestCase.CheckedCallable() - Constructor for class JSR166TestCase.CheckedCallable
 
JSR166TestCase.CheckedInterruptedCallable<T> - Class in <Unnamed>
 
JSR166TestCase.CheckedInterruptedCallable() - Constructor for class JSR166TestCase.CheckedInterruptedCallable
 
JSR166TestCase.CheckedInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.CheckedInterruptedRunnable() - Constructor for class JSR166TestCase.CheckedInterruptedRunnable
 
JSR166TestCase.CheckedRecursiveAction - Class in <Unnamed>
Analog of CheckedRunnable for RecursiveAction
JSR166TestCase.CheckedRecursiveAction() - Constructor for class JSR166TestCase.CheckedRecursiveAction
 
JSR166TestCase.CheckedRecursiveTask<T> - Class in <Unnamed>
Analog of CheckedCallable for RecursiveTask
JSR166TestCase.CheckedRecursiveTask() - Constructor for class JSR166TestCase.CheckedRecursiveTask
 
JSR166TestCase.CheckedRunnable - Class in <Unnamed>
 
JSR166TestCase.CheckedRunnable() - Constructor for class JSR166TestCase.CheckedRunnable
 
JSR166TestCase.LongPossiblyInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.LongPossiblyInterruptedRunnable() - Constructor for class JSR166TestCase.LongPossiblyInterruptedRunnable
 
JSR166TestCase.MediumInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.MediumInterruptedRunnable() - Constructor for class JSR166TestCase.MediumInterruptedRunnable
 
JSR166TestCase.MediumPossiblyInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.MediumPossiblyInterruptedRunnable() - Constructor for class JSR166TestCase.MediumPossiblyInterruptedRunnable
 
JSR166TestCase.MediumRunnable - Class in <Unnamed>
 
JSR166TestCase.MediumRunnable() - Constructor for class JSR166TestCase.MediumRunnable
 
JSR166TestCase.NoOpCallable - Class in <Unnamed>
 
JSR166TestCase.NoOpCallable() - Constructor for class JSR166TestCase.NoOpCallable
 
JSR166TestCase.NoOpREHandler - Class in <Unnamed>
For use as RejectedExecutionHandler in constructors
JSR166TestCase.NoOpREHandler() - Constructor for class JSR166TestCase.NoOpREHandler
 
JSR166TestCase.NoOpRunnable - Class in <Unnamed>
 
JSR166TestCase.NoOpRunnable() - Constructor for class JSR166TestCase.NoOpRunnable
 
JSR166TestCase.NPETask - Class in <Unnamed>
 
JSR166TestCase.NPETask() - Constructor for class JSR166TestCase.NPETask
 
JSR166TestCase.RunnableShouldThrow - Class in <Unnamed>
 
JSR166TestCase.ShortInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.ShortInterruptedRunnable() - Constructor for class JSR166TestCase.ShortInterruptedRunnable
 
JSR166TestCase.ShortRunnable - Class in <Unnamed>
 
JSR166TestCase.ShortRunnable() - Constructor for class JSR166TestCase.ShortRunnable
 
JSR166TestCase.SimpleThreadFactory - Class in <Unnamed>
For use as ThreadFactory in constructors
JSR166TestCase.SimpleThreadFactory() - Constructor for class JSR166TestCase.SimpleThreadFactory
 
JSR166TestCase.SmallCallable - Class in <Unnamed>
 
JSR166TestCase.SmallCallable() - Constructor for class JSR166TestCase.SmallCallable
 
JSR166TestCase.SmallPossiblyInterruptedRunnable - Class in <Unnamed>
 
JSR166TestCase.SmallPossiblyInterruptedRunnable() - Constructor for class JSR166TestCase.SmallPossiblyInterruptedRunnable
 
JSR166TestCase.SmallRunnable - Class in <Unnamed>
 
JSR166TestCase.SmallRunnable() - Constructor for class JSR166TestCase.SmallRunnable
 
JSR166TestCase.StringTask - Class in <Unnamed>
 
JSR166TestCase.StringTask() - Constructor for class JSR166TestCase.StringTask
 
JSR166TestCase.ThreadShouldThrow - Class in <Unnamed>
 
JSR166TestCase.TrackedCallable - Class in <Unnamed>
 
JSR166TestCase.TrackedCallable() - Constructor for class JSR166TestCase.TrackedCallable
 
JSR166TestCase.TrackedLongRunnable - Class in <Unnamed>
 
JSR166TestCase.TrackedLongRunnable() - Constructor for class JSR166TestCase.TrackedLongRunnable
 
JSR166TestCase.TrackedMediumRunnable - Class in <Unnamed>
 
JSR166TestCase.TrackedMediumRunnable() - Constructor for class JSR166TestCase.TrackedMediumRunnable
 
JSR166TestCase.TrackedNoOpRunnable - Class in <Unnamed>
 
JSR166TestCase.TrackedNoOpRunnable() - Constructor for class JSR166TestCase.TrackedNoOpRunnable
 
JSR166TestCase.TrackedRunnable - Interface in <Unnamed>
 
JSR166TestCase.TrackedShortRunnable - Class in <Unnamed>
 
JSR166TestCase.TrackedShortRunnable() - Constructor for class JSR166TestCase.TrackedShortRunnable
 
JSR166TestCase.TrackedSmallRunnable - Class in <Unnamed>
 
JSR166TestCase.TrackedSmallRunnable() - Constructor for class JSR166TestCase.TrackedSmallRunnable
 

L

latchAwaitingStringTask(CountDownLatch) - Method in class JSR166TestCase
 
LinkedBlockingDequeTest - Class in <Unnamed>
 
LinkedBlockingDequeTest() - Constructor for class LinkedBlockingDequeTest
 
LinkedBlockingDequeTest.Bounded - Class in <Unnamed>
 
LinkedBlockingDequeTest.Bounded() - Constructor for class LinkedBlockingDequeTest.Bounded
 
LinkedBlockingDequeTest.Unbounded - Class in <Unnamed>
 
LinkedBlockingDequeTest.Unbounded() - Constructor for class LinkedBlockingDequeTest.Unbounded
 
LinkedBlockingQueueTest - Class in <Unnamed>
 
LinkedBlockingQueueTest() - Constructor for class LinkedBlockingQueueTest
 
LinkedBlockingQueueTest.Bounded - Class in <Unnamed>
 
LinkedBlockingQueueTest.Bounded() - Constructor for class LinkedBlockingQueueTest.Bounded
 
LinkedBlockingQueueTest.Unbounded - Class in <Unnamed>
 
LinkedBlockingQueueTest.Unbounded() - Constructor for class LinkedBlockingQueueTest.Unbounded
 
LinkedListTest - Class in <Unnamed>
 
LinkedListTest() - Constructor for class LinkedListTest
 
LinkedTransferQueueTest - Class in <Unnamed>
 
LinkedTransferQueueTest() - Constructor for class LinkedTransferQueueTest
 
LinkedTransferQueueTest.Generic - Class in <Unnamed>
 
LinkedTransferQueueTest.Generic() - Constructor for class LinkedTransferQueueTest.Generic
 
LockSupportTest - Class in <Unnamed>
 
LockSupportTest() - Constructor for class LockSupportTest
 
LONG_DELAY_MS - Static variable in class JSR166TestCase
 

M

m1 - Static variable in class JSR166TestCase
 
m10 - Static variable in class JSR166TestCase
 
m2 - Static variable in class JSR166TestCase
 
m3 - Static variable in class JSR166TestCase
 
m4 - Static variable in class JSR166TestCase
 
m5 - Static variable in class JSR166TestCase
 
m6 - Static variable in class JSR166TestCase
 
main(String[]) - Static method in class AbstractExecutorServiceTest
 
main(String[]) - Static method in class AbstractQueuedLongSynchronizerTest
 
main(String[]) - Static method in class AbstractQueuedSynchronizerTest
 
main(String[]) - Static method in class AbstractQueueTest
 
main(String[]) - Static method in class ArrayBlockingQueueTest
 
main(String[]) - Static method in class ArrayDequeTest
 
main(String[]) - Static method in class AtomicBooleanTest
 
main(String[]) - Static method in class AtomicIntegerArrayTest
 
main(String[]) - Static method in class AtomicIntegerFieldUpdaterTest
 
main(String[]) - Static method in class AtomicIntegerTest
 
main(String[]) - Static method in class AtomicLongArrayTest
 
main(String[]) - Static method in class AtomicLongFieldUpdaterTest
 
main(String[]) - Static method in class AtomicLongTest
 
main(String[]) - Static method in class AtomicMarkableReferenceTest
 
main(String[]) - Static method in class AtomicReferenceArrayTest
 
main(String[]) - Static method in class AtomicReferenceFieldUpdaterTest
 
main(String[]) - Static method in class AtomicReferenceTest
 
main(String[]) - Static method in class AtomicStampedReferenceTest
 
main(String[]) - Static method in class ConcurrentHashMapTest
 
main(String[]) - Static method in class ConcurrentLinkedDequeTest
 
main(String[]) - Static method in class ConcurrentLinkedQueueTest
 
main(String[]) - Static method in class ConcurrentSkipListMapTest
 
main(String[]) - Static method in class ConcurrentSkipListSetTest
 
main(String[]) - Static method in class ConcurrentSkipListSubMapTest
 
main(String[]) - Static method in class ConcurrentSkipListSubSetTest
 
main(String[]) - Static method in class CopyOnWriteArrayListTest
 
main(String[]) - Static method in class CopyOnWriteArraySetTest
 
main(String[]) - Static method in class CountDownLatchTest
 
main(String[]) - Static method in class CyclicBarrierTest
 
main(String[]) - Static method in class DelayQueueTest
 
main(String[]) - Static method in class EntryTest
 
main(String[]) - Static method in class ExchangerTest
 
main(String[]) - Static method in class ExecutorCompletionServiceTest
 
main(String[]) - Static method in class ExecutorsTest
 
main(String[]) - Static method in class ForkJoinPoolTest
 
main(String[]) - Static method in class ForkJoinTaskTest
 
main(String[]) - Static method in class FutureTaskTest
 
main(String[]) - Static method in class JSR166TestCase
Runs all JSR166 unit tests using junit.textui.TestRunner
main(String[]) - Static method in class LinkedBlockingDequeTest
 
main(String[]) - Static method in class LinkedBlockingQueueTest
 
main(String[]) - Static method in class LinkedListTest
 
main(String[]) - Static method in class LinkedTransferQueueTest
 
main(String[]) - Static method in class LockSupportTest
 
main(String[]) - Static method in class PhaserTest
 
main(String[]) - Static method in class PriorityBlockingQueueTest
 
main(String[]) - Static method in class PriorityQueueTest
 
main(String[]) - Static method in class RecursiveActionTest
 
main(String[]) - Static method in class RecursiveTaskTest
 
main(String[]) - Static method in class ReentrantLockTest
 
main(String[]) - Static method in class ReentrantReadWriteLockTest
 
main(String[]) - Static method in class ScheduledExecutorSubclassTest
 
main(String[]) - Static method in class ScheduledExecutorTest
 
main(String[]) - Static method in class SemaphoreTest
 
main(String[]) - Static method in class SynchronousQueueTest
 
main(String[]) - Static method in class SystemTest
 
main(String[]) - Static method in class ThreadLocalRandomTest
 
main(String[]) - Static method in class ThreadLocalTest
 
main(String[]) - Static method in class ThreadPoolExecutorSubclassTest
 
main(String[]) - Static method in class ThreadPoolExecutorTest
 
main(String[]) - Static method in class ThreadTest
 
main(String[]) - Static method in class TimeUnitTest
 
main(String[]) - Static method in class TreeMapTest
 
main(String[]) - Static method in class TreeSetTest
 
main(String[]) - Static method in class TreeSubMapTest
 
main(String[]) - Static method in class TreeSubSetTest
 
MEDIUM_DELAY_MS - Static variable in class JSR166TestCase
 

N

newTestSuite(Object...) - Static method in class JSR166TestCase
 
newThread(Runnable) - Method in class JSR166TestCase.SimpleThreadFactory
 
nine - Static variable in class JSR166TestCase
 

O

one - Static variable in class JSR166TestCase
 

P

permissivePolicy() - Static method in class JSR166TestCase
Returns a policy containing all the permissions we ever need.
PhaserTest - Class in <Unnamed>
 
PhaserTest() - Constructor for class PhaserTest
 
possiblyInterruptedRunnable(long) - Method in class JSR166TestCase
 
PriorityBlockingQueueTest - Class in <Unnamed>
 
PriorityBlockingQueueTest() - Constructor for class PriorityBlockingQueueTest
 
PriorityBlockingQueueTest.Generic - Class in <Unnamed>
 
PriorityBlockingQueueTest.Generic() - Constructor for class PriorityBlockingQueueTest.Generic
 
PriorityBlockingQueueTest.InitialCapacity - Class in <Unnamed>
 
PriorityBlockingQueueTest.InitialCapacity() - Constructor for class PriorityBlockingQueueTest.InitialCapacity
 
PriorityQueueTest - Class in <Unnamed>
 
PriorityQueueTest() - Constructor for class PriorityQueueTest
 

R

realCall() - Method in class JSR166TestCase.CheckedCallable
 
realCall() - Method in class JSR166TestCase.CheckedInterruptedCallable
 
realCall() - Method in class JSR166TestCase.SmallCallable
 
realCompute() - Method in class JSR166TestCase.CheckedRecursiveAction
 
realCompute() - Method in class JSR166TestCase.CheckedRecursiveTask
 
realRun() - Method in class JSR166TestCase.CheckedInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.CheckedRunnable
 
realRun() - Method in class JSR166TestCase.LongPossiblyInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.MediumInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.MediumPossiblyInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.MediumRunnable
 
realRun() - Method in class JSR166TestCase.RunnableShouldThrow
 
realRun() - Method in class JSR166TestCase.ShortInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.ShortRunnable
 
realRun() - Method in class JSR166TestCase.SmallPossiblyInterruptedRunnable
 
realRun() - Method in class JSR166TestCase.SmallRunnable
 
realRun() - Method in class JSR166TestCase.ThreadShouldThrow
 
RecursiveActionTest - Class in <Unnamed>
 
RecursiveActionTest() - Constructor for class RecursiveActionTest
 
RecursiveActionTest.FJException - Exception in <Unnamed>
 
RecursiveActionTest.FJException() - Constructor for exception RecursiveActionTest.FJException
 
RecursiveActionTest.FJException(Throwable) - Constructor for exception RecursiveActionTest.FJException
 
RecursiveTaskTest - Class in <Unnamed>
 
RecursiveTaskTest() - Constructor for class RecursiveTaskTest
 
RecursiveTaskTest.FJException - Exception in <Unnamed>
 
RecursiveTaskTest.FJException() - Constructor for exception RecursiveTaskTest.FJException
 
ReentrantLockTest - Class in <Unnamed>
 
ReentrantLockTest() - Constructor for class ReentrantLockTest
 
ReentrantReadWriteLockTest - Class in <Unnamed>
 
ReentrantReadWriteLockTest() - Constructor for class ReentrantReadWriteLockTest
 
refresh() - Method in class JSR166TestCase.AdjustablePolicy
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class JSR166TestCase.NoOpREHandler
 
run() - Method in class JSR166TestCase.CheckedInterruptedRunnable
 
run() - Method in class JSR166TestCase.CheckedRunnable
 
run() - Method in class JSR166TestCase.NoOpRunnable
 
run() - Method in class JSR166TestCase.RunnableShouldThrow
 
run() - Method in class JSR166TestCase.ThreadShouldThrow
 
run() - Method in class JSR166TestCase.TrackedLongRunnable
 
run() - Method in class JSR166TestCase.TrackedMediumRunnable
 
run() - Method in class JSR166TestCase.TrackedNoOpRunnable
 
run() - Method in class JSR166TestCase.TrackedShortRunnable
 
run() - Method in class JSR166TestCase.TrackedSmallRunnable
 
runTest() - Method in class JSR166TestCase
 
runTestProfiled() - Method in class JSR166TestCase
 
runWithoutPermissions(Runnable) - Method in class JSR166TestCase
Runs a runnable without any permissions.
runWithPermissions(Runnable, Permission...) - Method in class JSR166TestCase
Runs Runnable r with a security policy that permits precisely the specified permissions.

S

ScheduledExecutorSubclassTest - Class in <Unnamed>
 
ScheduledExecutorSubclassTest() - Constructor for class ScheduledExecutorSubclassTest
 
ScheduledExecutorSubclassTest.CustomExecutor - Class in <Unnamed>
 
ScheduledExecutorTest - Class in <Unnamed>
 
ScheduledExecutorTest() - Constructor for class ScheduledExecutorTest
 
SemaphoreTest - Class in <Unnamed>
 
SemaphoreTest() - Constructor for class SemaphoreTest
 
setDelays() - Method in class JSR166TestCase
Sets delays as multiples of SHORT_DELAY.
setUp() - Method in class JSR166TestCase
 
seven - Static variable in class JSR166TestCase
 
SHORT_DELAY_MS - Static variable in class JSR166TestCase
 
shouldThrow() - Method in class JSR166TestCase
Fails with message "should throw exception".
shouldThrow(String) - Method in class JSR166TestCase
Fails with message "should throw " + exceptionName.
six - Static variable in class JSR166TestCase
 
SIZE - Static variable in class JSR166TestCase
The number of elements to place in collections, arrays, etc.
SMALL_DELAY_MS - Static variable in class JSR166TestCase
 
suite() - Static method in class AbstractExecutorServiceTest
 
suite() - Static method in class AbstractQueuedLongSynchronizerTest
 
suite() - Static method in class AbstractQueuedSynchronizerTest
 
suite() - Static method in class AbstractQueueTest
 
suite() - Static method in class ArrayBlockingQueueTest
 
suite() - Static method in class ArrayDequeTest
 
suite() - Static method in class AtomicBooleanTest
 
suite() - Static method in class AtomicIntegerArrayTest
 
suite() - Static method in class AtomicIntegerFieldUpdaterTest
 
suite() - Static method in class AtomicIntegerTest
 
suite() - Static method in class AtomicLongArrayTest
 
suite() - Static method in class AtomicLongFieldUpdaterTest
 
suite() - Static method in class AtomicLongTest
 
suite() - Static method in class AtomicMarkableReferenceTest
 
suite() - Static method in class AtomicReferenceArrayTest
 
suite() - Static method in class AtomicReferenceFieldUpdaterTest
 
suite() - Static method in class AtomicReferenceTest
 
suite() - Static method in class AtomicStampedReferenceTest
 
suite() - Static method in class ConcurrentHashMapTest
 
suite() - Static method in class ConcurrentLinkedDequeTest
 
suite() - Static method in class ConcurrentLinkedQueueTest
 
suite() - Static method in class ConcurrentSkipListMapTest
 
suite() - Static method in class ConcurrentSkipListSetTest
 
suite() - Static method in class ConcurrentSkipListSubMapTest
 
suite() - Static method in class ConcurrentSkipListSubSetTest
 
suite() - Static method in class CopyOnWriteArrayListTest
 
suite() - Static method in class CopyOnWriteArraySetTest
 
suite() - Static method in class CountDownLatchTest
 
suite() - Static method in class CyclicBarrierTest
 
suite() - Static method in class DelayQueueTest
 
suite() - Static method in class EntryTest
 
suite() - Static method in class ExchangerTest
 
suite() - Static method in class ExecutorCompletionServiceTest
 
suite() - Static method in class ExecutorsTest
 
suite() - Static method in class ForkJoinPoolTest
 
suite() - Static method in class ForkJoinTaskTest
 
suite() - Static method in class FutureTaskTest
 
suite() - Static method in class JSR166TestCase
Collects all JSR166 unit tests as one suite.
suite() - Static method in class LinkedBlockingDequeTest
 
suite() - Static method in class LinkedBlockingQueueTest
 
suite() - Static method in class LinkedListTest
 
suite() - Static method in class LinkedTransferQueueTest
 
suite() - Static method in class LockSupportTest
 
suite() - Static method in class PhaserTest
 
suite() - Static method in class PriorityBlockingQueueTest
 
suite() - Static method in class PriorityQueueTest
 
suite() - Static method in class RecursiveActionTest
 
suite() - Static method in class RecursiveTaskTest
 
suite() - Static method in class ReentrantLockTest
 
suite() - Static method in class ReentrantReadWriteLockTest
 
suite() - Static method in class ScheduledExecutorSubclassTest
 
suite() - Static method in class ScheduledExecutorTest
 
suite() - Static method in class SemaphoreTest
 
suite() - Static method in class SynchronousQueueTest
 
suite() - Static method in class SystemTest
 
suite() - Static method in class ThreadLocalRandomTest
 
suite() - Static method in class ThreadLocalTest
 
suite() - Static method in class ThreadPoolExecutorSubclassTest
 
suite() - Static method in class ThreadPoolExecutorTest
 
suite() - Static method in class ThreadTest
 
suite() - Static method in class TimeUnitTest
 
suite() - Static method in class TreeMapTest
 
suite() - Static method in class TreeSetTest
 
suite() - Static method in class TreeSubMapTest
 
suite() - Static method in class TreeSubSetTest
 
SynchronousQueueTest - Class in <Unnamed>
 
SynchronousQueueTest() - Constructor for class SynchronousQueueTest
 
SynchronousQueueTest.Fair - Class in <Unnamed>
 
SynchronousQueueTest.Fair() - Constructor for class SynchronousQueueTest.Fair
 
SynchronousQueueTest.NonFair - Class in <Unnamed>
 
SynchronousQueueTest.NonFair() - Constructor for class SynchronousQueueTest.NonFair
 
SystemTest - Class in <Unnamed>
 
SystemTest() - Constructor for class SystemTest
 

T

tearDown() - Method in class JSR166TestCase
Triggers test case failure if any thread assertions have failed, by rethrowing, in the test harness thread, any exception recorded earlier by threadRecordFailure.
TEST_STRING - Static variable in class JSR166TestCase
 
testAbnormalForkGet() - Method in class ForkJoinTaskTest
get of a forked task throws exception when task completes abnormally
testAbnormalForkGet() - Method in class RecursiveActionTest
get of a forked task throws exception when task completes abnormally
testAbnormalForkGet() - Method in class RecursiveTaskTest
get of a forked task throws exception when task completes abnormally
testAbnormalForkGetSingleton() - Method in class ForkJoinTaskTest
get of a forked task throws exception when task completes abnormally
testAbnormalForkJoin() - Method in class ForkJoinTaskTest
join of a forked task throws exception when task completes abnormally
testAbnormalForkJoin() - Method in class RecursiveActionTest
join of a forked task throws exception when task completes abnormally
testAbnormalForkJoin() - Method in class RecursiveTaskTest
join of a forked task throws exception when task completes abnormally
testAbnormalForkJoinSingleton() - Method in class ForkJoinTaskTest
join of a forked task throws exception when task completes abnormally
testAbnormalForkQuietlyJoin() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task completes abnormally
testAbnormalForkQuietlyJoin() - Method in class RecursiveActionTest
quietlyJoin of a forked task returns when task completes abnormally
testAbnormalForkQuietlyJoin() - Method in class RecursiveTaskTest
quietlyJoin of a forked task returns when task completes abnormally
testAbnormalForkQuietlyJoinSingleton() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task completes abnormally
testAbnormalForkTimedGet() - Method in class ForkJoinTaskTest
timed get of a forked task throws exception when task completes abnormally
testAbnormalForkTimedGet() - Method in class RecursiveActionTest
timed get of a forked task throws exception when task completes abnormally
testAbnormalForkTimedGet() - Method in class RecursiveTaskTest
timed get of a forked task throws exception when task completes abnormally
testAbnormalForkTimedGetSingleton() - Method in class ForkJoinTaskTest
timed get of a forked task throws exception when task completes abnormally
testAbnormalInvoke() - Method in class ForkJoinTaskTest
invoke task throws exception when task completes abnormally
testAbnormalInvoke() - Method in class RecursiveActionTest
invoke task throws exception when task completes abnormally
testAbnormalInvoke() - Method in class RecursiveTaskTest
invoke task throws exception when task completes abnormally
testAbnormalInvokeAll1() - Method in class ForkJoinTaskTest
invokeAll(tasks) with 1 argument throws exception if task does
testAbnormalInvokeAll1() - Method in class RecursiveActionTest
invokeAll(tasks) with 1 argument throws exception if task does
testAbnormalInvokeAll1() - Method in class RecursiveTaskTest
invokeAll(tasks) with 1 argument throws exception if task does
testAbnormalInvokeAll1Singleton() - Method in class ForkJoinTaskTest
invokeAll(tasks) with 1 argument throws exception if task does
testAbnormalInvokeAll2() - Method in class ForkJoinTaskTest
invokeAll(t1, t2) throw exception if any task does
testAbnormalInvokeAll2() - Method in class RecursiveActionTest
invokeAll(t1, t2) throw exception if any task does
testAbnormalInvokeAll2() - Method in class RecursiveTaskTest
invokeAll(t1, t2) throw exception if any task does
testAbnormalInvokeAll2Singleton() - Method in class ForkJoinTaskTest
invokeAll(t1, t2) throw exception if any task does
testAbnormalInvokeAll3() - Method in class ForkJoinTaskTest
invokeAll(tasks) with > 2 argument throws exception if any task does
testAbnormalInvokeAll3() - Method in class RecursiveActionTest
invokeAll(tasks) with > 2 argument throws exception if any task does
testAbnormalInvokeAll3() - Method in class RecursiveTaskTest
invokeAll(tasks) with > 2 argument throws exception if any task does
testAbnormalInvokeAll3Singleton() - Method in class ForkJoinTaskTest
invokeAll(tasks) with > 2 argument throws exception if any task does
testAbnormalInvokeAllCollection() - Method in class ForkJoinTaskTest
invokeAll(collection) throws exception if any task does
testAbnormalInvokeAllCollection() - Method in class RecursiveActionTest
invokeAll(collection) throws exception if any task does
testAbnormalInvokeAllCollection() - Method in class RecursiveTaskTest
invokeAll(collection) throws exception if any task does
testAbnormalInvokeAllCollectionSingleton() - Method in class ForkJoinTaskTest
invokeAll(collection) throws exception if any task does
testAbnormalInvokeSingleton() - Method in class ForkJoinTaskTest
invoke task throws exception when task completes abnormally
testAbnormalQuietlyInvoke() - Method in class ForkJoinTaskTest
quietlyInvoke task returns when task completes abnormally
testAbnormalQuietlyInvoke() - Method in class RecursiveActionTest
quietlyInvoke task returns when task completes abnormally
testAbnormalQuietlyInvoke() - Method in class RecursiveTaskTest
quietlyInvoke task returns when task completes abnormally
testAbnormalQuietlyInvokeSingleton() - Method in class ForkJoinTaskTest
quietlyInvoke task returns when task completes abnormally
testAcquire() - Method in class AbstractQueuedLongSynchronizerTest
acquiring released sync succeeds
testAcquire() - Method in class AbstractQueuedSynchronizerTest
acquiring released sync succeeds
testAcquire_InterruptedException() - Method in class SemaphoreTest
A waiting acquire blocks interruptibly
testAcquire_InterruptedException_fair() - Method in class SemaphoreTest
A waiting acquire blocks interruptibly
testAcquireInterruptibly1() - Method in class AbstractQueuedLongSynchronizerTest
acquireInterruptibly is interruptible.
testAcquireInterruptibly1() - Method in class AbstractQueuedSynchronizerTest
acquireInterruptibly is interruptible.
testAcquireInterruptibly2() - Method in class AbstractQueuedLongSynchronizerTest
acquireInterruptibly succeeds when released, else is interruptible
testAcquireInterruptibly2() - Method in class AbstractQueuedSynchronizerTest
acquireInterruptibly succeeds when released, else is interruptible
testAcquireN_InterruptedException_fair() - Method in class SemaphoreTest
A waiting acquire(n) blocks interruptibly
testAcquireNanos_Timeout() - Method in class AbstractQueuedLongSynchronizerTest
tryAcquireNanos on an exclusively held sync times out
testAcquireNanos_Timeout() - Method in class AbstractQueuedSynchronizerTest
tryAcquireNanos on an exclusively held sync times out
testAcquireReleaseInDifferentThreads() - Method in class SemaphoreTest
A release in one thread enables an acquire in another thread
testAcquireReleaseInDifferentThreads_fair() - Method in class SemaphoreTest
A release in one thread enables an acquire in another thread
testAcquireReleaseInSameThread() - Method in class SemaphoreTest
Acquire and release of semaphore succeed if initially available
testAcquireReleaseInSameThread_fair() - Method in class SemaphoreTest
Acquire and release of semaphore succeed if initially available
testAcquireReleaseNInDifferentThreads_fair() - Method in class SemaphoreTest
release(n) in one thread enables acquire(n) in another thread
testAcquireReleaseNInDifferentThreads_fair2() - Method in class SemaphoreTest
release(n) in one thread enables acquire(n) in another thread
testAcquireReleaseNInSameThread_fair() - Method in class SemaphoreTest
Acquire(n) and release(n) of semaphore succeed if initially available
testAcquireSharedInterruptibly() - Method in class AbstractQueuedLongSynchronizerTest
acquireSharedInterruptibly returns after release, but not before
testAcquireSharedInterruptibly() - Method in class AbstractQueuedSynchronizerTest
acquireSharedInterruptibly returns after release, but not before
testAcquireSharedInterruptibly_InterruptedException() - Method in class AbstractQueuedLongSynchronizerTest
acquireSharedInterruptibly throws IE if interrupted before released
testAcquireSharedInterruptibly_InterruptedException() - Method in class AbstractQueuedSynchronizerTest
acquireSharedInterruptibly throws IE if interrupted before released
testAcquireSharedNanos_InterruptedException() - Method in class AbstractQueuedLongSynchronizerTest
acquireSharedTimed throws IE if interrupted before released
testAcquireSharedNanos_InterruptedException() - Method in class AbstractQueuedSynchronizerTest
acquireSharedTimed throws IE if interrupted before released
testAcquireSharedNanos_Timeout() - Method in class AbstractQueuedLongSynchronizerTest
acquireSharedTimed times out if not released before timeout
testAcquireSharedNanos_Timeout() - Method in class AbstractQueuedSynchronizerTest
acquireSharedTimed times out if not released before timeout
testAcquireSharedTimed() - Method in class AbstractQueuedLongSynchronizerTest
acquireSharedTimed returns after release
testAcquireSharedTimed() - Method in class AbstractQueuedSynchronizerTest
acquireSharedTimed returns after release
testAcquireUninterruptiblyReleaseInSameThread() - Method in class SemaphoreTest
Uninterruptible acquire and release of semaphore succeed if initially available
testAcquireUninterruptiblyReleaseNInSameThread_fair() - Method in class SemaphoreTest
Acquire(n) and release(n) of semaphore succeed if initially available
testAdd() - Method in class ArrayBlockingQueueTest
add succeeds if not full; throws ISE if full
testAdd() - Method in class ArrayDequeTest
add(x) succeeds
testAdd() - Method in class ConcurrentLinkedDequeTest
add(x) succeeds
testAdd() - Method in class ConcurrentLinkedQueueTest
add returns true
testAdd() - Method in class ConcurrentSkipListSetTest
Add of comparable element succeeds
testAdd() - Method in class ConcurrentSkipListSubSetTest
Add of comparable element succeeds
testAdd() - Method in class DelayQueueTest
add succeeds
testAdd() - Method in class LinkedBlockingDequeTest
add succeeds if not full; throws ISE if full
testAdd() - Method in class LinkedBlockingQueueTest
add succeeds if not full; throws ISE if full
testAdd() - Method in class LinkedListTest
add succeeds
testAdd() - Method in class PriorityBlockingQueueTest
add of comparable succeeds
testAdd() - Method in class PriorityQueueTest
add of comparable succeeds
testAdd() - Method in class SynchronousQueueTest
add throws ISE if no active taker
testAdd() - Method in class TreeSetTest
Add of comparable element succeeds
testAdd() - Method in class TreeSubSetTest
Add of comparable element succeeds
testAdd1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
add throws an IndexOutOfBoundsException on a negative index
testAdd2() - Method in class CopyOnWriteArraySetTest
add will not add the element if it already exists in the set
testAdd2_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
add throws an IndexOutOfBoundsException on a too high index
testAdd3() - Method in class CopyOnWriteArraySetTest
add adds the element when it does not exist in the set
testAddAll() - Method in class CopyOnWriteArrayListTest
addAll adds each element from the given collection
testAddAll() - Method in class CopyOnWriteArraySetTest
addAll adds each element from the given collection
testAddAll1() - Method in class AbstractQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class ArrayBlockingQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class ArrayDequeTest
addAll(null) throws NPE
testAddAll1() - Method in class ConcurrentLinkedDequeTest
addAll(null) throws NPE
testAddAll1() - Method in class ConcurrentLinkedQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class ConcurrentSkipListSetTest
addAll(null) throws NPE
testAddAll1() - Method in class ConcurrentSkipListSubSetTest
addAll(null) throws NPE
testAddAll1() - Method in class DelayQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class LinkedBlockingDequeTest
addAll(null) throws NPE
testAddAll1() - Method in class LinkedBlockingQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class LinkedListTest
addAll(null) throws NPE
testAddAll1() - Method in class LinkedTransferQueueTest
addAll(null) throws NullPointerException
testAddAll1() - Method in class PriorityBlockingQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class PriorityQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class SynchronousQueueTest
addAll(null) throws NPE
testAddAll1() - Method in class TreeSetTest
addAll(null) throws NPE
testAddAll1() - Method in class TreeSubSetTest
addAll(null) throws NPE
testAddAll1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
addAll throws an IndexOutOfBoundsException on a negative index
testAddAll2() - Method in class AbstractQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ArrayBlockingQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ArrayDequeTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ConcurrentLinkedDequeTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ConcurrentLinkedQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ConcurrentSkipListSetTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class ConcurrentSkipListSubSetTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class CopyOnWriteArraySetTest
addAll adds each element from the given collection that did not already exist in the set
testAddAll2() - Method in class DelayQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class LinkedBlockingDequeTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class LinkedBlockingQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class LinkedTransferQueueTest
addAll of a collection with null elements throws NullPointerException
testAddAll2() - Method in class PriorityBlockingQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class PriorityQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class SynchronousQueueTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class TreeSetTest
addAll of a collection with null elements throws NPE
testAddAll2() - Method in class TreeSubSetTest
addAll of a collection with null elements throws NPE
testAddAll2_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
addAll throws an IndexOutOfBoundsException on a too high index
testAddAll2_IndexOutOfBoundsException() - Method in class LinkedListTest
addAll with too large an index throws IOOBE
testAddAll3() - Method in class AbstractQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ArrayBlockingQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ArrayDequeTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ConcurrentLinkedDequeTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ConcurrentLinkedQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ConcurrentSkipListSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class ConcurrentSkipListSubSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class DelayQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class LinkedBlockingDequeTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class LinkedBlockingQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class LinkedTransferQueueTest
addAll of a collection with any null elements throws NullPointerException after possibly adding some elements
testAddAll3() - Method in class PriorityBlockingQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class PriorityQueueTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class TreeSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll3() - Method in class TreeSubSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testAddAll4() - Method in class AbstractQueueTest
addAll throws ISE if an add fails
testAddAll4() - Method in class ArrayBlockingQueueTest
addAll throws ISE if not enough room
testAddAll4() - Method in class LinkedBlockingDequeTest
addAll throws ISE if not enough room
testAddAll4() - Method in class LinkedBlockingQueueTest
addAll throws ISE if not enough room
testAddAll4() - Method in class SynchronousQueueTest
addAll throws ISE if no active taker
testAddAll4_BadIndex() - Method in class LinkedListTest
addAll with negative index throws IOOBE
testAddAll5() - Method in class ArrayBlockingQueueTest
Queue contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class ArrayDequeTest
Deque contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class ConcurrentLinkedDequeTest
Deque contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class ConcurrentLinkedQueueTest
Queue contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class ConcurrentSkipListSetTest
Set contains all elements of successful addAll
testAddAll5() - Method in class ConcurrentSkipListSubSetTest
Set contains all elements of successful addAll
testAddAll5() - Method in class DelayQueueTest
Queue contains all elements of successful addAll
testAddAll5() - Method in class LinkedBlockingDequeTest
Deque contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class LinkedBlockingQueueTest
Queue contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class LinkedListTest
Queue contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class LinkedTransferQueueTest
Queue contains all elements, in traversal order, of successful addAll
testAddAll5() - Method in class PriorityBlockingQueueTest
Queue contains all elements of successful addAll
testAddAll5() - Method in class PriorityQueueTest
Queue contains all elements of successful addAll
testAddAll5() - Method in class TreeSetTest
Set contains all elements of successful addAll
testAddAll5() - Method in class TreeSubSetTest
Set contains all elements of successful addAll
testAddAllAbsent() - Method in class CopyOnWriteArrayListTest
addAllAbsent adds each element from the given collection that did not already exist in the List
testAddAllSelf() - Method in class AbstractQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class ArrayBlockingQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class ConcurrentLinkedDequeTest
addAll(this) throws IAE
testAddAllSelf() - Method in class ConcurrentLinkedQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class DelayQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class LinkedBlockingDequeTest
addAll(this) throws IAE
testAddAllSelf() - Method in class LinkedBlockingQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class LinkedTransferQueueTest
addAll(this) throws IllegalArgumentException
testAddAllSelf() - Method in class PriorityBlockingQueueTest
addAll(this) throws IAE
testAddAllSelf() - Method in class SynchronousQueueTest
addAll(this) throws IAE
testAddAndGet() - Method in class AtomicIntegerArrayTest
addAndGet adds given value to current, and returns current value
testAddAndGet() - Method in class AtomicIntegerFieldUpdaterTest
addAndGet adds given value to current, and returns current value
testAddAndGet() - Method in class AtomicIntegerTest
addAndGet adds given value to current, and returns current value
testAddAndGet() - Method in class AtomicLongArrayTest
addAndGet adds given value to current, and returns current value
testAddAndGet() - Method in class AtomicLongFieldUpdaterTest
addAndGet adds given value to current, and returns current value
testAddAndGet() - Method in class AtomicLongTest
addAndGet adds given value to current, and returns current value
testAddDup() - Method in class ConcurrentSkipListSetTest
Add of duplicate element fails
testAddDup() - Method in class ConcurrentSkipListSubSetTest
Add of duplicate element fails
testAddDup() - Method in class TreeSetTest
Add of duplicate element fails
testAddDup() - Method in class TreeSubSetTest
Add of duplicate element fails
testAddF() - Method in class AbstractQueueTest
add throws ISE true if offer fails
testAddFirst() - Method in class ArrayDequeTest
addFirst(x) succeeds
testAddFirst() - Method in class ConcurrentLinkedDequeTest
addFirst(x) succeeds
testAddFirst() - Method in class LinkedBlockingDequeTest
peekFirst returns element inserted with addFirst
testAddFirst() - Method in class LinkedListTest
peek returns element inserted with addFirst
testAddFirstNull() - Method in class ArrayDequeTest
addFirst(null) throws NPE
testAddFirstNull() - Method in class ConcurrentLinkedDequeTest
addFirst(null) throws NPE
testAddIfAbsent() - Method in class CopyOnWriteArrayListTest
addIfAbsent will not add the element if it already exists in the list
testAddIfAbsent2() - Method in class CopyOnWriteArrayListTest
addIfAbsent adds the element when it does not exist in the list
testAddIndex() - Method in class CopyOnWriteArrayListTest
adding at an index places it in the indicated index
testAddLast() - Method in class ArrayDequeTest
addLast(x) succeeds
testAddLast() - Method in class ConcurrentLinkedDequeTest
addLast(x) succeeds
testAddLast() - Method in class LinkedBlockingDequeTest
peekLast returns element inserted with addLast
testAddLastNull() - Method in class ArrayDequeTest
addLast(null) throws NPE
testAddLastNull() - Method in class ConcurrentLinkedDequeTest
addLast(null) throws NPE
testAddNonComparable() - Method in class ConcurrentSkipListSetTest
Add of non-Comparable throws CCE
testAddNonComparable() - Method in class ConcurrentSkipListSubSetTest
Add of non-Comparable throws CCE
testAddNonComparable() - Method in class TreeSetTest
Add of non-Comparable throws CCE
testAddNonComparable() - Method in class TreeSubSetTest
Add of non-Comparable throws CCE
testAddNPE() - Method in class AbstractQueueTest
add throws NPE if offer does
testAddNull() - Method in class ArrayBlockingQueueTest
add(null) throws NPE
testAddNull() - Method in class ArrayDequeTest
add(null) throws NPE
testAddNull() - Method in class ConcurrentLinkedDequeTest
add(null) throws NPE
testAddNull() - Method in class ConcurrentLinkedQueueTest
add(null) throws NPE
testAddNull() - Method in class ConcurrentSkipListSetTest
add(null) throws NPE
testAddNull() - Method in class ConcurrentSkipListSubSetTest
add(null) throws NPE
testAddNull() - Method in class DelayQueueTest
add(null) throws NPE
testAddNull() - Method in class LinkedBlockingDequeTest
add(null) throws NPE
testAddNull() - Method in class LinkedBlockingQueueTest
add(null) throws NPE
testAddNull() - Method in class LinkedTransferQueueTest
add(null) throws NullPointerException
testAddNull() - Method in class PriorityBlockingQueueTest
add(null) throws NPE
testAddNull() - Method in class PriorityQueueTest
add(null) throws NPE
testAddNull() - Method in class SynchronousQueueTest
add(null) throws NPE
testAddNull() - Method in class TreeSetTest
add(null) throws NPE if nonempty
testAddNull() - Method in class TreeSubSetTest
add(null) throws NPE
testAddS() - Method in class AbstractQueueTest
add returns true if offer succeeds
testAllowCoreThreadTimeOut_false() - Method in class ThreadPoolExecutorSubclassTest
allowCoreThreadTimeOut(false) causes idle threads not to time out
testAllowCoreThreadTimeOut_false() - Method in class ThreadPoolExecutorTest
allowCoreThreadTimeOut(false) causes idle threads not to time out
testAllowCoreThreadTimeOut_true() - Method in class ThreadPoolExecutorSubclassTest
allowCoreThreadTimeOut(true) causes idle threads to time out
testAllowCoreThreadTimeOut_true() - Method in class ThreadPoolExecutorTest
allowCoreThreadTimeOut(true) causes idle threads to time out
testAllowsCoreThreadTimeOut() - Method in class ThreadPoolExecutorSubclassTest
allowsCoreThreadTimeOut is by default false.
testAllowsCoreThreadTimeOut() - Method in class ThreadPoolExecutorTest
allowsCoreThreadTimeOut is by default false.
testArrive1() - Method in class PhaserTest
arrive() on a registered phaser increments phase.
testArrive2() - Method in class PhaserTest
arriveAndDeregister does not wait for others to arrive at barrier
testArrive3() - Method in class PhaserTest
arrive() returns a negative number if the Phaser is terminated
testArriveAndAwaitAdvance1() - Method in class PhaserTest
arriveAndAwaitAdvance throws IllegalStateException with no unarrived parties
testArriveAndAwaitAdvance3() - Method in class PhaserTest
arriveAndAwaitAdvance waits for all threads to arrive, the number of arrived parties is the same number that is accounted for when the main thread awaitsAdvance
testArriveAndAwaitAdvanceAfterInterrupt() - Method in class PhaserTest
arriveAndAwaitAdvance continues waiting if interrupted before waiting
testArriveAndAwaitAdvanceBeforeInterrupt() - Method in class PhaserTest
arriveAndAwaitAdvance continues waiting if interrupted while waiting
testArriveAndDeregister() - Method in class PhaserTest
arriveAndDeregister does not wait for others to arrive at barrier
testArriveAndDeregister1() - Method in class PhaserTest
arriveAndDeregister() throws IllegalStateException if number of registered or unarrived parties would become negative
testArriveAndDeregister2() - Method in class PhaserTest
arriveAndDeregister reduces the number of arrived parties
testArriveAndDeregister3() - Method in class PhaserTest
arriveAndDeregister arrives at the barrier on a phaser with a parent and when a deregistration occurs and causes the phaser to have zero parties its parent will be deregistered as well
testArriveAndDeregister4() - Method in class PhaserTest
arriveAndDeregister deregisters one party from its parent when the number of parties of child is zero after deregistration
testArriveAndDeregister5() - Method in class PhaserTest
arriveAndDeregister deregisters one party from its parent when the number of parties of root is nonzero after deregistration.
testArriveAndDeregister6() - Method in class PhaserTest
arriveAndDeregister returns the phase in which it leaves the phaser in after deregistration
testAttemptMark() - Method in class AtomicMarkableReferenceTest
attemptMark succeeds in single thread
testAttemptStamp() - Method in class AtomicStampedReferenceTest
attemptStamp succeeds in single thread
testAwait() - Method in class AbstractQueuedLongSynchronizerTest
await returns when signalled
testAwait() - Method in class AbstractQueuedSynchronizerTest
await returns when signalled
testAwait() - Method in class CountDownLatchTest
await returns after countDown to zero, but not before
testAwait() - Method in class ReentrantLockTest
await returns when signalled
testAwait() - Method in class ReentrantReadWriteLockTest
await returns when signalled
testAwait1_Interrupted_BrokenBarrier() - Method in class CyclicBarrierTest
An interruption in one party causes others waiting in await to throw BrokenBarrierException
testAwait2_Interrupted_BrokenBarrier() - Method in class CyclicBarrierTest
An interruption in one party causes others waiting in timed await to throw BrokenBarrierException
testAwait3_TimeOutException() - Method in class CyclicBarrierTest
A timeout in timed await throws TimeoutException
testAwait4_Timeout_BrokenBarrier() - Method in class CyclicBarrierTest
A timeout in one party causes others waiting in timed await to throw BrokenBarrierException
testAwait5_Timeout_BrokenBarrier() - Method in class CyclicBarrierTest
A timeout in one party causes others waiting in await to throw BrokenBarrierException
testAwait_IllegalMonitor() - Method in class AbstractQueuedLongSynchronizerTest
Calling await without holding sync throws IllegalMonitorStateException
testAwait_IllegalMonitor() - Method in class AbstractQueuedSynchronizerTest
Calling await without holding sync throws IllegalMonitorStateException
testAwait_IllegalMonitor() - Method in class ReentrantLockTest
Calling await without holding lock throws IllegalMonitorStateException
testAwait_IllegalMonitor() - Method in class ReentrantReadWriteLockTest
Calling await without holding lock throws IllegalMonitorStateException
testAwait_Interrupt() - Method in class AbstractQueuedLongSynchronizerTest
await is interruptible
testAwait_Interrupt() - Method in class AbstractQueuedSynchronizerTest
await is interruptible
testAwait_Interrupt() - Method in class ReentrantLockTest
await is interruptible
testAwait_Interrupt() - Method in class ReentrantReadWriteLockTest
await is interruptible
testAwait_InterruptedException() - Method in class CountDownLatchTest
await throws IE if interrupted before counted down
testAwait_Timeout() - Method in class AbstractQueuedLongSynchronizerTest
Timed await without a signal times out
testAwait_Timeout() - Method in class AbstractQueuedSynchronizerTest
Timed await without a signal times out
testAwait_Timeout() - Method in class ReentrantLockTest
timed await without a signal times out
testAwait_Timeout() - Method in class ReentrantReadWriteLockTest
timed await without a signal times out
testAwaitAdvance1() - Method in class PhaserTest
awaitAdvance succeeds upon advance
testAwaitAdvance2() - Method in class PhaserTest
awaitAdvance with a negative parameter will return without affecting the phaser
testAwaitAdvance4() - Method in class PhaserTest
awaitAdvance atomically waits for all parties within the same phase to complete before continuing
testAwaitAdvance5() - Method in class PhaserTest
awaitAdvance returns the current phase
testAwaitAdvance6() - Method in class PhaserTest
awaitAdvance returns when the phaser is externally terminated
testAwaitAdvanceAfterInterrupt() - Method in class PhaserTest
awaitAdvance continues waiting if interrupted before waiting
testAwaitAdvanceBeforeInterrupt() - Method in class PhaserTest
awaitAdvance continues waiting if interrupted while waiting
testAwaitAdvanceTieredPhaser() - Method in class PhaserTest
awaitAdvance returns the current phase in child phasers
testAwaitLockCount() - Method in class ReentrantLockTest
await after multiple reentrant locking preserves lock count
testAwaitLockCount() - Method in class ReentrantReadWriteLockTest
await after multiple reentrant locking preserves lock count
testAwaitNanos_Interrupt() - Method in class AbstractQueuedLongSynchronizerTest
awaitNanos is interruptible
testAwaitNanos_Interrupt() - Method in class AbstractQueuedSynchronizerTest
awaitNanos is interruptible
testAwaitNanos_Interrupt() - Method in class ReentrantLockTest
awaitNanos is interruptible
testAwaitNanos_Interrupt() - Method in class ReentrantReadWriteLockTest
awaitNanos is interruptible
testAwaitNanos_Timeout() - Method in class AbstractQueuedLongSynchronizerTest
awaitNanos without a signal times out
testAwaitNanos_Timeout() - Method in class AbstractQueuedSynchronizerTest
awaitNanos without a signal times out
testAwaitNanos_Timeout() - Method in class ReentrantLockTest
awaitNanos without a signal times out
testAwaitNanos_Timeout() - Method in class ReentrantReadWriteLockTest
awaitNanos without a signal times out
testAwaitTimeout() - Method in class CountDownLatchTest
timed await times out if not counted down before timeout
testAwaitUninterruptibly() - Method in class AbstractQueuedLongSynchronizerTest
awaitUninterruptibly doesn't abort on interrupt
testAwaitUninterruptibly() - Method in class AbstractQueuedSynchronizerTest
awaitUninterruptibly doesn't abort on interrupt
testAwaitUninterruptibly() - Method in class ReentrantLockTest
awaitUninterruptibly doesn't abort on interrupt
testAwaitUninterruptibly() - Method in class ReentrantReadWriteLockTest
awaitUninterruptibly doesn't abort on interrupt
testAwaitUntil_Interrupt() - Method in class AbstractQueuedLongSynchronizerTest
awaitUntil is interruptible
testAwaitUntil_Interrupt() - Method in class AbstractQueuedSynchronizerTest
awaitUntil is interruptible
testAwaitUntil_Interrupt() - Method in class ReentrantLockTest
awaitUntil is interruptible
testAwaitUntil_Interrupt() - Method in class ReentrantReadWriteLockTest
awaitUntil is interruptible
testAwaitUntil_Timeout() - Method in class AbstractQueuedLongSynchronizerTest
awaitUntil without a signal times out
testAwaitUntil_Timeout() - Method in class AbstractQueuedSynchronizerTest
awaitUntil without a signal times out
testAwaitUntil_Timeout() - Method in class ReentrantLockTest
awaitUntil without a signal times out
testAwaitUntil_Timeout() - Method in class ReentrantReadWriteLockTest
awaitUntil without a signal times out
testBarrierAction() - Method in class CyclicBarrierTest
The supplied barrier action is run at barrier
testBeforeAfter() - Method in class ThreadPoolExecutorSubclassTest
beforeExecute and afterExecute are called when executing task
testBeforeAfter() - Method in class ThreadPoolExecutorTest
beforeExecute and afterExecute are called when executing task
testBlockingForkJoinTask() - Method in class ForkJoinPoolTest
Pool maintains parallelism when using ManagedBlocker
testBlockingPut() - Method in class ArrayBlockingQueueTest
put blocks interruptibly if full
testBlockingPut() - Method in class LinkedBlockingDequeTest
put blocks interruptibly if full
testBlockingPut() - Method in class LinkedBlockingQueueTest
put blocks interruptibly if full
testBlockingPut() - Method in class SynchronousQueueTest
put blocks interruptibly if no active taker
testBlockingPutFirst() - Method in class LinkedBlockingDequeTest
putFirst blocks interruptibly if full
testBlockingPutLast() - Method in class LinkedBlockingDequeTest
putLast blocks interruptibly if full
testBlockingTake() - Method in class ArrayBlockingQueueTest
Take removes existing elements until empty, then blocks interruptibly
testBlockingTake() - Method in class DelayQueueTest
Take removes existing elements until empty, then blocks interruptibly
testBlockingTake() - Method in class LinkedBlockingDequeTest
Take removes existing elements until empty, then blocks interruptibly
testBlockingTake() - Method in class LinkedBlockingQueueTest
Take removes existing elements until empty, then blocks interruptibly
testBlockingTake() - Method in class LinkedTransferQueueTest
take removes existing elements until empty, then blocks interruptibly
testBlockingTake() - Method in class PriorityBlockingQueueTest
Take removes existing elements until empty, then blocks interruptibly
testBlockingTakeFirst() - Method in class LinkedBlockingDequeTest
TakeFirst removes existing elements until empty, then blocks interruptibly
testBlockingTakeLast() - Method in class LinkedBlockingDequeTest
TakeLast removes existing elements until empty, then blocks interruptibly
testBulkRegister1() - Method in class PhaserTest
Invoking bulkRegister with a negative parameter throws an IllegalArgumentException
testBulkRegister2() - Method in class PhaserTest
bulkRegister should correctly record the number of unarrived parties with the number of parties being registered
testBulkRegister3() - Method in class PhaserTest
Registering with a number of parties greater than or equal to 1<<16 throws IllegalStateException.
testCallable1() - Method in class ExecutorsTest
callable(Runnable) returns null when called
testCallable2() - Method in class ExecutorsTest
callable(Runnable, result) returns result when called
testCallable3() - Method in class ExecutorsTest
callable(PrivilegedAction) returns its result when called
testCallable4() - Method in class ExecutorsTest
callable(PrivilegedExceptionAction) returns its result when called
testCallableNPE1() - Method in class ExecutorsTest
callable(null Runnable) throws NPE
testCallableNPE2() - Method in class ExecutorsTest
callable(null, result) throws NPE
testCallableNPE3() - Method in class ExecutorsTest
callable(null PrivilegedAction) throws NPE
testCallableNPE4() - Method in class ExecutorsTest
callable(null PrivilegedExceptionAction) throws NPE
testCallerRunsOnShutdown() - Method in class ThreadPoolExecutorSubclassTest
execute using CallerRunsPolicy drops task on shutdown
testCallerRunsOnShutdown() - Method in class ThreadPoolExecutorTest
execute using CallerRunsPolicy drops task on shutdown
testCancelAfterRun() - Method in class FutureTaskTest
cancel of a completed task fails
testCancelBeforeRun() - Method in class FutureTaskTest
Cancelling before running succeeds
testCancelBeforeRun2() - Method in class FutureTaskTest
Cancel(true) before run succeeds
testCancelInterrupt() - Method in class FutureTaskTest
cancel(true) interrupts a running task
testCancelledForkGet() - Method in class ForkJoinTaskTest
get of a forked task throws exception when task cancelled
testCancelledForkGet() - Method in class RecursiveActionTest
get of a forked task throws exception when task cancelled
testCancelledForkGet() - Method in class RecursiveTaskTest
get of a forked task throws exception when task cancelled
testCancelledForkGetSingleton() - Method in class ForkJoinTaskTest
get of a forked task throws exception when task cancelled
testCancelledForkJoin() - Method in class ForkJoinTaskTest
join of a forked task throws exception when task cancelled
testCancelledForkJoin() - Method in class RecursiveActionTest
join of a forked task throws exception when task cancelled
testCancelledForkJoin() - Method in class RecursiveTaskTest
join of a forked task throws exception when task cancelled
testCancelledForkJoinSingleton() - Method in class ForkJoinTaskTest
join of a forked task throws exception when task cancelled
testCancelledForkQuietlyJoin() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task cancelled
testCancelledForkQuietlyJoin() - Method in class RecursiveActionTest
quietlyJoin of a forked task returns when task cancelled
testCancelledForkQuietlyJoin() - Method in class RecursiveTaskTest
quietlyJoin of a forked task returns when task cancelled
testCancelledForkQuietlyJoinSingleton() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task cancelled
testCancelledForkTimedGet() - Method in class ForkJoinTaskTest
timed get of a forked task throws exception when task cancelled
testCancelledForkTimedGet() - Method in class RecursiveActionTest
timed get of a forked task throws exception when task cancelled
testCancelledForkTimedGet() - Method in class RecursiveTaskTest
timed get of a forked task throws exception when task cancelled
testCancelledForkTimedGetSingleton() - Method in class ForkJoinTaskTest
timed get of a forked task throws exception when task cancelled
testCancelledInvoke() - Method in class ForkJoinTaskTest
invoke task throws exception when task cancelled
testCancelledInvoke() - Method in class RecursiveActionTest
invoke task throws exception when task cancelled
testCancelledInvoke() - Method in class RecursiveTaskTest
invoke task throws exception when task cancelled
testCancelledInvokeSingleton() - Method in class ForkJoinTaskTest
invoke task throws exception when task cancelled
testCancelNoInterrupt() - Method in class FutureTaskTest
cancel(false) does not interrupt a running task
testCastNewSingleThreadExecutor() - Method in class ExecutorsTest
A new SingleThreadExecutor cannot be casted to concrete implementation
testCeiling() - Method in class ConcurrentSkipListSetTest
ceiling returns next element
testCeiling() - Method in class ConcurrentSkipListSubSetTest
ceiling returns next element
testCeiling() - Method in class TreeSetTest
ceiling returns next element
testCeiling() - Method in class TreeSubSetTest
ceiling returns next element
testCeilingEntry() - Method in class ConcurrentSkipListMapTest
ceilingEntry returns next entry.
testCeilingEntry() - Method in class ConcurrentSkipListSubMapTest
ceilingEntry returns next entry.
testCeilingEntry() - Method in class TreeMapTest
ceilingEntry returns next entry.
testCeilingEntry() - Method in class TreeSubMapTest
ceilingEntry returns next entry.
testCeilingKey() - Method in class ConcurrentSkipListMapTest
ceilingKey returns next element
testCeilingKey() - Method in class TreeMapTest
ceilingKey returns next element
testClear() - Method in class ArrayBlockingQueueTest
clear removes all elements
testClear() - Method in class ArrayDequeTest
clear removes all elements
testClear() - Method in class ConcurrentHashMapTest
clear removes all pairs
testClear() - Method in class ConcurrentLinkedDequeTest
clear() removes all elements
testClear() - Method in class ConcurrentLinkedQueueTest
clear removes all elements
testClear() - Method in class ConcurrentSkipListMapTest
clear removes all pairs
testClear() - Method in class ConcurrentSkipListSetTest
clear removes all elements
testClear() - Method in class ConcurrentSkipListSubMapTest
clear removes all pairs
testClear() - Method in class ConcurrentSkipListSubSetTest
clear removes all elements
testClear() - Method in class CopyOnWriteArrayListTest
clear removes all elements from the list
testClear() - Method in class CopyOnWriteArraySetTest
clear removes all elements from the set
testClear() - Method in class DelayQueueTest
clear removes all elements
testClear() - Method in class LinkedBlockingDequeTest
clear removes all elements
testClear() - Method in class LinkedBlockingQueueTest
clear removes all elements
testClear() - Method in class LinkedListTest
clear removes all elements
testClear() - Method in class LinkedTransferQueueTest
clear removes all elements
testClear() - Method in class PriorityBlockingQueueTest
clear removes all elements
testClear() - Method in class PriorityQueueTest
clear removes all elements
testClear() - Method in class SynchronousQueueTest
clear ensures isEmpty
testClear() - Method in class TreeMapTest
clear removes all pairs
testClear() - Method in class TreeSetTest
clear removes all elements
testClear() - Method in class TreeSubMapTest
clear removes all pairs
testClear() - Method in class TreeSubSetTest
clear removes all elements
testClone() - Method in class CopyOnWriteArrayListTest
Cloned list is equal
testCompareAndSet() - Method in class AtomicBooleanTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicIntegerArrayTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicIntegerFieldUpdaterTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicIntegerTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicLongArrayTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicLongFieldUpdaterTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicLongTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicMarkableReferenceTest
compareAndSet succeeds in changing values if equal to expected reference and mark else fails
testCompareAndSet() - Method in class AtomicReferenceArrayTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicReferenceFieldUpdaterTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicReferenceTest
compareAndSet succeeds in changing value if equal to expected else fails
testCompareAndSet() - Method in class AtomicStampedReferenceTest
compareAndSet succeeds in changing values if equal to expected reference and stamp else fails
testCompareAndSetInMultipleThreads() - Method in class AtomicBooleanTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicIntegerArrayTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicIntegerFieldUpdaterTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicIntegerTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicLongArrayTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicLongFieldUpdaterTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicLongTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicMarkableReferenceTest
compareAndSet in one thread enables another waiting for reference value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicReferenceArrayTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicReferenceFieldUpdaterTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicReferenceTest
compareAndSet in one thread enables another waiting for value to succeed
testCompareAndSetInMultipleThreads() - Method in class AtomicStampedReferenceTest
compareAndSet in one thread enables another waiting for reference value to succeed
testCompareAndSetInMultipleThreads2() - Method in class AtomicMarkableReferenceTest
compareAndSet in one thread enables another waiting for mark value to succeed
testCompareAndSetInMultipleThreads2() - Method in class AtomicStampedReferenceTest
compareAndSet in one thread enables another waiting for stamp value to succeed
testComplete() - Method in class RecursiveActionTest
invoke task suppresses execution invoking complete
testComplete() - Method in class RecursiveTaskTest
invoke task suppresses execution invoking complete
testCompleteExceptionally() - Method in class ForkJoinTaskTest
invoke task throws exception after invoking completeExceptionally
testCompleteExceptionally() - Method in class RecursiveActionTest
invoke task throws exception after invoking completeExceptionally
testCompleteExceptionally() - Method in class RecursiveTaskTest
invoke task throws exception after invoking completeExceptionally
testCompleteExceptionallySingleton() - Method in class ForkJoinTaskTest
invoke task throws exception after invoking completeExceptionally
testConstructFromSorted() - Method in class ConcurrentSkipListMapTest
 
testConstructFromSorted() - Method in class TreeMapTest
 
testConstructor() - Method in class AtomicBooleanTest
constructor initializes to given value
testConstructor() - Method in class AtomicIntegerArrayTest
constructor creates array of given size with all elements zero
testConstructor() - Method in class AtomicIntegerFieldUpdaterTest
Construction with non-existent field throws RuntimeException
testConstructor() - Method in class AtomicIntegerTest
constructor initializes to given value
testConstructor() - Method in class AtomicLongArrayTest
constructor creates array of given size with all elements zero
testConstructor() - Method in class AtomicLongFieldUpdaterTest
Construction with non-existent field throws RuntimeException
testConstructor() - Method in class AtomicLongTest
constructor initializes to given value
testConstructor() - Method in class AtomicMarkableReferenceTest
constructor initializes to given reference and mark
testConstructor() - Method in class AtomicReferenceArrayTest
constructor creates array of given size with all elements null
testConstructor() - Method in class AtomicReferenceFieldUpdaterTest
Construction with non-existent field throws RuntimeException
testConstructor() - Method in class AtomicReferenceTest
constructor initializes to given value
testConstructor() - Method in class AtomicStampedReferenceTest
constructor initializes to given reference and stamp
testConstructor() - Method in class CopyOnWriteArrayListTest
a new list is empty
testConstructor() - Method in class CopyOnWriteArraySetTest
Default-constructed set is empty
testConstructor() - Method in class CountDownLatchTest
negative constructor argument throws IAE
testConstructor() - Method in class FutureTaskTest
Creating a future with a null callable throws NPE
testConstructor() - Method in class ReentrantLockTest
Constructor sets given fairness, and is in unlocked state
testConstructor() - Method in class ReentrantReadWriteLockTest
Constructor sets given fairness, and is in unlocked state
testConstructor() - Method in class SemaphoreTest
Zero, negative, and positive initial values are allowed in constructor
testConstructor1() - Method in class ArrayBlockingQueueTest
A new queue has the indicated capacity
testConstructor1() - Method in class ArrayDequeTest
new deque is empty
testConstructor1() - Method in class ConcurrentHashMapTest
Cannot create with negative capacity
testConstructor1() - Method in class ConcurrentLinkedDequeTest
new deque is empty
testConstructor1() - Method in class ConcurrentLinkedQueueTest
new queue is empty
testConstructor1() - Method in class ConcurrentSkipListSetTest
A new set has unbounded capacity
testConstructor1() - Method in class ConcurrentSkipListSubSetTest
A new set has unbounded capacity
testConstructor1() - Method in class CyclicBarrierTest
Creating with negative parties throws IAE
testConstructor1() - Method in class DelayQueueTest
A new queue has unbounded capacity
testConstructor1() - Method in class EntryTest
A new SimpleEntry(k, v) holds k, v.
testConstructor1() - Method in class ForkJoinPoolTest
Constructor throws if size argument is less than zero
testConstructor1() - Method in class LinkedBlockingDequeTest
A new deque has the indicated capacity, or Integer.MAX_VALUE if none given
testConstructor1() - Method in class LinkedBlockingQueueTest
A new queue has the indicated capacity, or Integer.MAX_VALUE if none given
testConstructor1() - Method in class LinkedListTest
new queue is empty
testConstructor1() - Method in class LinkedTransferQueueTest
Constructor builds new queue with size being zero and empty being true
testConstructor1() - Method in class PriorityBlockingQueueTest
A new queue has unbounded capacity
testConstructor1() - Method in class PriorityQueueTest
A new queue has unbounded capacity
testConstructor1() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize argument is less than zero
testConstructor1() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize argument is less than zero
testConstructor1() - Method in class TreeSetTest
A new set has unbounded capacity
testConstructor1() - Method in class TreeSubSetTest
A new set has unbounded capacity
testConstructor10() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor10() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor11() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize argument is less than zero
testConstructor11() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize argument is less than zero
testConstructor12() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is less than zero
testConstructor12() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is less than zero
testConstructor13() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor13() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor14() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if keepAliveTime is less than zero
testConstructor14() - Method in class ThreadPoolExecutorTest
Constructor throws if keepAliveTime is less than zero
testConstructor15() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor15() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor16() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize argument is less than zero
testConstructor16() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize argument is less than zero
testConstructor17() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is less than zero
testConstructor17() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is less than zero
testConstructor18() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor18() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor19() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if keepAliveTime is less than zero
testConstructor19() - Method in class ThreadPoolExecutorTest
Constructor throws if keepAliveTime is less than zero
testConstructor2() - Method in class ArrayBlockingQueueTest
Constructor throws IAE if capacity argument nonpositive
testConstructor2() - Method in class AtomicBooleanTest
default constructed initializes to false
testConstructor2() - Method in class AtomicIntegerArrayTest
constructor with array is of same size and has all elements
testConstructor2() - Method in class AtomicIntegerFieldUpdaterTest
construction with field not of given type throws RuntimeException
testConstructor2() - Method in class AtomicIntegerTest
default constructed initializes to zero
testConstructor2() - Method in class AtomicLongArrayTest
constructor with array is of same size and has all elements
testConstructor2() - Method in class AtomicLongFieldUpdaterTest
construction with field not of given type throws RuntimeException
testConstructor2() - Method in class AtomicLongTest
default constructed initializes to zero
testConstructor2() - Method in class AtomicReferenceArrayTest
constructor with array is of same size and has all elements
testConstructor2() - Method in class AtomicReferenceFieldUpdaterTest
construction with field not of given type throws RuntimeException
testConstructor2() - Method in class AtomicReferenceTest
default constructed initializes to null
testConstructor2() - Method in class ConcurrentHashMapTest
Cannot create with negative concurrency level
testConstructor2() - Method in class CopyOnWriteArrayListTest
new list contains all elements of initializing array
testConstructor2() - Method in class CyclicBarrierTest
Creating with negative parties and no action throws IAE
testConstructor2() - Method in class EntryTest
A new SimpleImmutableEntry(k, v) holds k, v.
testConstructor2() - Method in class ForkJoinPoolTest
Constructor throws if factory argument is null
testConstructor2() - Method in class FutureTaskTest
creating a future with null runnable fails
testConstructor2() - Method in class LinkedBlockingDequeTest
Constructor throws IAE if capacity argument nonpositive
testConstructor2() - Method in class LinkedBlockingQueueTest
Constructor throws IAE if capacity argument nonpositive
testConstructor2() - Method in class LinkedTransferQueueTest
Initializing constructor with null collection throws NullPointerException
testConstructor2() - Method in class PriorityBlockingQueueTest
Constructor throws IAE if capacity argument nonpositive
testConstructor2() - Method in class PriorityQueueTest
Constructor throws IAE if capacity argument nonpositive
testConstructor2() - Method in class SemaphoreTest
Constructor without fairness argument behaves as nonfair
testConstructor2() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is less than zero
testConstructor2() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is less than zero
testConstructor20() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor20() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor2NPE() - Method in class AtomicIntegerArrayTest
constructor with null array throws NPE
testConstructor2NPE() - Method in class AtomicLongArrayTest
constructor with null array throws NPE
testConstructor2NPE() - Method in class AtomicReferenceArrayTest
constructor with null array throws NPE
testConstructor3() - Method in class ArrayBlockingQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class ArrayDequeTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class AtomicIntegerFieldUpdaterTest
construction with non-volatile field throws RuntimeException
testConstructor3() - Method in class AtomicLongFieldUpdaterTest
construction with non-volatile field throws RuntimeException
testConstructor3() - Method in class AtomicReferenceFieldUpdaterTest
Constructor with non-volatile field throws exception
testConstructor3() - Method in class ConcurrentHashMapTest
Cannot create with only negative capacity
testConstructor3() - Method in class ConcurrentLinkedDequeTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class ConcurrentLinkedQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class ConcurrentSkipListSetTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class CopyOnWriteArrayListTest
new list contains all elements of initializing collection
testConstructor3() - Method in class CopyOnWriteArraySetTest
Collection-constructed set holds all of its elements
testConstructor3() - Method in class DelayQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class EntryTest
A new SimpleEntry(entry(k, v)) holds k, v.
testConstructor3() - Method in class LinkedBlockingDequeTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class LinkedBlockingQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class LinkedListTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class LinkedTransferQueueTest
Initializing from Collection of null elements throws NullPointerException
testConstructor3() - Method in class PhaserTest
The parent provided to the constructor should be returned from a later call to getParent
testConstructor3() - Method in class PriorityBlockingQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class PriorityQueueTest
Initializing from null Collection throws NPE
testConstructor3() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor3() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor3() - Method in class TreeSetTest
Initializing from null Collection throws NPE
testConstructor4() - Method in class ArrayBlockingQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class ArrayDequeTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class ConcurrentLinkedDequeTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class ConcurrentLinkedQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class ConcurrentSkipListSetTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class DelayQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class EntryTest
A new SimpleImmutableEntry(entry(k, v)) holds k, v.
testConstructor4() - Method in class LinkedBlockingDequeTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class LinkedBlockingQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class LinkedTransferQueueTest
Initializing constructor with a collection containing some null elements throws NullPointerException
testConstructor4() - Method in class PriorityBlockingQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class PriorityQueueTest
Initializing from Collection of null elements throws NPE
testConstructor4() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if keepAliveTime is less than zero
testConstructor4() - Method in class ThreadPoolExecutorTest
Constructor throws if keepAliveTime is less than zero
testConstructor4() - Method in class TreeSetTest
Initializing from Collection of null elements throws NPE
testConstructor5() - Method in class ArrayBlockingQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class ArrayDequeTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class ConcurrentLinkedDequeTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class ConcurrentLinkedQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class ConcurrentSkipListSetTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class DelayQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class LinkedBlockingDequeTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class LinkedBlockingQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class LinkedTransferQueueTest
Queue contains all elements of the collection it is initialized by
testConstructor5() - Method in class PhaserTest
The parent being input into the parameter should equal the original parent when being returned
testConstructor5() - Method in class PriorityBlockingQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class PriorityQueueTest
Initializing from Collection with some null elements throws NPE
testConstructor5() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor5() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize is greater than the maximumPoolSize
testConstructor5() - Method in class TreeSetTest
Initializing from Collection with some null elements throws NPE
testConstructor6() - Method in class ArrayBlockingQueueTest
Initializing from too large collection throws IAE
testConstructor6() - Method in class ArrayDequeTest
Deque contains all elements of collection used to initialize
testConstructor6() - Method in class ConcurrentLinkedDequeTest
Deque contains all elements of collection used to initialize
testConstructor6() - Method in class ConcurrentLinkedQueueTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class ConcurrentSkipListSetTest
Set contains all elements of collection used to initialize
testConstructor6() - Method in class DelayQueueTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class LinkedBlockingDequeTest
Deque contains all elements of collection used to initialize
testConstructor6() - Method in class LinkedBlockingQueueTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class LinkedListTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class PriorityBlockingQueueTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class PriorityQueueTest
Queue contains all elements of collection used to initialize
testConstructor6() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if corePoolSize argument is less than zero
testConstructor6() - Method in class ThreadPoolExecutorTest
Constructor throws if corePoolSize argument is less than zero
testConstructor6() - Method in class TreeSetTest
Set contains all elements of collection used to initialize
testConstructor7() - Method in class ArrayBlockingQueueTest
Queue contains all elements of collection used to initialize
testConstructor7() - Method in class ConcurrentSkipListSetTest
The comparator used in constructor is used
testConstructor7() - Method in class PriorityBlockingQueueTest
The comparator used in constructor is used
testConstructor7() - Method in class PriorityQueueTest
The comparator used in constructor is used
testConstructor7() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is less than zero
testConstructor7() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is less than zero
testConstructor7() - Method in class TreeSetTest
The comparator used in constructor is used
testConstructor8() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor8() - Method in class ThreadPoolExecutorTest
Constructor throws if maximumPoolSize is equal to zero
testConstructor9() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if keepAliveTime is less than zero
testConstructor9() - Method in class ThreadPoolExecutorTest
Constructor throws if keepAliveTime is less than zero
testConstructor_fair() - Method in class SemaphoreTest
Zero, negative, and positive initial values are allowed in constructor
testConstructorDefaultValues() - Method in class PhaserTest
Empty constructor builds a new Phaser with no parent, no registered parties and initial phase number of 0
testConstructorNegativeParties() - Method in class PhaserTest
Constructing with a negative number of parties throws IllegalArgumentException
testConstructorNegativeParties2() - Method in class PhaserTest
Constructing with a negative number of parties throws IllegalArgumentException
testConstructorNPE() - Method in class ExecutorCompletionServiceTest
Creating a new ECS with null Executor throw NPE
testConstructorNPE2() - Method in class ExecutorCompletionServiceTest
Creating a new ECS with null queue throw NPE
testConstructorNullPointerException() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException() - Method in class ThreadPoolExecutorTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException2() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException2() - Method in class ThreadPoolExecutorTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException3() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if threadFactory is set to null
testConstructorNullPointerException3() - Method in class ThreadPoolExecutorTest
Constructor throws if threadFactory is set to null
testConstructorNullPointerException4() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException4() - Method in class ThreadPoolExecutorTest
Constructor throws if workQueue is set to null
testConstructorNullPointerException5() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if handler is set to null
testConstructorNullPointerException5() - Method in class ThreadPoolExecutorTest
Constructor throws if handler is set to null
testConstructorNullPointerException6() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if workQueue is null
testConstructorNullPointerException6() - Method in class ThreadPoolExecutorTest
Constructor throws if workQueue is null
testConstructorNullPointerException7() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if handler is null
testConstructorNullPointerException7() - Method in class ThreadPoolExecutorTest
Constructor throws if handler is null
testConstructorNullPointerException8() - Method in class ThreadPoolExecutorSubclassTest
Constructor throws if ThreadFactory is null
testConstructorNullPointerException8() - Method in class ThreadPoolExecutorTest
Constructor throws if ThreadFactory is null
testConstructorPartiesExceedsLimit() - Method in class PhaserTest
Constructing with a number of parties > 65535 throws IllegalArgumentException
testContains() - Method in class ArrayBlockingQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class ArrayDequeTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class ConcurrentHashMapTest
contains returns true for contained value
testContains() - Method in class ConcurrentLinkedDequeTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class ConcurrentLinkedQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class ConcurrentSkipListSetTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class ConcurrentSkipListSubSetTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class CopyOnWriteArrayListTest
contains is true for added elements
testContains() - Method in class CopyOnWriteArraySetTest
contains returns true for added elements
testContains() - Method in class DelayQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class LinkedBlockingDequeTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class LinkedBlockingQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class LinkedListTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class LinkedTransferQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class PriorityBlockingQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class PriorityQueueTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class SynchronousQueueTest
contains returns false
testContains() - Method in class TreeSetTest
contains(x) reports true when elements added but not yet removed
testContains() - Method in class TreeSubSetTest
contains(x) reports true when elements added but not yet removed
testContains_NullPointerException() - Method in class ConcurrentHashMapTest
contains(null) throws NPE
testContainsAll() - Method in class ArrayBlockingQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class ArrayDequeTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class ConcurrentLinkedDequeTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class ConcurrentLinkedQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class ConcurrentSkipListSetTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class ConcurrentSkipListSubSetTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class CopyOnWriteArrayListTest
containsAll returns true for collection with subset of elements
testContainsAll() - Method in class CopyOnWriteArraySetTest
containsAll returns true for collections with subset of elements
testContainsAll() - Method in class DelayQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class LinkedBlockingDequeTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class LinkedBlockingQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class LinkedListTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class LinkedTransferQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class PriorityBlockingQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class PriorityQueueTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class SynchronousQueueTest
containsAll returns false unless empty
testContainsAll() - Method in class TreeSetTest
containsAll(c) is true when c contains a subset of elements
testContainsAll() - Method in class TreeSubSetTest
containsAll(c) is true when c contains a subset of elements
testContainsKey() - Method in class ConcurrentHashMapTest
containsKey returns true for contained key
testContainsKey() - Method in class ConcurrentSkipListMapTest
containsKey returns true for contained key
testContainsKey() - Method in class ConcurrentSkipListSubMapTest
containsKey returns true for contained key
testContainsKey() - Method in class TreeMapTest
containsKey returns true for contained key
testContainsKey() - Method in class TreeSubMapTest
containsKey returns true for contained key
testContainsKey_NullPointerException() - Method in class ConcurrentHashMapTest
containsKey(null) throws NPE
testContainsKey_NullPointerException() - Method in class ConcurrentSkipListMapTest
containsKey(null) of nonempty map throws NPE
testContainsKey_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
containsKey(null) of nonempty map throws NPE
testContainsKey_NullPointerException() - Method in class TreeMapTest
containsKey(null) of nonempty map throws NPE
testContainsKey_NullPointerException() - Method in class TreeSubMapTest
containsKey(null) of nonempty map throws NPE
testContainsValue() - Method in class ConcurrentHashMapTest
containsValue returns true for held values
testContainsValue() - Method in class ConcurrentSkipListMapTest
containsValue returns true for held values
testContainsValue() - Method in class ConcurrentSkipListSubMapTest
containsValue returns true for held values
testContainsValue() - Method in class TreeMapTest
containsValue returns true for held values
testContainsValue() - Method in class TreeSubMapTest
containsValue returns true for held values
testContainsValue_NullPointerException() - Method in class ConcurrentHashMapTest
containsValue(null) throws NPE
testContainsValue_NullPointerException() - Method in class ConcurrentSkipListMapTest
containsValue(null) throws NPE
testContainsValue_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
containsValue(null) throws NPE
testConvert() - Method in class TimeUnitTest
convert correctly converts sample values across the units
testConvertSaturate() - Method in class TimeUnitTest
convert saturates positive too-large values to Long.MAX_VALUE and negative to LONG.MIN_VALUE
testCorePoolSizeIllegalArgumentException() - Method in class ThreadPoolExecutorSubclassTest
setCorePoolSize of negative value throws IllegalArgumentException
testCorePoolSizeIllegalArgumentException() - Method in class ThreadPoolExecutorTest
setCorePoolSize of negative value throws IllegalArgumentException
testCountDown() - Method in class CountDownLatchTest
countDown decrements count when positive and has no effect when zero
testCountingInMultipleThreads() - Method in class AtomicIntegerArrayTest
Multiple threads using same array of counters successfully update a number of times equal to total count
testCountingInMultipleThreads() - Method in class AtomicLongArrayTest
Multiple threads using same array of counters successfully update a number of times equal to total count
testCreatePrivilegedCallableUsingCCLWithNoPrivs() - Method in class ExecutorsTest
Without class loader permissions, creating privilegedCallableUsingCurrentClassLoader throws ACE
testDecrementAndGet() - Method in class AtomicIntegerArrayTest
decrementAndGet decrements and returns current value
testDecrementAndGet() - Method in class AtomicIntegerFieldUpdaterTest
decrementAndGet decrements and returns current value
testDecrementAndGet() - Method in class AtomicIntegerTest
decrementAndGet decrements and returns current value
testDecrementAndGet() - Method in class AtomicLongArrayTest
decrementAndGet decrements and returns current value
testDecrementAndGet() - Method in class AtomicLongFieldUpdaterTest
decrementAndGet decrements and returns current value
testDecrementAndGet() - Method in class AtomicLongTest
decrementAndGet decrements and returns current value
testDefaultInitialState() - Method in class ForkJoinPoolTest
Successfully constructed pool reports default factory, parallelism and async mode policies, no active threads or tasks, and quiescent running state.
testDefaultThreadFactory() - Method in class ExecutorsTest
ThreadPoolExecutor using defaultThreadFactory has specified group, priority, daemon status, and name
testDelay() - Method in class DelayQueueTest
Delayed actions do not occur until their delay elapses
testDescendingAdd() - Method in class ConcurrentSkipListSubSetTest
Add of comparable element succeeds
testDescendingAdd() - Method in class TreeSubSetTest
Add of comparable element succeeds
testDescendingAddAll1() - Method in class ConcurrentSkipListSubSetTest
addAll(null) throws NPE
testDescendingAddAll1() - Method in class TreeSubSetTest
addAll(null) throws NPE
testDescendingAddAll2() - Method in class ConcurrentSkipListSubSetTest
addAll of a collection with null elements throws NPE
testDescendingAddAll2() - Method in class TreeSubSetTest
addAll of a collection with null elements throws NPE
testDescendingAddAll3() - Method in class ConcurrentSkipListSubSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testDescendingAddAll3() - Method in class TreeSubSetTest
addAll of a collection with any null elements throws NPE after possibly adding some elements
testDescendingAddAll5() - Method in class ConcurrentSkipListSubSetTest
Set contains all elements of successful addAll
testDescendingAddAll5() - Method in class TreeSubSetTest
Set contains all elements of successful addAll
testDescendingAddDup() - Method in class ConcurrentSkipListSubSetTest
Add of duplicate element fails
testDescendingAddDup() - Method in class TreeSubSetTest
Add of duplicate element fails
testDescendingAddNonComparable() - Method in class ConcurrentSkipListSubSetTest
Add of non-Comparable throws CCE
testDescendingAddNonComparable() - Method in class TreeSubSetTest
Add of non-Comparable throws CCE
testDescendingAddNull() - Method in class ConcurrentSkipListSubSetTest
add(null) throws NPE
testDescendingAscendingKeySetToArray() - Method in class ConcurrentSkipListSubMapTest
keySet.toArray returns contains all keys
testDescendingAscendingKeySetToArray() - Method in class TreeSubMapTest
keySet.toArray returns contains all keys
testDescendingCeiling() - Method in class ConcurrentSkipListSubSetTest
ceiling returns next element
testDescendingCeiling() - Method in class TreeSubSetTest
ceiling returns next element
testDescendingCeilingEntry() - Method in class ConcurrentSkipListSubMapTest
ceilingEntry returns next entry.
testDescendingCeilingEntry() - Method in class TreeSubMapTest
ceilingEntry returns next entry.
testDescendingClear() - Method in class ConcurrentSkipListSubMapTest
clear removes all pairs
testDescendingClear() - Method in class ConcurrentSkipListSubSetTest
clear removes all elements
testDescendingClear() - Method in class TreeSubMapTest
clear removes all pairs
testDescendingClear() - Method in class TreeSubSetTest
clear removes all elements
testDescendingContains() - Method in class ConcurrentSkipListSubSetTest
contains(x) reports true when elements added but not yet removed
testDescendingContains() - Method in class TreeSubSetTest
contains(x) reports true when elements added but not yet removed
testDescendingContainsAll() - Method in class ConcurrentSkipListSubSetTest
containsAll(c) is true when c contains a subset of elements
testDescendingContainsAll() - Method in class TreeSubSetTest
containsAll(c) is true when c contains a subset of elements
testDescendingContainsKey() - Method in class ConcurrentSkipListSubMapTest
containsKey returns true for contained key
testDescendingContainsKey() - Method in class TreeSubMapTest
containsKey returns true for contained key
testDescendingContainsKey_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
containsKey(null) of empty map throws NPE
testDescendingContainsValue() - Method in class ConcurrentSkipListSubMapTest
containsValue returns true for held values
testDescendingContainsValue() - Method in class TreeSubMapTest
containsValue returns true for held values
testDescendingContainsValue_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
containsValue(null) throws NPE
testDescendingDescendingKeySetToArray() - Method in class ConcurrentSkipListSubMapTest
descendingkeySet.toArray returns contains all keys
testDescendingDescendingKeySetToArray() - Method in class TreeSubMapTest
descendingkeySet.toArray returns contains all keys
testDescendingEmptyIterator() - Method in class ConcurrentSkipListSubSetTest
iterator of empty set has no elements
testDescendingEmptyIterator() - Method in class TreeSubSetTest
iterator of empty set has no elements
testDescendingEntrySet() - Method in class ConcurrentSkipListMapTest
descendingEntrySet contains all pairs
testDescendingEntrySet() - Method in class ConcurrentSkipListSubMapTest
entrySet contains all pairs
testDescendingEntrySet() - Method in class TreeMapTest
descendingEntrySet contains all pairs
testDescendingEntrySet() - Method in class TreeSubMapTest
entrySet contains all pairs
testDescendingEntrySetToArray() - Method in class ConcurrentSkipListMapTest
descendingEntrySet.toArray contains all entries
testDescendingEntrySetToArray() - Method in class TreeMapTest
descendingEntrySet.toArray contains all entries
testDescendingEquals() - Method in class ConcurrentSkipListSubMapTest
Maps with same contents are equal
testDescendingEquals() - Method in class TreeSubMapTest
Maps with same contents are equal
testDescendingFirstKey() - Method in class ConcurrentSkipListSubMapTest
firstKey returns first key
testDescendingFirstKey() - Method in class TreeSubMapTest
firstKey returns first key
testDescendingFloor() - Method in class ConcurrentSkipListSubSetTest
floor returns preceding element
testDescendingFloor() - Method in class TreeSubSetTest
floor returns preceding element
testDescendingFloorEntry() - Method in class ConcurrentSkipListSubMapTest
floorEntry returns preceding entry.
testDescendingFloorEntry() - Method in class TreeSubMapTest
floorEntry returns preceding entry.
testDescendingGet() - Method in class ConcurrentSkipListSubMapTest
get returns the correct element at the given key, or null if not present
testDescendingGet() - Method in class TreeSubMapTest
get returns the correct element at the given key, or null if not present
testDescendingGet_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
get(null) of empty map throws NPE
testDescendingGet_NullPointerException() - Method in class TreeSubMapTest
get(null) of nonempty map throws NPE
testDescendingHeadMapContents() - Method in class ConcurrentSkipListSubMapTest
headMap returns map with keys in requested range
testDescendingHeadMapContents() - Method in class TreeSubMapTest
headMap returns map with keys in requested range
testDescendingHeadSetContents() - Method in class ConcurrentSkipListSubSetTest
headSet returns set with keys in requested range
testDescendingHeadSetContents() - Method in class TreeSubSetTest
headSet returns set with keys in requested range
testDescendingHigher() - Method in class ConcurrentSkipListSubSetTest
higher returns next element
testDescendingHigher() - Method in class TreeSubSetTest
higher returns next element
testDescendingHigherEntry() - Method in class ConcurrentSkipListSubMapTest
higherEntry returns next entry.
testDescendingHigherEntry() - Method in class TreeSubMapTest
higherEntry returns next entry.
testDescendingIsEmpty() - Method in class ConcurrentSkipListSubMapTest
isEmpty is true of empty map and false for non-empty
testDescendingIsEmpty() - Method in class TreeSubMapTest
isEmpty is true of empty map and false for non-empty
testDescendingIterator() - Method in class ArrayDequeTest
Descending iterator iterates through all elements
testDescendingIterator() - Method in class ConcurrentLinkedDequeTest
Descending iterator iterates through all elements
testDescendingIterator() - Method in class ConcurrentSkipListSubSetTest
iterator iterates through all elements
testDescendingIterator() - Method in class LinkedBlockingDequeTest
Descending iterator iterates through all elements
testDescendingIterator() - Method in class LinkedListTest
Descending iterator iterates through all elements
testDescendingIterator() - Method in class TreeSubSetTest
iterator iterates through all elements
testDescendingIteratorOrdering() - Method in class ArrayDequeTest
Descending iterator ordering is reverse FIFO
testDescendingIteratorOrdering() - Method in class ConcurrentLinkedDequeTest
Descending iterator ordering is reverse FIFO
testDescendingIteratorOrdering() - Method in class LinkedBlockingDequeTest
Descending iterator ordering is reverse FIFO
testDescendingIteratorOrdering() - Method in class LinkedListTest
Descending iterator ordering is reverse FIFO
testDescendingIteratorRemove() - Method in class ArrayDequeTest
descendingIterator.remove() removes current element
testDescendingIteratorRemove() - Method in class ConcurrentLinkedDequeTest
descendingIterator.remove() removes current element
testDescendingIteratorRemove() - Method in class ConcurrentSkipListSubSetTest
iterator.remove removes current element
testDescendingIteratorRemove() - Method in class LinkedBlockingDequeTest
descendingIterator.remove removes current element
testDescendingIteratorRemove() - Method in class LinkedListTest
descendingIterator.remove removes current element
testDescendingIteratorRemove() - Method in class TreeSubSetTest
iterator.remove removes current element
testDescendingKeySet() - Method in class ConcurrentSkipListSubMapTest
keySet returns a Set containing all the keys
testDescendingKeySet() - Method in class TreeSubMapTest
keySet returns a Set containing all the keys
testDescendingKeySetDescendingIteratorOrder() - Method in class ConcurrentSkipListMapTest
descending iterator of descendingKeySet is ordered
testDescendingKeySetDescendingIteratorOrder() - Method in class TreeMapTest
descending iterator of descendingKeySet is ordered
testDescendingKeySetOrder() - Method in class ConcurrentSkipListMapTest
descendingKeySet is ordered
testDescendingKeySetOrder() - Method in class ConcurrentSkipListSubMapTest
keySet is ordered
testDescendingKeySetOrder() - Method in class TreeMapTest
descendingKeySet is ordered
testDescendingKeySetOrder() - Method in class TreeSubMapTest
keySet is ordered
testDescendingKeySetToArray() - Method in class ConcurrentSkipListMapTest
descendingkeySet.toArray returns contains all keys
testDescendingKeySetToArray() - Method in class ConcurrentSkipListSubMapTest
descendingkeySet.toArray returns contains all keys
testDescendingKeySetToArray() - Method in class TreeMapTest
descendingkeySet.toArray returns contains all keys
testDescendingLastKey() - Method in class ConcurrentSkipListSubMapTest
lastKey returns last key
testDescendingLastKey() - Method in class TreeSubMapTest
lastKey returns last key
testDescendingLower() - Method in class ConcurrentSkipListSubSetTest
lower returns preceding element
testDescendingLower() - Method in class TreeSubSetTest
lower returns preceding element
testDescendingLowerEntry() - Method in class ConcurrentSkipListSubMapTest
lowerEntry returns preceding entry.
testDescendingLowerEntry() - Method in class TreeSubMapTest
lowerEntry returns preceding entry.
testDescendingPoll() - Method in class ConcurrentSkipListSubSetTest
poll succeeds unless empty
testDescendingPoll() - Method in class TreeSubSetTest
poll succeeds unless empty
testDescendingPollFirstEntry() - Method in class ConcurrentSkipListSubMapTest
pollFirstEntry returns entries in order
testDescendingPollFirstEntry() - Method in class TreeSubMapTest
pollFirstEntry returns entries in order
testDescendingPollLastEntry() - Method in class ConcurrentSkipListSubMapTest
pollLastEntry returns entries in order
testDescendingPollLastEntry() - Method in class TreeSubMapTest
pollLastEntry returns entries in order
testDescendingPut1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
put(null,x) throws NPE
testDescendingPut1_NullPointerException() - Method in class TreeSubMapTest
put(null,x) throws NPE
testDescendingPutAll() - Method in class ConcurrentSkipListSubMapTest
putAll adds all key-value pairs from the given map
testDescendingPutAll() - Method in class TreeSubMapTest
putAll adds all key-value pairs from the given map
testDescendingPutIfAbsent() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent works when the given key is not present
testDescendingPutIfAbsent1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent(null, x) throws NPE
testDescendingPutIfAbsent2() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent does not add the pair if the key is already present
testDescendingRemove() - Method in class ConcurrentSkipListSubMapTest
remove removes the correct key-value pair from the map
testDescendingRemove() - Method in class TreeSubMapTest
remove removes the correct key-value pair from the map
testDescendingRemove1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
remove(null) throws NPE
testDescendingRemove2() - Method in class ConcurrentSkipListSubMapTest
remove(key,value) removes only if pair present
testDescendingRemove2_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
remove(null, x) throws NPE
testDescendingRemoveAll() - Method in class ConcurrentSkipListSubSetTest
removeAll(c) removes only those elements of c and reports true if changed
testDescendingRemoveAll() - Method in class TreeSubSetTest
removeAll(c) removes only those elements of c and reports true if changed
testDescendingRemoveElement() - Method in class ConcurrentSkipListSubSetTest
remove(x) removes x and returns true if present
testDescendingRemoveElement() - Method in class TreeSubSetTest
remove(x) removes x and returns true if present
testDescendingReplace() - Method in class ConcurrentSkipListSubMapTest
replace fails when the given key is not present
testDescendingReplace2() - Method in class ConcurrentSkipListSubMapTest
replace succeeds if the key is already present
testDescendingReplace_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
replace(null, x) throws NPE
testDescendingReplaceValue() - Method in class ConcurrentSkipListSubMapTest
replace value fails when the given key not mapped to expected value
testDescendingReplaceValue2() - Method in class ConcurrentSkipListSubMapTest
replace value succeeds when the given key mapped to expected value
testDescendingReplaceValue_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
replace(null, x, y) throws NPE
testDescendingRetainAll() - Method in class ConcurrentSkipListSubSetTest
retainAll(c) retains only those elements of c and reports true if changed
testDescendingRetainAll() - Method in class TreeSubSetTest
retainAll(c) retains only those elements of c and reports true if changed
testDescendingSerialization() - Method in class ConcurrentSkipListSubMapTest
A deserialized map equals original
testDescendingSerialization() - Method in class ConcurrentSkipListSubSetTest
A deserialized serialized set has same elements
testDescendingSerialization() - Method in class TreeSubMapTest
A deserialized map equals original
testDescendingSerialization() - Method in class TreeSubSetTest
A deserialized serialized set has same elements
testDescendingSize() - Method in class ConcurrentSkipListSubMapTest
size returns the correct values
testDescendingSize() - Method in class ConcurrentSkipListSubSetTest
size changes when elements added and removed
testDescendingSize() - Method in class TreeSubMapTest
size returns the correct values
testDescendingSize() - Method in class TreeSubSetTest
size changes when elements added and removed
testDescendingSubMapContents() - Method in class ConcurrentSkipListSubMapTest
subMap returns map with keys in requested range
testDescendingSubMapContents() - Method in class TreeSubMapTest
subMap returns map with keys in requested range
testDescendingSubMapContents2() - Method in class ConcurrentSkipListSubMapTest
 
testDescendingSubMapContents2() - Method in class TreeSubMapTest
 
testDescendingSubSetContents() - Method in class ConcurrentSkipListSubSetTest
subSet returns set with keys in requested range
testDescendingSubSetContents() - Method in class TreeSubSetTest
subSet returns set with keys in requested range
testDescendingSubSetContents2() - Method in class ConcurrentSkipListSubSetTest
 
testDescendingSubSetContents2() - Method in class TreeSubSetTest
 
testDescendingTailMapContents() - Method in class ConcurrentSkipListSubMapTest
headMap returns map with keys in requested range
testDescendingTailMapContents() - Method in class TreeSubMapTest
headMap returns map with keys in requested range
testDescendingTailSetContents() - Method in class ConcurrentSkipListSubSetTest
tailSet returns set with keys in requested range
testDescendingTailSetContents() - Method in class TreeSubSetTest
tailSet returns set with keys in requested range
testDescendingToArray() - Method in class ConcurrentSkipListSubSetTest
toArray contains all elements
testDescendingToArray() - Method in class TreeSubSetTest
toArray contains all elements
testDescendingToArray2() - Method in class ConcurrentSkipListSubSetTest
toArray(a) contains all elements
testDescendingToArray2() - Method in class TreeSubSetTest
toArray(a) contains all elements
testDescendingToString() - Method in class ConcurrentSkipListSubMapTest
toString contains toString of elements
testDescendingToString() - Method in class ConcurrentSkipListSubSetTest
toString contains toStrings of elements
testDescendingToString() - Method in class TreeSubMapTest
toString contains toString of elements
testDescendingToString() - Method in class TreeSubSetTest
toString contains toStrings of elements
testDescendingValues() - Method in class ConcurrentSkipListSubMapTest
values collection contains all values
testDescendingValues() - Method in class TreeSubMapTest
values collection contains all values
testDescendingValuesToArray() - Method in class ConcurrentSkipListSubMapTest
Values.toArray contains all values
testDescendingValuesToArray() - Method in class TreeSubMapTest
Values.toArray contains all values
testDiscardOldestOnShutdown() - Method in class ThreadPoolExecutorSubclassTest
execute using DiscardOldestPolicy drops task on shutdown
testDiscardOldestOnShutdown() - Method in class ThreadPoolExecutorTest
execute using DiscardOldestPolicy drops task on shutdown
testDiscardOnShutdown() - Method in class ThreadPoolExecutorSubclassTest
execute using DiscardPolicy drops task on shutdown
testDiscardOnShutdown() - Method in class ThreadPoolExecutorTest
execute using DiscardPolicy drops task on shutdown
testDoubleValue() - Method in class AtomicIntegerTest
doubleValue returns current value.
testDoubleValue() - Method in class AtomicLongTest
doubleValue returns current value.
testDrainPermits() - Method in class SemaphoreTest
drainPermits reports and removes given number of permits
testDrainTasksTo() - Method in class ForkJoinPoolTest
drainTasksTo transfers unexecuted submitted tasks, if present
testDrainTo() - Method in class ArrayBlockingQueueTest
drainTo(c) empties queue into another collection c
testDrainTo() - Method in class DelayQueueTest
drainTo(c) empties queue into another collection c
testDrainTo() - Method in class LinkedBlockingDequeTest
drainTo(c) empties deque into another collection c
testDrainTo() - Method in class LinkedBlockingQueueTest
drainTo(c) empties queue into another collection c
testDrainTo() - Method in class LinkedTransferQueueTest
drainTo(c) empties queue into another collection c
testDrainTo() - Method in class PriorityBlockingQueueTest
drainTo(c) empties queue into another collection c
testDrainTo() - Method in class SynchronousQueueTest
drainTo(c) of empty queue doesn't transfer elements
testDrainToN() - Method in class ArrayBlockingQueueTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class DelayQueueTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class LinkedBlockingDequeTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class LinkedBlockingQueueTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class LinkedTransferQueueTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class PriorityBlockingQueueTest
drainTo(c, n) empties first min(n, size) elements of queue into c
testDrainToN() - Method in class SynchronousQueueTest
drainTo(c, n) empties up to n elements of queue into c
testDrainToNull() - Method in class ArrayBlockingQueueTest
drainTo(null) throws NPE
testDrainToNull() - Method in class DelayQueueTest
drainTo(null) throws NPE
testDrainToNull() - Method in class LinkedBlockingDequeTest
drainTo(null) throws NPE
testDrainToNull() - Method in class LinkedBlockingQueueTest
drainTo(null) throws NPE
testDrainToNull() - Method in class LinkedTransferQueueTest
drainTo(null) throws NullPointerException
testDrainToNull() - Method in class PriorityBlockingQueueTest
drainTo(null) throws NPE
testDrainToNull() - Method in class SynchronousQueueTest
drainTo(null) throws NPE
testDrainToNullN() - Method in class ArrayBlockingQueueTest
drainTo(null, n) throws NPE
testDrainToNullN() - Method in class DelayQueueTest
drainTo(null, n) throws NPE
testDrainToNullN() - Method in class LinkedBlockingDequeTest
drainTo(null, n) throws NPE
testDrainToNullN() - Method in class LinkedBlockingQueueTest
drainTo(null, n) throws NPE
testDrainToNullN() - Method in class LinkedTransferQueueTest
drainTo(null, n) throws NullPointerException
testDrainToNullN() - Method in class PriorityBlockingQueueTest
drainTo(null, n) throws NPE
testDrainToNullN() - Method in class SynchronousQueueTest
drainTo(null, n) throws NPE
testDrainToSelf() - Method in class ArrayBlockingQueueTest
drainTo(this) throws IAE
testDrainToSelf() - Method in class DelayQueueTest
drainTo(this) throws IAE
testDrainToSelf() - Method in class LinkedBlockingDequeTest
drainTo(this) throws IAE
testDrainToSelf() - Method in class LinkedBlockingQueueTest
drainTo(this) throws IAE
testDrainToSelf() - Method in class LinkedTransferQueueTest
drainTo(this) throws IllegalArgumentException
testDrainToSelf() - Method in class PriorityBlockingQueueTest
drainTo(this) throws IAE
testDrainToSelf() - Method in class SynchronousQueueTest
drainTo(this) throws IAE
testDrainToSelfN() - Method in class ArrayBlockingQueueTest
drainTo(this, n) throws IAE
testDrainToSelfN() - Method in class DelayQueueTest
drainTo(this, n) throws IAE
testDrainToSelfN() - Method in class LinkedBlockingDequeTest
drainTo(this, n) throws IAE
testDrainToSelfN() - Method in class LinkedBlockingQueueTest
drainTo(this, n) throws IAE
testDrainToSelfN() - Method in class LinkedTransferQueueTest
drainTo(this, n) throws IllegalArgumentException
testDrainToSelfN() - Method in class PriorityBlockingQueueTest
drainTo(this, n) throws IAE
testDrainToSelfN() - Method in class SynchronousQueueTest
drainTo(this, n) throws IAE
testDrainToWithActivePut() - Method in class ArrayBlockingQueueTest
drainTo empties full queue, unblocking a waiting put.
testDrainToWithActivePut() - Method in class DelayQueueTest
drainTo empties queue
testDrainToWithActivePut() - Method in class LinkedBlockingDequeTest
drainTo empties full deque, unblocking a waiting put.
testDrainToWithActivePut() - Method in class LinkedBlockingQueueTest
drainTo empties full queue, unblocking a waiting put.
testDrainToWithActivePut() - Method in class LinkedTransferQueueTest
drainTo(c) empties full queue, unblocking a waiting put.
testDrainToWithActivePut() - Method in class PriorityBlockingQueueTest
drainTo empties queue
testDrainToWithActivePut() - Method in class SynchronousQueueTest
drainTo empties queue, unblocking a waiting put.
testElement() - Method in class ArrayBlockingQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class ArrayDequeTest
element() returns first element, or throws NSEE if empty
testElement() - Method in class ConcurrentLinkedDequeTest
element() returns first element, or throws NSEE if empty
testElement() - Method in class ConcurrentLinkedQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class DelayQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class LinkedBlockingDequeTest
element returns next element, or throws NSEE if empty
testElement() - Method in class LinkedBlockingQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class LinkedListTest
element returns next element, or throws NSEE if empty
testElement() - Method in class LinkedTransferQueueTest
element returns next element, or throws NoSuchElementException if empty
testElement() - Method in class PriorityBlockingQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class PriorityQueueTest
element returns next element, or throws NSEE if empty
testElement() - Method in class SynchronousQueueTest
element() throws NSEE if no active putter
testElementF() - Method in class AbstractQueueTest
element throws NSEE if peek returns null
testElementS() - Method in class AbstractQueueTest
element returns normally if peek succeeds
testEmpty() - Method in class ArrayDequeTest
isEmpty is true before add, false after
testEmpty() - Method in class ConcurrentLinkedDequeTest
isEmpty is true before add, false after
testEmpty() - Method in class ConcurrentLinkedQueueTest
isEmpty is true before add, false after
testEmpty() - Method in class ConcurrentSkipListSetTest
isEmpty is true before add, false after
testEmpty() - Method in class ConcurrentSkipListSubSetTest
isEmpty is true before add, false after
testEmpty() - Method in class DelayQueueTest
isEmpty is true before add, false after
testEmpty() - Method in class LinkedBlockingDequeTest
isEmpty is true before add, false after
testEmpty() - Method in class LinkedListTest
isEmpty is true before add, false after
testEmpty() - Method in class PriorityBlockingQueueTest
isEmpty is true before add, false after
testEmpty() - Method in class PriorityQueueTest
isEmpty is true before add, false after
testEmpty() - Method in class TreeSetTest
isEmpty is true before add, false after
testEmpty() - Method in class TreeSubSetTest
isEmpty is true before add, false after
testEmptyFull() - Method in class ArrayBlockingQueueTest
Queue transitions from empty to full when elements added
testEmptyFull() - Method in class LinkedBlockingDequeTest
Deque transitions from empty to full when elements added
testEmptyFull() - Method in class LinkedBlockingQueueTest
Queue transitions from empty to full when elements added
testEmptyFull(SynchronousQueue) - Method in class SynchronousQueueTest
Any SynchronousQueue is both empty and full
testEmptyFull() - Method in class SynchronousQueueTest
A non-fair SynchronousQueue is both empty and full
testEmptyIterator() - Method in class ConcurrentSkipListSetTest
iterator of empty set has no elements
testEmptyIterator() - Method in class ConcurrentSkipListSubSetTest
iterator of empty set has no elements
testEmptyIterator() - Method in class TreeSetTest
iterator of empty set has no elements
testEmptyIterator() - Method in class TreeSubSetTest
iterator of empty set has no elements
testEntryImmutablity() - Method in class ConcurrentSkipListMapTest
lowerEntry, higherEntry, ceilingEntry, and floorEntry return immutable entries
testEntrySet() - Method in class ConcurrentHashMapTest
entrySet contains all pairs
testEntrySet() - Method in class ConcurrentSkipListMapTest
entrySet contains all pairs
testEntrySet() - Method in class ConcurrentSkipListSubMapTest
entrySet contains all pairs
testEntrySet() - Method in class TreeMapTest
entrySet contains all pairs
testEntrySet() - Method in class TreeSubMapTest
entrySet contains all pairs
testEntrySetToArray() - Method in class ConcurrentHashMapTest
entrySet.toArray contains all entries
testEntrySetToArray() - Method in class ConcurrentSkipListMapTest
entrySet.toArray contains all entries
testEntrySetToArray() - Method in class TreeMapTest
entrySet.toArray contains all entries
testEnumeration() - Method in class ConcurrentHashMapTest
enumeration returns an enumeration containing the correct elements
testEquals() - Method in class ConcurrentHashMapTest
Maps with same contents are equal
testEquals() - Method in class ConcurrentSkipListMapTest
Maps with same contents are equal
testEquals() - Method in class ConcurrentSkipListSubMapTest
Maps with same contents are equal
testEquals() - Method in class CopyOnWriteArrayListTest
lists with same elements are equal and have same hashCode
testEquals() - Method in class CopyOnWriteArraySetTest
Sets with equal elements are equal
testEquals() - Method in class EntryTest
Entries with same key-value pairs are equal and have same hashcodes
testEquals() - Method in class TreeMapTest
Maps with same contents are equal
testEquals() - Method in class TreeSubMapTest
Maps with same contents are equal
testExchange() - Method in class ExchangerTest
exchange exchanges objects across two threads
testExchange_InterruptedException() - Method in class ExchangerTest
interrupt during wait for exchange throws IE
testExchange_TimeOutException() - Method in class ExchangerTest
timeout during wait for timed exchange throws TOE
testExecute() - Method in class ScheduledExecutorSubclassTest
execute successfully executes a runnable
testExecute() - Method in class ScheduledExecutorTest
execute successfully executes a runnable
testExecute() - Method in class ThreadPoolExecutorSubclassTest
execute successfully executes a runnable
testExecute() - Method in class ThreadPoolExecutorTest
execute successfully executes a runnable
testExecuteNull() - Method in class ScheduledExecutorSubclassTest
execute(null) throws NPE
testExecuteNull() - Method in class ScheduledExecutorTest
execute(null) throws NPE
testExecuteNull() - Method in class ThreadPoolExecutorSubclassTest
execute(null) throws NPE
testExecuteNull() - Method in class ThreadPoolExecutorTest
execute(null) throws NPE
testExecuteNullRunnable() - Method in class AbstractExecutorServiceTest
execute(null runnable) throws NPE
testExecuteNullRunnable() - Method in class ForkJoinPoolTest
execute(null runnable) throws NullPointerException
testExecuteRunnable() - Method in class AbstractExecutorServiceTest
execute(runnable) runs it to completion
testExecuteRunnable() - Method in class ForkJoinPoolTest
execute(runnable) runs it to completion
testFailingThreadFactory() - Method in class ThreadPoolExecutorSubclassTest
Execution continues if there is at least one thread even if thread factory fails to create more
testFailingThreadFactory() - Method in class ThreadPoolExecutorTest
Execution continues if there is at least one thread even if thread factory fails to create more
testFairBlockingPut() - Method in class SynchronousQueueTest
put blocks interruptibly if no active taker
testFairEmptyFull() - Method in class SynchronousQueueTest
A fair SynchronousQueue is both empty and full
testFairInterruptedTimedPoll() - Method in class SynchronousQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testFairLock() - Method in class ReentrantLockTest
locking an unlocked fair lock succeeds
testFairLock() - Method in class ReentrantReadWriteLockTest
locking an unlocked fair lock succeeds
testFairPutWithTake() - Method in class SynchronousQueueTest
put blocks waiting for take
testFairTakeFromEmpty() - Method in class SynchronousQueueTest
take blocks interruptibly when empty
testFairTimedOffer() - Method in class SynchronousQueueTest
timed offer times out if elements not taken
testFairTimedPollWithOffer() - Method in class SynchronousQueueTest
timed poll before a delayed offer times out, returning null; after offer succeeds; on interruption throws
testFirstElement() - Method in class ArrayDequeTest
getFirst() returns first element, or throws NSEE if empty
testFirstElement() - Method in class ConcurrentLinkedDequeTest
getFirst() returns first element, or throws NSEE if empty
testFirstElement() - Method in class LinkedBlockingDequeTest
getFirst() returns first element, or throws NSEE if empty
testFirstElement() - Method in class LinkedListTest
 
testFirstKey() - Method in class ConcurrentSkipListMapTest
firstKey returns first key
testFirstKey() - Method in class ConcurrentSkipListSubMapTest
firstKey returns first key
testFirstKey() - Method in class TreeMapTest
firstKey returns first key
testFirstKey() - Method in class TreeSubMapTest
firstKey returns first key
testFixedDelaySequence() - Method in class ScheduledExecutorSubclassTest
scheduleWithFixedDelay executes series of tasks with given period
testFixedDelaySequence() - Method in class ScheduledExecutorTest
scheduleWithFixedDelay executes series of tasks with given period
testFixedRateSequence() - Method in class ScheduledExecutorSubclassTest
scheduleAtFixedRate executes series of tasks at given rate
testFixedRateSequence() - Method in class ScheduledExecutorTest
scheduleAtFixedRate executes series of tasks at given rate
testFloatValue() - Method in class AtomicIntegerTest
floatValue returns current value.
testFloatValue() - Method in class AtomicLongTest
floatValue returns current value.
testFloor() - Method in class ConcurrentSkipListSetTest
floor returns preceding element
testFloor() - Method in class ConcurrentSkipListSubSetTest
floor returns preceding element
testFloor() - Method in class TreeSetTest
floor returns preceding element
testFloor() - Method in class TreeSubSetTest
floor returns preceding element
testFloorEntry() - Method in class ConcurrentSkipListMapTest
floorEntry returns preceding entry.
testFloorEntry() - Method in class ConcurrentSkipListSubMapTest
floorEntry returns preceding entry.
testFloorEntry() - Method in class TreeMapTest
floorEntry returns preceding entry.
testFloorEntry() - Method in class TreeSubMapTest
floorEntry returns preceding entry.
testFloorKey() - Method in class ConcurrentSkipListMapTest
floorKey returns preceding element
testFloorKey() - Method in class TreeMapTest
floorKey returns preceding element
testForkGet() - Method in class ForkJoinTaskTest
get of a forked task returns when task completes
testForkGet() - Method in class RecursiveActionTest
get of a forked task returns when task completes
testForkGet() - Method in class RecursiveTaskTest
get of a forked task returns when task completes
testForkGetSingleton() - Method in class ForkJoinTaskTest
get of a forked task returns when task completes
testForkHelpQuiesce() - Method in class ForkJoinTaskTest
helpQuiesce returns when tasks are complete.
testForkHelpQuiesce() - Method in class RecursiveActionTest
helpQuiesce returns when tasks are complete.
testForkHelpQuiesce() - Method in class RecursiveTaskTest
helpQuiesce returns when tasks are complete.
testForkHelpQuiesceSingleton() - Method in class ForkJoinTaskTest
helpQuiesce returns when tasks are complete.
testForkJoin() - Method in class ForkJoinTaskTest
join of a forked task returns when task completes
testForkJoin() - Method in class RecursiveActionTest
join of a forked task returns when task completes
testForkJoin() - Method in class RecursiveTaskTest
join of a forked task returns when task completes
testForkJoinSingleton() - Method in class ForkJoinTaskTest
join of a forked task returns when task completes
testForkQuietlyJoin() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task completes
testForkQuietlyJoin() - Method in class RecursiveActionTest
quietlyJoin of a forked task returns when task completes
testForkQuietlyJoin() - Method in class RecursiveTaskTest
quietlyJoin of a forked task returns when task completes
testForkQuietlyJoinSingleton() - Method in class ForkJoinTaskTest
quietlyJoin of a forked task returns when task completes
testForkTimedGet() - Method in class ForkJoinTaskTest
timed get of a forked task returns when task completes
testForkTimedGet() - Method in class RecursiveActionTest
timed get of a forked task returns when task completes
testForkTimedGet() - Method in class RecursiveTaskTest
timed get of a forked task returns when task completes
testForkTimedGetNPE() - Method in class ForkJoinTaskTest
timed get with null time unit throws NPE
testForkTimedGetNPE() - Method in class RecursiveActionTest
timed get with null time unit throws NPE
testForkTimedGetNPESingleton() - Method in class ForkJoinTaskTest
timed get with null time unit throws NPE
testForkTimedGetSingleton() - Method in class ForkJoinTaskTest
timed get of a forked task returns when task completes
testGenericITL() - Method in class ThreadLocalTest
InheritableThreadLocal propagates generic values.
testGet() - Method in class ConcurrentHashMapTest
get returns the correct element at the given key, or null if not present
testGet() - Method in class ConcurrentSkipListMapTest
get returns the correct element at the given key, or null if not present
testGet() - Method in class ConcurrentSkipListSubMapTest
get returns the correct element at the given key, or null if not present
testGet() - Method in class CopyOnWriteArrayListTest
get returns the value at the given index
testGet() - Method in class TreeMapTest
get returns the correct element at the given key, or null if not present
testGet() - Method in class TreeSubMapTest
get returns the correct element at the given key, or null if not present
testGet1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
get throws an IndexOutOfBoundsException on a negative index
testGet2_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
get throws an IndexOutOfBoundsException on a too high index
testGet_Cancellation() - Method in class FutureTaskTest
Cancelling a task causes get in another thread to throw CancellationException
testGet_ExecutionException() - Method in class FutureTaskTest
A runtime exception in task causes get to throw ExecutionException
testGet_InterruptedException() - Method in class FutureTaskTest
Interrupting a waiting get causes it to throw InterruptedException
testGet_NullPointerException() - Method in class ConcurrentHashMapTest
get(null) throws NPE
testGet_NullPointerException() - Method in class ConcurrentSkipListMapTest
get(null) of nonempty map throws NPE
testGet_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
get(null) of nonempty map throws NPE
testGet_NullPointerException() - Method in class TreeMapTest
get(null) of nonempty map throws NPE
testGet_NullPointerException() - Method in class TreeSubMapTest
get(null) of nonempty map throws NPE
testGet_TimeoutException() - Method in class FutureTaskTest
A timed out timed get throws TimeoutException
testGetActiveCount() - Method in class ScheduledExecutorSubclassTest
getActiveCount increases but doesn't overestimate, when a thread becomes active
testGetActiveCount() - Method in class ScheduledExecutorTest
getActiveCount increases but doesn't overestimate, when a thread becomes active
testGetActiveCount() - Method in class ThreadPoolExecutorSubclassTest
getActiveCount increases but doesn't overestimate, when a thread becomes active
testGetActiveCount() - Method in class ThreadPoolExecutorTest
getActiveCount increases but doesn't overestimate, when a thread becomes active
testGetAndAdd() - Method in class AtomicIntegerArrayTest
getAndAdd returns previous value and adds given value
testGetAndAdd() - Method in class AtomicIntegerFieldUpdaterTest
getAndAdd returns previous value and adds given value
testGetAndAdd() - Method in class AtomicIntegerTest
getAndAdd returns previous value and adds given value
testGetAndAdd() - Method in class AtomicLongArrayTest
getAndAdd returns previous value and adds given value
testGetAndAdd() - Method in class AtomicLongFieldUpdaterTest
getAndAdd returns previous value and adds given value
testGetAndAdd() - Method in class AtomicLongTest
getAndAdd returns previous value and adds given value
testGetAndDecrement() - Method in class AtomicIntegerArrayTest
getAndDecrement returns previous value and decrements
testGetAndDecrement() - Method in class AtomicIntegerFieldUpdaterTest
getAndDecrement returns previous value and decrements
testGetAndDecrement() - Method in class AtomicIntegerTest
getAndDecrement returns previous value and decrements
testGetAndDecrement() - Method in class AtomicLongArrayTest
getAndDecrement returns previous value and decrements
testGetAndDecrement() - Method in class AtomicLongFieldUpdaterTest
getAndDecrement returns previous value and decrements
testGetAndDecrement() - Method in class AtomicLongTest
getAndDecrement returns previous value and decrements
testGetAndIncrement() - Method in class AtomicIntegerArrayTest
getAndIncrement returns previous value and increments
testGetAndIncrement() - Method in class AtomicIntegerFieldUpdaterTest
getAndIncrement returns previous value and increments
testGetAndIncrement() - Method in class AtomicIntegerTest
getAndIncrement returns previous value and increments
testGetAndIncrement() - Method in class AtomicLongArrayTest
getAndIncrement returns previous value and increments
testGetAndIncrement() - Method in class AtomicLongFieldUpdaterTest
getAndIncrement returns previous value and increments
testGetAndIncrement() - Method in class AtomicLongTest
getAndIncrement returns previous value and increments
testGetAndSet() - Method in class AtomicBooleanTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicIntegerArrayTest
getAndSet returns previous value and sets to given value at given index
testGetAndSet() - Method in class AtomicIntegerFieldUpdaterTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicIntegerTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicLongArrayTest
getAndSet returns previous value and sets to given value at given index
testGetAndSet() - Method in class AtomicLongFieldUpdaterTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicLongTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicReferenceArrayTest
getAndSet returns previous value and sets to given value at given index
testGetAndSet() - Method in class AtomicReferenceFieldUpdaterTest
getAndSet returns previous value and sets to given value
testGetAndSet() - Method in class AtomicReferenceTest
getAndSet returns previous value and sets to given value
testGetAndSetDefaultUncaughtExceptionHandler() - Method in class ThreadTest
getDefaultUncaughtExceptionHandler returns value of last setDefaultUncaughtExceptionHandler.
testGetAndSetUncaughtExceptionHandler() - Method in class ThreadTest
getUncaughtExceptionHandler returns ThreadGroup unless set, otherwise returning value of last setUncaughtExceptionHandler.
testGetBlockerNull() - Method in class LockSupportTest
getBlocker(null) throws NullPointerException
testGetCompletedTaskCount() - Method in class ScheduledExecutorSubclassTest
getCompletedTaskCount increases, but doesn't overestimate, when tasks complete
testGetCompletedTaskCount() - Method in class ScheduledExecutorTest
getCompletedTaskCount increases, but doesn't overestimate, when tasks complete
testGetCompletedTaskCount() - Method in class ThreadPoolExecutorSubclassTest
getCompletedTaskCount increases, but doesn't overestimate, when tasks complete
testGetCompletedTaskCount() - Method in class ThreadPoolExecutorTest
getCompletedTaskCount increases, but doesn't overestimate, when tasks complete
testGetCorePoolSize() - Method in class ScheduledExecutorSubclassTest
getCorePoolSize returns size given in constructor if not otherwise set
testGetCorePoolSize() - Method in class ScheduledExecutorTest
getCorePoolSize returns size given in constructor if not otherwise set
testGetCorePoolSize() - Method in class ThreadPoolExecutorSubclassTest
getCorePoolSize returns size given in constructor if not otherwise set
testGetCorePoolSize() - Method in class ThreadPoolExecutorTest
getCorePoolSize returns size given in constructor if not otherwise set
testGetCount() - Method in class CountDownLatchTest
getCount returns initial count and decreases after countDown
testGetExclusiveQueuedThreads() - Method in class AbstractQueuedLongSynchronizerTest
getExclusiveQueuedThreads includes waiting threads
testGetExclusiveQueuedThreads() - Method in class AbstractQueuedSynchronizerTest
getExclusiveQueuedThreads includes waiting threads
testGetFirstQueuedThread() - Method in class AbstractQueuedLongSynchronizerTest
getFirstQueuedThread returns first waiting thread or null if none
testGetFirstQueuedThread() - Method in class AbstractQueuedSynchronizerTest
getFirstQueuedThread returns first waiting thread or null if none
testGetHoldCount() - Method in class ReentrantLockTest
getHoldCount returns number of recursive holds
testGetHoldCount() - Method in class ReentrantReadWriteLockTest
WriteLock.getHoldCount returns number of recursive holds
testGetKeepAliveTime() - Method in class ThreadPoolExecutorSubclassTest
getKeepAliveTime returns value given in constructor if not otherwise set
testGetKeepAliveTime() - Method in class ThreadPoolExecutorTest
getKeepAliveTime returns value given in constructor if not otherwise set
testGetLargestPoolSize() - Method in class ScheduledExecutorSubclassTest
getLargestPoolSize increases, but doesn't overestimate, when multiple threads active
testGetLargestPoolSize() - Method in class ScheduledExecutorTest
getLargestPoolSize increases, but doesn't overestimate, when multiple threads active
testGetLargestPoolSize() - Method in class ThreadPoolExecutorSubclassTest
getLargestPoolSize increases, but doesn't overestimate, when multiple threads active
testGetLargestPoolSize() - Method in class ThreadPoolExecutorTest
getLargestPoolSize increases, but doesn't overestimate, when multiple threads active
testGetLazySet() - Method in class AtomicBooleanTest
get returns the last value lazySet in same thread
testGetLazySet() - Method in class AtomicIntegerArrayTest
get returns the last value lazySet at index by same thread
testGetLazySet() - Method in class AtomicIntegerFieldUpdaterTest
get returns the last value lazySet by same thread
testGetLazySet() - Method in class AtomicIntegerTest
get returns the last value lazySet in same thread
testGetLazySet() - Method in class AtomicLongArrayTest
get returns the last value lazySet at index by same thread
testGetLazySet() - Method in class AtomicLongFieldUpdaterTest
get returns the last value lazySet by same thread
testGetLazySet() - Method in class AtomicLongTest
get returns the last value lazySet in same thread
testGetLazySet() - Method in class AtomicReferenceArrayTest
get returns the last value lazySet at index by same thread
testGetLazySet() - Method in class AtomicReferenceFieldUpdaterTest
get returns the last value lazySet by same thread
testGetLazySet() - Method in class AtomicReferenceTest
get returns the last value lazySet in same thread
testGetMaximumPoolSize() - Method in class ThreadPoolExecutorSubclassTest
getMaximumPoolSize returns value given in constructor if not otherwise set
testGetMaximumPoolSize() - Method in class ThreadPoolExecutorTest
getMaximumPoolSize returns value given in constructor if not otherwise set
testGetParallelism() - Method in class ForkJoinPoolTest
getParallelism returns size set in constructor
testGetParties() - Method in class CyclicBarrierTest
getParties returns the number of parties given in constructor
testGetPool() - Method in class ForkJoinTaskTest
getPool of executing task returns its pool
testGetPool() - Method in class RecursiveActionTest
getPool of executing task returns its pool
testGetPool() - Method in class RecursiveTaskTest
getPool of executing task returns its pool
testGetPool2() - Method in class ForkJoinTaskTest
getPool of non-FJ task returns null
testGetPool2() - Method in class RecursiveActionTest
getPool of non-FJ task returns null
testGetPool2() - Method in class RecursiveTaskTest
getPool of non-FJ task returns null
testGetPoolSize() - Method in class ForkJoinPoolTest
getPoolSize returns number of started workers.
testGetPoolSize() - Method in class ScheduledExecutorSubclassTest
getPoolSize increases, but doesn't overestimate, when threads become active
testGetPoolSize() - Method in class ScheduledExecutorTest
getPoolSize increases, but doesn't overestimate, when threads become active
testGetPoolSize() - Method in class ThreadPoolExecutorSubclassTest
getPoolSize increases, but doesn't overestimate, when threads become active
testGetPoolSize() - Method in class ThreadPoolExecutorTest
getPoolSize increases, but doesn't overestimate, when threads become active
testGetQueue() - Method in class ScheduledExecutorSubclassTest
getQueue returns the work queue, which contains queued tasks
testGetQueue() - Method in class ScheduledExecutorTest
getQueue returns the work queue, which contains queued tasks
testGetQueue() - Method in class ThreadPoolExecutorSubclassTest
getQueue returns the work queue, which contains queued tasks
testGetQueue() - Method in class ThreadPoolExecutorTest
getQueue returns the work queue, which contains queued tasks
testGetQueuedThreads() - Method in class AbstractQueuedLongSynchronizerTest
getQueuedThreads includes waiting threads
testGetQueuedThreads() - Method in class AbstractQueuedSynchronizerTest
getQueuedThreads includes waiting threads
testGetQueuedThreads() - Method in class ReentrantLockTest
getQueuedThreads includes waiting threads
testGetQueuedThreads() - Method in class ReentrantReadWriteLockTest
getQueuedThreads includes waiting threads
testGetQueuedThreads() - Method in class SemaphoreTest
getQueuedThreads includes waiting threads
testGetQueueLength() - Method in class ReentrantLockTest
getQueueLength reports number of waiting threads
testGetQueueLength() - Method in class ReentrantReadWriteLockTest
getQueueLength reports number of waiting threads
testGetQueueLength() - Method in class SemaphoreTest
getQueueLength reports number of waiting threads
testGetQueueLength_fair() - Method in class ReentrantLockTest
getQueueLength reports number of waiting threads
testGetQueueLength_fair() - Method in class SemaphoreTest
getQueueLength reports number of waiting threads
testGetReadHoldCount() - Method in class ReentrantReadWriteLockTest
getReadHoldCount returns number of recursive holds
testGetRejectedExecutionHandler() - Method in class ThreadPoolExecutorSubclassTest
getRejectedExecutionHandler returns handler in constructor if not set
testGetRejectedExecutionHandler() - Method in class ThreadPoolExecutorTest
getRejectedExecutionHandler returns handler in constructor if not set
testGetRun() - Method in class FutureTaskTest
run in one thread causes get in another thread to retrieve value
testGetSet() - Method in class AtomicBooleanTest
get returns the last value set
testGetSet() - Method in class AtomicIntegerArrayTest
get returns the last value set at index
testGetSet() - Method in class AtomicIntegerFieldUpdaterTest
get returns the last value set or assigned
testGetSet() - Method in class AtomicIntegerTest
get returns the last value set
testGetSet() - Method in class AtomicLongArrayTest
get returns the last value set at index
testGetSet() - Method in class AtomicLongFieldUpdaterTest
get returns the last value set or assigned
testGetSet() - Method in class AtomicLongTest
get returns the last value set
testGetSet() - Method in class AtomicMarkableReferenceTest
get returns the last values of reference and mark set
testGetSet() - Method in class AtomicReferenceArrayTest
get returns the last value set at index
testGetSet() - Method in class AtomicReferenceFieldUpdaterTest
get returns the last value set or assigned
testGetSet() - Method in class AtomicReferenceTest
get returns the last value set
testGetSet() - Method in class AtomicStampedReferenceTest
get returns the last values of reference and stamp set
testGetSet() - Method in class FutureTaskTest
set in one thread causes get in another thread to retrieve value
testGetSharedQueuedThreads() - Method in class AbstractQueuedLongSynchronizerTest
getSharedQueuedThreads does not include exclusively waiting threads
testGetSharedQueuedThreads() - Method in class AbstractQueuedSynchronizerTest
getSharedQueuedThreads does not include exclusively waiting threads
testGetState() - Method in class AbstractQueuedLongSynchronizerTest
getState is true when acquired and false when not
testGetState() - Method in class AbstractQueuedSynchronizerTest
getState is true when acquired and false when not
testGetStateWithReleaseShared() - Method in class AbstractQueuedLongSynchronizerTest
tryReleaseShared setting state changes getState
testGetStateWithReleaseShared() - Method in class AbstractQueuedSynchronizerTest
tryReleaseShared setting state changes getState
testGetSurplusQueuedTaskCount() - Method in class ForkJoinTaskTest
getSurplusQueuedTaskCount returns > 0 when there are more tasks than threads
testGetSurplusQueuedTaskCount() - Method in class RecursiveActionTest
getSurplusQueuedTaskCount returns > 0 when there are more tasks than threads
testGetSurplusQueuedTaskCount() - Method in class RecursiveTaskTest
getSurplusQueuedTaskCount returns > 0 when there are more tasks than threads
testGetTaskCount() - Method in class ScheduledExecutorSubclassTest
getTaskCount increases, but doesn't overestimate, when tasks submitted
testGetTaskCount() - Method in class ScheduledExecutorTest
getTaskCount increases, but doesn't overestimate, when tasks submitted
testGetTaskCount() - Method in class ThreadPoolExecutorSubclassTest
getTaskCount increases, but doesn't overestimate, when tasks submitted
testGetTaskCount() - Method in class ThreadPoolExecutorTest
getTaskCount increases, but doesn't overestimate, when tasks submitted
testGetThreadFactory() - Method in class ScheduledExecutorSubclassTest
getThreadFactory returns factory in constructor if not set
testGetThreadFactory() - Method in class ScheduledExecutorTest
getThreadFactory returns factory in constructor if not set
testGetThreadFactory() - Method in class ThreadPoolExecutorSubclassTest
getThreadFactory returns factory in constructor if not set
testGetThreadFactory() - Method in class ThreadPoolExecutorTest
getThreadFactory returns factory in constructor if not set
testGetWaitingThreads() - Method in class AbstractQueuedLongSynchronizerTest
getWaitingThreads returns only and all waiting threads
testGetWaitingThreads() - Method in class AbstractQueuedSynchronizerTest
getWaitingThreads returns only and all waiting threads
testGetWaitingThreads() - Method in class ReentrantLockTest
getWaitingThreads returns only and all waiting threads
testGetWaitingThreads() - Method in class ReentrantReadWriteLockTest
getWaitingThreads returns only and all waiting threads
testGetWaitingThreadsIAE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitingThreads throws IAE if not owned
testGetWaitingThreadsIAE() - Method in class AbstractQueuedSynchronizerTest
getWaitingThreads throws IAE if not owned
testGetWaitingThreadsIAE() - Method in class ReentrantLockTest
getWaitingThreads throws IllegalArgumentException if not owned
testGetWaitingThreadsIAE() - Method in class ReentrantReadWriteLockTest
getWaitingThreads throws IllegalArgumentException if not owned
testGetWaitingThreadsIMSE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitingThreads throws IMSE if not synced
testGetWaitingThreadsIMSE() - Method in class AbstractQueuedSynchronizerTest
getWaitingThreads throws IMSE if not synced
testGetWaitingThreadsIMSE() - Method in class ReentrantLockTest
getWaitingThreads throws IllegalMonitorStateException if not locked
testGetWaitingThreadsIMSE() - Method in class ReentrantReadWriteLockTest
getWaitingThreads throws IllegalMonitorStateException if not locked
testGetWaitingThreadsNPE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitingThreads throws NPE if null
testGetWaitingThreadsNPE() - Method in class AbstractQueuedSynchronizerTest
getWaitingThreads throws NPE if null
testGetWaitingThreadsNPE() - Method in class ReentrantLockTest
getWaitingThreads throws NPE if null
testGetWaitingThreadsNPE() - Method in class ReentrantReadWriteLockTest
getWaitingThreads throws NPE if null
testGetWaitQueueLength() - Method in class AbstractQueuedLongSynchronizerTest
getWaitQueueLength returns number of waiting threads
testGetWaitQueueLength() - Method in class AbstractQueuedSynchronizerTest
getWaitQueueLength returns number of waiting threads
testGetWaitQueueLength() - Method in class ReentrantLockTest
getWaitQueueLength returns number of waiting threads
testGetWaitQueueLength() - Method in class ReentrantReadWriteLockTest
getWaitQueueLength returns number of waiting threads
testGetWaitQueueLengthIAE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitQueueLength throws IAE if not owned
testGetWaitQueueLengthIAE() - Method in class AbstractQueuedSynchronizerTest
getWaitQueueLength throws IAE if not owned
testGetWaitQueueLengthIAE() - Method in class ReentrantLockTest
getWaitQueueLength throws IllegalArgumentException if not owned
testGetWaitQueueLengthIAE() - Method in class ReentrantReadWriteLockTest
getWaitQueueLength throws IllegalArgumentException if not owned
testGetWaitQueueLengthIMSE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitQueueLength throws IMSE if not synced
testGetWaitQueueLengthIMSE() - Method in class AbstractQueuedSynchronizerTest
getWaitQueueLength throws IMSE if not synced
testGetWaitQueueLengthIMSE() - Method in class ReentrantLockTest
getWaitQueueLength throws IllegalMonitorStateException if not locked
testGetWaitQueueLengthIMSE() - Method in class ReentrantReadWriteLockTest
getWaitQueueLength throws IllegalMonitorStateException if not locked
testGetWaitQueueLengthNPE() - Method in class AbstractQueuedLongSynchronizerTest
getWaitQueueLength throws NPE if null
testGetWaitQueueLengthNPE() - Method in class AbstractQueuedSynchronizerTest
getWaitQueueLength throws NPE if null
testGetWaitQueueLengthNPE() - Method in class ReentrantLockTest
getWaitQueueLength throws NPE if null
testGetWaitQueueLengthNPE() - Method in class ReentrantReadWriteLockTest
getWaitQueueLength throws NPE if null
testGetWriteHoldCount() - Method in class ReentrantReadWriteLockTest
getWriteHoldCount returns number of recursive holds
testHasContended() - Method in class AbstractQueuedLongSynchronizerTest
hasContended reports false if no thread has ever blocked, else true
testHasContended() - Method in class AbstractQueuedSynchronizerTest
hasContended reports false if no thread has ever blocked, else true
testHasQueuedThread() - Method in class ReentrantLockTest
hasQueuedThread reports whether a thread is queued.
testHasQueuedThread() - Method in class ReentrantReadWriteLockTest
hasQueuedThread reports whether a thread is queued.
testHasQueuedThreadNPE() - Method in class ReentrantLockTest
hasQueuedThread(null) throws NPE
testHasQueuedThreadNPE() - Method in class ReentrantReadWriteLockTest
hasQueuedThread(null) throws NPE
testhasQueuedThreads() - Method in class AbstractQueuedLongSynchronizerTest
hasQueuedThreads reports whether there are waiting threads
testhasQueuedThreads() - Method in class AbstractQueuedSynchronizerTest
hasQueuedThreads reports whether there are waiting threads
testHasQueuedThreads() - Method in class ReentrantLockTest
hasQueuedThreads reports whether there are waiting threads
testHasQueuedThreads() - Method in class ReentrantReadWriteLockTest
hasQueuedThreads reports whether there are waiting threads
testHasQueuedThreads() - Method in class SemaphoreTest
hasQueuedThreads reports whether there are waiting threads
testHasWaiters() - Method in class AbstractQueuedLongSynchronizerTest
hasWaiters returns true when a thread is waiting, else false
testHasWaiters() - Method in class AbstractQueuedSynchronizerTest
hasWaiters returns true when a thread is waiting, else false
testHasWaiters() - Method in class ReentrantLockTest
hasWaiters returns true when a thread is waiting, else false
testHasWaiters() - Method in class ReentrantReadWriteLockTest
hasWaiters returns true when a thread is waiting, else false
testHasWaitersIAE() - Method in class AbstractQueuedLongSynchronizerTest
hasWaiters throws IAE if not owned
testHasWaitersIAE() - Method in class AbstractQueuedSynchronizerTest
hasWaiters throws IAE if not owned
testHasWaitersIAE() - Method in class ReentrantLockTest
hasWaiters throws IllegalArgumentException if not owned
testHasWaitersIAE() - Method in class ReentrantReadWriteLockTest
hasWaiters throws IllegalArgumentException if not owned
testHasWaitersIMSE() - Method in class AbstractQueuedLongSynchronizerTest
hasWaiters throws IMSE if not synced
testHasWaitersIMSE() - Method in class AbstractQueuedSynchronizerTest
hasWaiters throws IMSE if not synced
testHasWaitersIMSE() - Method in class ReentrantLockTest
hasWaiters throws IllegalMonitorStateException if not locked
testHasWaitersIMSE() - Method in class ReentrantReadWriteLockTest
hasWaiters throws IllegalMonitorStateException if not locked
testHasWaitersNPE() - Method in class AbstractQueuedLongSynchronizerTest
hasWaiters throws NPE if null
testHasWaitersNPE() - Method in class AbstractQueuedSynchronizerTest
hasWaiters throws NPE if null
testHasWaitersNPE() - Method in class ReentrantLockTest
hasWaiters throws NPE if null
testHasWaitersNPE() - Method in class ReentrantReadWriteLockTest
hasWaiters throws NPE if null
testHeadMapContents() - Method in class ConcurrentSkipListMapTest
headMap returns map with keys in requested range
testHeadMapContents() - Method in class ConcurrentSkipListSubMapTest
headMap returns map with keys in requested range
testHeadMapContents() - Method in class TreeMapTest
headMap returns map with keys in requested range
testHeadMapContents() - Method in class TreeSubMapTest
headMap returns map with keys in requested range
testHeadSetContents() - Method in class ConcurrentSkipListSetTest
headSet returns set with keys in requested range
testHeadSetContents() - Method in class ConcurrentSkipListSubSetTest
headSet returns set with keys in requested range
testHeadSetContents() - Method in class TreeSetTest
headSet returns set with keys in requested range
testHeadSetContents() - Method in class TreeSubSetTest
headSet returns set with keys in requested range
testHigher() - Method in class ConcurrentSkipListSetTest
higher returns next element
testHigher() - Method in class ConcurrentSkipListSubSetTest
higher returns next element
testHigher() - Method in class TreeSetTest
higher returns next element
testHigher() - Method in class TreeSubSetTest
higher returns next element
testHigherEntry() - Method in class ConcurrentSkipListMapTest
higherEntry returns next entry.
testHigherEntry() - Method in class ConcurrentSkipListSubMapTest
higherEntry returns next entry.
testHigherEntry() - Method in class TreeMapTest
higherEntry returns next entry.
testHigherEntry() - Method in class TreeSubMapTest
higherEntry returns next entry.
testHigherKey() - Method in class ConcurrentSkipListMapTest
higherKey returns next element
testHigherKey() - Method in class TreeMapTest
higherKey returns next element
testIncrementAndGet() - Method in class AtomicIntegerArrayTest
incrementAndGet increments and returns current value
testIncrementAndGet() - Method in class AtomicIntegerFieldUpdaterTest
incrementAndGet increments and returns current value
testIncrementAndGet() - Method in class AtomicIntegerTest
incrementAndGet increments and returns current value
testIncrementAndGet() - Method in class AtomicLongArrayTest
incrementAndGet increments and returns current value
testIncrementAndGet() - Method in class AtomicLongFieldUpdaterTest
incrementAndGet increments and returns current value
testIncrementAndGet() - Method in class AtomicLongTest
incrementAndGet increments and returns current value
testIndexing() - Method in class AtomicIntegerArrayTest
get and set for out of bound indices throw IndexOutOfBoundsException
testIndexing() - Method in class AtomicLongArrayTest
get and set for out of bound indices throw IndexOutOfBoundsException
testIndexing() - Method in class AtomicReferenceArrayTest
get and set for out of bound indices throw IndexOutOfBoundsException
testIndexOf() - Method in class CopyOnWriteArrayListTest
indexOf gives the index for the given object
testIndexOf2() - Method in class CopyOnWriteArrayListTest
indexOf gives the index based on the given index at which to start searching
testInForkJoinPool() - Method in class ForkJoinTaskTest
inForkJoinPool of executing task returns true
testInForkJoinPool() - Method in class RecursiveActionTest
inForkJoinPool of executing task returns true
testInForkJoinPool() - Method in class RecursiveTaskTest
inForkJoinPool of executing task returns true
testInForkJoinPool2() - Method in class ForkJoinTaskTest
inForkJoinPool of non-FJ task returns false
testInForkJoinPool2() - Method in class RecursiveActionTest
inForkJoinPool of non-FJ task returns false
testInForkJoinPool2() - Method in class RecursiveTaskTest
inForkJoinPool of non-FJ task returns false
testInterruptedException2() - Method in class AbstractQueuedLongSynchronizerTest
tryAcquireNanos is interruptible.
testInterruptedException2() - Method in class AbstractQueuedSynchronizerTest
tryAcquireNanos is interruptible.
testInterruptedSubmit() - Method in class AbstractExecutorServiceTest
submit(callable).get() throws InterruptedException if interrupted
testInterruptedSubmit() - Method in class ForkJoinPoolTest
submit(callable).get() throws InterruptedException if interrupted
testInterruptedSubmit() - Method in class ThreadPoolExecutorTest
get of submitted callable throws InterruptedException if interrupted
testInterruptedTimedPoll() - Method in class ArrayBlockingQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class DelayQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class LinkedBlockingDequeTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class LinkedBlockingQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class LinkedTransferQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class PriorityBlockingQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll(SynchronousQueue) - Method in class SynchronousQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPoll() - Method in class SynchronousQueueTest
Interrupted timed poll throws InterruptedException instead of returning timeout status
testInterruptedTimedPollFirst() - Method in class LinkedBlockingDequeTest
Interrupted timed pollFirst throws InterruptedException instead of returning timeout status
testInterruptedTimedPollLast() - Method in class LinkedBlockingDequeTest
Interrupted timed pollLast throws InterruptedException instead of returning timeout status
testIntValue() - Method in class AtomicIntegerTest
intValue returns current value.
testIntValue() - Method in class AtomicLongTest
intValue returns current value.
testInvoke() - Method in class ForkJoinTaskTest
invoke returns when task completes normally.
testInvoke() - Method in class RecursiveActionTest
invoke returns when task completes normally.
testInvoke() - Method in class RecursiveTaskTest
invoke returns value when task completes normally.
testInvokeAll1() - Method in class AbstractExecutorServiceTest
invokeAll(null) throws NPE
testInvokeAll1() - Method in class ForkJoinPoolTest
invokeAll(null) throws NullPointerException
testInvokeAll1() - Method in class ForkJoinTaskTest
invokeAll(tasks) with 1 argument invokes task
testInvokeAll1() - Method in class RecursiveActionTest
invokeAll(tasks) with 1 argument invokes task
testInvokeAll1() - Method in class RecursiveTaskTest
invokeAll(tasks) with 1 argument invokes task
testInvokeAll1() - Method in class ScheduledExecutorSubclassTest
invokeAll(null) throws NPE
testInvokeAll1() - Method in class ScheduledExecutorTest
invokeAll(null) throws NPE
testInvokeAll1() - Method in class ThreadPoolExecutorSubclassTest
invokeAll(null) throws NPE
testInvokeAll1() - Method in class ThreadPoolExecutorTest
invokeAll(null) throws NPE
testInvokeAll1Singleton() - Method in class ForkJoinTaskTest
invokeAll(tasks) with 1 argument invokes task
testInvokeAll2() - Method in class AbstractExecutorServiceTest
invokeAll(empty collection) returns empty collection
testInvokeAll2() - Method in class ForkJoinPoolTest
invokeAll(empty collection) returns empty collection
testInvokeAll2() - Method in class ForkJoinTaskTest
invokeAll(t1, t2) invokes all task arguments
testInvokeAll2() - Method in class RecursiveActionTest
invokeAll(t1, t2) invokes all task arguments
testInvokeAll2() - Method in class RecursiveTaskTest
invokeAll(t1, t2) invokes all task arguments
testInvokeAll2() - Method in class ScheduledExecutorSubclassTest
invokeAll(empty collection) returns empty collection
testInvokeAll2() - Method in class ScheduledExecutorTest
invokeAll(empty collection) returns empty collection
testInvokeAll2() - Method in class ThreadPoolExecutorSubclassTest
invokeAll(empty collection) returns empty collection
testInvokeAll2() - Method in class ThreadPoolExecutorTest
invokeAll(empty collection) returns empty collection
testInvokeAll2Singleton() - Method in class ForkJoinTaskTest
invokeAll(t1, t2) invokes all task arguments
testInvokeAll3() - Method in class AbstractExecutorServiceTest
invokeAll(c) throws NPE if c has null elements
testInvokeAll3() - Method in class ForkJoinPoolTest
invokeAll(c) throws NullPointerException if c has null elements
testInvokeAll3() - Method in class ForkJoinTaskTest
invokeAll(tasks) with > 2 argument invokes tasks
testInvokeAll3() - Method in class RecursiveActionTest
invokeAll(tasks) with > 2 argument invokes tasks
testInvokeAll3() - Method in class RecursiveTaskTest
invokeAll(tasks) with > 2 argument invokes tasks
testInvokeAll3() - Method in class ScheduledExecutorSubclassTest
invokeAll(c) throws NPE if c has null elements
testInvokeAll3() - Method in class ScheduledExecutorTest
invokeAll(c) throws NPE if c has null elements
testInvokeAll3() - Method in class ThreadPoolExecutorSubclassTest
invokeAll(c) throws NPE if c has null elements
testInvokeAll3() - Method in class ThreadPoolExecutorTest
invokeAll(c) throws NPE if c has null elements
testInvokeAll3Singleton() - Method in class ForkJoinTaskTest
invokeAll(tasks) with > 2 argument invokes tasks
testInvokeAll4() - Method in class AbstractExecutorServiceTest
get of returned element of invokeAll(c) throws exception on failed task
testInvokeAll4() - Method in class ForkJoinPoolTest
get of returned element of invokeAll(c) throws ExecutionException on failed task
testInvokeAll4() - Method in class ScheduledExecutorSubclassTest
get of invokeAll(c) throws exception on failed task
testInvokeAll4() - Method in class ScheduledExecutorTest
get of invokeAll(c) throws exception on failed task
testInvokeAll4() - Method in class ThreadPoolExecutorSubclassTest
get of element of invokeAll(c) throws exception on failed task
testInvokeAll4() - Method in class ThreadPoolExecutorTest
get of element of invokeAll(c) throws exception on failed task
testInvokeAll5() - Method in class AbstractExecutorServiceTest
invokeAll(c) returns results of all completed tasks in c
testInvokeAll5() - Method in class ForkJoinPoolTest
invokeAll(c) returns results of all completed tasks in c
testInvokeAll5() - Method in class ScheduledExecutorSubclassTest
invokeAll(c) returns results of all completed tasks
testInvokeAll5() - Method in class ScheduledExecutorTest
invokeAll(c) returns results of all completed tasks
testInvokeAll5() - Method in class ThreadPoolExecutorSubclassTest
invokeAll(c) returns results of all completed tasks
testInvokeAll5() - Method in class ThreadPoolExecutorTest
invokeAll(c) returns results of all completed tasks
testInvokeAllCollection() - Method in class ForkJoinTaskTest
invokeAll(collection) invokes all tasks in the collection
testInvokeAllCollection() - Method in class RecursiveActionTest
invokeAll(collection) invokes all tasks in the collection
testInvokeAllCollection() - Method in class RecursiveTaskTest
invokeAll(collection) invokes all tasks in the collection
testInvokeAllCollectionSingleton() - Method in class ForkJoinTaskTest
invokeAll(collection) invokes all tasks in the collection
testInvokeAllNPE() - Method in class ForkJoinTaskTest
invokeAll(tasks) with any null task throws NPE
testInvokeAllNPE() - Method in class RecursiveActionTest
invokeAll(tasks) with any null task throws NPE
testInvokeAllNPE() - Method in class RecursiveTaskTest
invokeAll(tasks) with any null task throws NPE
testInvokeAllNPESingleton() - Method in class ForkJoinTaskTest
invokeAll(tasks) with any null task throws NPE
testInvokeAny1() - Method in class AbstractExecutorServiceTest
invokeAny(null) throws NPE
testInvokeAny1() - Method in class ForkJoinPoolTest
invokeAny(null) throws NullPointerException
testInvokeAny1() - Method in class ScheduledExecutorSubclassTest
invokeAny(null) throws NPE
testInvokeAny1() - Method in class ScheduledExecutorTest
invokeAny(null) throws NPE
testInvokeAny1() - Method in class ThreadPoolExecutorSubclassTest
invokeAny(null) throws NPE
testInvokeAny1() - Method in class ThreadPoolExecutorTest
invokeAny(null) throws NPE
testInvokeAny2() - Method in class AbstractExecutorServiceTest
invokeAny(empty collection) throws IAE
testInvokeAny2() - Method in class ForkJoinPoolTest
invokeAny(empty collection) throws IllegalArgumentException
testInvokeAny2() - Method in class ScheduledExecutorSubclassTest
invokeAny(empty collection) throws IAE
testInvokeAny2() - Method in class ScheduledExecutorTest
invokeAny(empty collection) throws IAE
testInvokeAny2() - Method in class ThreadPoolExecutorSubclassTest
invokeAny(empty collection) throws IAE
testInvokeAny2() - Method in class ThreadPoolExecutorTest
invokeAny(empty collection) throws IAE
testInvokeAny3() - Method in class AbstractExecutorServiceTest
invokeAny(c) throws NPE if c has null elements
testInvokeAny3() - Method in class ForkJoinPoolTest
invokeAny(c) throws NullPointerException if c has a single null element
testInvokeAny3() - Method in class ScheduledExecutorSubclassTest
invokeAny(c) throws NPE if c has null elements
testInvokeAny3() - Method in class ScheduledExecutorTest
invokeAny(c) throws NPE if c has null elements
testInvokeAny3() - Method in class ThreadPoolExecutorSubclassTest
invokeAny(c) throws NPE if c has null elements
testInvokeAny3() - Method in class ThreadPoolExecutorTest
invokeAny(c) throws NPE if c has null elements
testInvokeAny4() - Method in class AbstractExecutorServiceTest
invokeAny(c) throws ExecutionException if no task in c completes
testInvokeAny4() - Method in class ForkJoinPoolTest
invokeAny(c) throws NullPointerException if c has null elements
testInvokeAny4() - Method in class ScheduledExecutorSubclassTest
invokeAny(c) throws ExecutionException if no task completes
testInvokeAny4() - Method in class ScheduledExecutorTest
invokeAny(c) throws ExecutionException if no task completes
testInvokeAny4() - Method in class ThreadPoolExecutorSubclassTest
invokeAny(c) throws ExecutionException if no task completes
testInvokeAny4() - Method in class ThreadPoolExecutorTest
invokeAny(c) throws ExecutionException if no task completes
testInvokeAny5() - Method in class AbstractExecutorServiceTest
invokeAny(c) returns result of some task in c if at least one completes
testInvokeAny5() - Method in class ForkJoinPoolTest
invokeAny(c) throws ExecutionException if no task in c completes
testInvokeAny5() - Method in class ScheduledExecutorSubclassTest
invokeAny(c) returns result of some task
testInvokeAny5() - Method in class ScheduledExecutorTest
invokeAny(c) returns result of some task
testInvokeAny5() - Method in class ThreadPoolExecutorSubclassTest
invokeAny(c) returns result of some task
testInvokeAny5() - Method in class ThreadPoolExecutorTest
invokeAny(c) returns result of some task
testInvokeAny6() - Method in class ForkJoinPoolTest
invokeAny(c) returns result of some task in c if at least one completes
testInvokeSingleton() - Method in class ForkJoinTaskTest
invoke returns when task completes normally.
testIsDone() - Method in class FutureTaskTest
isDone is true when a task completes
testIsEmpty() - Method in class ConcurrentHashMapTest
isEmpty is true of empty map and false for non-empty
testIsEmpty() - Method in class ConcurrentSkipListMapTest
isEmpty is true of empty map and false for non-empty
testIsEmpty() - Method in class ConcurrentSkipListSubMapTest
isEmpty is true of empty map and false for non-empty
testIsEmpty() - Method in class CopyOnWriteArrayListTest
isEmpty returns true when empty, else false
testIsEmpty() - Method in class CopyOnWriteArraySetTest
isEmpty is true when empty, else false
testIsEmpty() - Method in class TreeMapTest
isEmpty is true of empty map and false for non-empty
testIsEmpty() - Method in class TreeSubMapTest
isEmpty is true of empty map and false for non-empty
testIsHeldExclusively() - Method in class AbstractQueuedLongSynchronizerTest
isHeldExclusively is false upon construction
testIsHeldExclusively() - Method in class AbstractQueuedSynchronizerTest
isHeldExclusively is false upon construction
testIsLocked() - Method in class ReentrantLockTest
isLocked is true when locked and false when not
testIsQueued() - Method in class AbstractQueuedLongSynchronizerTest
isQueued reports whether a thread is queued.
testIsQueued() - Method in class AbstractQueuedSynchronizerTest
isQueued reports whether a thread is queued.
testIsQueuedNPE() - Method in class AbstractQueuedLongSynchronizerTest
isQueued(null) throws NPE
testIsQueuedNPE() - Method in class AbstractQueuedSynchronizerTest
isQueued(null) throws NPE
testisQuiescent() - Method in class ForkJoinPoolTest
After invoking a single task, isQuiescent is true, queues are empty, threads are not active, and construction parameters continue to hold
testIsShutdown() - Method in class ScheduledExecutorSubclassTest
isShutdown is false before shutdown, true after
testIsShutdown() - Method in class ScheduledExecutorTest
isShutdown is false before shutdown, true after
testIsShutdown() - Method in class ThreadPoolExecutorSubclassTest
isShutdown is false before shutdown, true after
testIsShutdown() - Method in class ThreadPoolExecutorTest
isShutdown is false before shutdown, true after
testIsTerminated() - Method in class ScheduledExecutorSubclassTest
isTerminated is false before termination, true after
testIsTerminated() - Method in class ScheduledExecutorTest
isTerminated is false before termination, true after
testIsTerminated() - Method in class ThreadPoolExecutorSubclassTest
isTerminated is false before termination, true after
testIsTerminated() - Method in class ThreadPoolExecutorTest
isTerminated is false before termination, true after
testIsTerminating() - Method in class ScheduledExecutorSubclassTest
isTerminating is not true when running or when terminated
testIsTerminating() - Method in class ScheduledExecutorTest
isTerminating is not true when running or when terminated
testIsTerminating() - Method in class ThreadPoolExecutorSubclassTest
isTerminating is not true when running or when terminated
testIsTerminating() - Method in class ThreadPoolExecutorTest
isTerminating is not true when running or when terminated
testIterator() - Method in class ArrayBlockingQueueTest
iterator iterates through all elements
testIterator() - Method in class ArrayDequeTest
Iterator iterates through all elements
testIterator() - Method in class ConcurrentLinkedDequeTest
Iterator iterates through all elements
testIterator() - Method in class ConcurrentLinkedQueueTest
iterator iterates through all elements
testIterator() - Method in class ConcurrentSkipListSetTest
iterator iterates through all elements
testIterator() - Method in class ConcurrentSkipListSubSetTest
iterator iterates through all elements
testIterator() - Method in class CopyOnWriteArrayListTest
iterator() returns an iterator containing the elements of the list
testIterator() - Method in class CopyOnWriteArraySetTest
iterator() returns an iterator containing the elements of the set
testIterator() - Method in class DelayQueueTest
iterator iterates through all elements
testIterator() - Method in class LinkedBlockingDequeTest
iterator iterates through all elements
testIterator() - Method in class LinkedBlockingQueueTest
iterator iterates through all elements
testIterator() - Method in class LinkedListTest
iterator iterates through all elements
testIterator() - Method in class LinkedTransferQueueTest
iterator iterates through all elements
testIterator() - Method in class PriorityBlockingQueueTest
iterator iterates through all elements
testIterator() - Method in class PriorityQueueTest
iterator iterates through all elements
testIterator() - Method in class SynchronousQueueTest
iterator does not traverse any elements
testIterator() - Method in class TreeSetTest
iterator iterates through all elements
testIterator() - Method in class TreeSubSetTest
iterator iterates through all elements
testIteratorOrdering() - Method in class ArrayBlockingQueueTest
iterator ordering is FIFO
testIteratorOrdering() - Method in class ArrayDequeTest
Iterator ordering is FIFO
testIteratorOrdering() - Method in class ConcurrentLinkedDequeTest
Iterator ordering is FIFO
testIteratorOrdering() - Method in class ConcurrentLinkedQueueTest
iterator ordering is FIFO
testIteratorOrdering() - Method in class LinkedBlockingDequeTest
iterator ordering is FIFO
testIteratorOrdering() - Method in class LinkedBlockingQueueTest
iterator ordering is FIFO
testIteratorOrdering() - Method in class LinkedListTest
iterator ordering is FIFO
testIteratorOrdering() - Method in class LinkedTransferQueueTest
iterator ordering is FIFO
testIteratorRemove() - Method in class ArrayBlockingQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class ArrayDequeTest
iterator.remove() removes current element
testIteratorRemove() - Method in class ConcurrentLinkedDequeTest
iterator.remove() removes current element
testIteratorRemove() - Method in class ConcurrentLinkedQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class ConcurrentSkipListSetTest
iterator.remove removes current element
testIteratorRemove() - Method in class ConcurrentSkipListSubSetTest
iterator.remove removes current element
testIteratorRemove() - Method in class CopyOnWriteArrayListTest
iterator.remove throws UnsupportedOperationException
testIteratorRemove() - Method in class CopyOnWriteArraySetTest
iterator remove is unsupported
testIteratorRemove() - Method in class DelayQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class LinkedBlockingDequeTest
iterator.remove removes current element
testIteratorRemove() - Method in class LinkedBlockingQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class LinkedListTest
iterator.remove removes current element
testIteratorRemove() - Method in class LinkedTransferQueueTest
iterator.remove() removes current element
testIteratorRemove() - Method in class PriorityBlockingQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class PriorityQueueTest
iterator.remove removes current element
testIteratorRemove() - Method in class SynchronousQueueTest
iterator remove throws ISE
testIteratorRemove() - Method in class TreeSetTest
iterator.remove removes current element
testIteratorRemove() - Method in class TreeSubSetTest
iterator.remove removes current element
testJoinIgnoresInterrupts() - Method in class RecursiveActionTest
join/quietlyJoin of a forked task succeeds in the presence of interrupts
testJoinIgnoresInterruptsOutsideForkJoinPool() - Method in class RecursiveActionTest
join/quietlyJoin of a forked task when not in ForkJoinPool succeeds in the presence of interrupts
testKeepAliveTimeIllegalArgumentException() - Method in class ThreadPoolExecutorSubclassTest
setKeepAliveTime throws IllegalArgumentException when given a negative value
testKeepAliveTimeIllegalArgumentException() - Method in class ThreadPoolExecutorTest
setKeepAliveTime throws IllegalArgumentException when given a negative value
testKeys() - Method in class ConcurrentHashMapTest
keys returns an enumeration containing all the keys from the map
testKeySet() - Method in class ConcurrentHashMapTest
keySet returns a Set containing all the keys
testKeySet() - Method in class ConcurrentSkipListMapTest
keySet returns a Set containing all the keys
testKeySet() - Method in class ConcurrentSkipListSubMapTest
keySet returns a Set containing all the keys
testKeySet() - Method in class TreeMapTest
keySet returns a Set containing all the keys
testKeySet() - Method in class TreeSubMapTest
keySet returns a Set containing all the keys
testKeySetDescendingIteratorOrder() - Method in class ConcurrentSkipListMapTest
descending iterator of key set is inverse ordered
testKeySetDescendingIteratorOrder() - Method in class TreeMapTest
descending iterator of key set is inverse ordered
testKeySetOrder() - Method in class ConcurrentSkipListMapTest
keySet is ordered
testKeySetOrder() - Method in class ConcurrentSkipListSubMapTest
keySet is ordered
testKeySetOrder() - Method in class TreeMapTest
keySet is ordered
testKeySetOrder() - Method in class TreeSubMapTest
keySet is ordered
testKeySetToArray() - Method in class ConcurrentHashMapTest
keySet.toArray returns contains all keys
testKeySetToArray() - Method in class ConcurrentSkipListMapTest
keySet.toArray returns contains all keys
testKeySetToArray() - Method in class ConcurrentSkipListSubMapTest
keySet.toArray returns contains all keys
testKeySetToArray() - Method in class TreeMapTest
keySet.toArray returns contains all keys
testLastElement() - Method in class ArrayDequeTest
getLast() returns last element, or throws NSEE if empty
testLastElement() - Method in class ConcurrentLinkedDequeTest
getLast() returns last element, or throws NSEE if empty
testLastElement() - Method in class LinkedBlockingDequeTest
getLast() returns last element, or throws NSEE if empty
testLastElement() - Method in class LinkedListTest
getLast returns next element, or throws NSEE if empty
testLastIndexOf1() - Method in class CopyOnWriteArrayListTest
lastIndexOf returns the index for the given object
testlastIndexOf2() - Method in class CopyOnWriteArrayListTest
lastIndexOf returns the index from the given starting point
testLastKey() - Method in class ConcurrentSkipListMapTest
lastKey returns last key
testLastKey() - Method in class ConcurrentSkipListSubMapTest
lastKey returns last key
testLastKey() - Method in class TreeMapTest
lastKey returns last key
testLastKey() - Method in class TreeSubMapTest
lastKey returns last key
testListIterator1() - Method in class CopyOnWriteArrayListTest
listIterator traverses all elements
testListIterator1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
listIterator throws an IndexOutOfBoundsException on a negative index
testListIterator2() - Method in class CopyOnWriteArrayListTest
listIterator only returns those elements after the given index
testListIterator2_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
listIterator throws an IndexOutOfBoundsException on a too high index
testLock() - Method in class ReentrantLockTest
locking an unlocked lock succeeds
testLock() - Method in class ReentrantReadWriteLockTest
write-locking and read-locking an unlocked lock succeed
testLockInterruptibly_Interrupted() - Method in class ReentrantLockTest
lockInterruptibly is interruptible.
testLockInterruptibly_Interrupted2() - Method in class ReentrantLockTest
lockInterruptibly succeeds when unlocked, else is interruptible
testLongValue() - Method in class AtomicIntegerTest
longValue returns current value.
testLongValue() - Method in class AtomicLongTest
longValue returns current value.
testLower() - Method in class ConcurrentSkipListSetTest
lower returns preceding element
testLower() - Method in class ConcurrentSkipListSubSetTest
lower returns preceding element
testLower() - Method in class TreeSetTest
lower returns preceding element
testLower() - Method in class TreeSubSetTest
lower returns preceding element
testLowerEntry() - Method in class ConcurrentSkipListMapTest
lowerEntry returns preceding entry.
testLowerEntry() - Method in class ConcurrentSkipListSubMapTest
lowerEntry returns preceding entry.
testLowerEntry() - Method in class TreeMapTest
lowerEntry returns preceding entry.
testLowerEntry() - Method in class TreeSubMapTest
lowerEntry returns preceding entry.
testLowerKey() - Method in class ConcurrentSkipListMapTest
lowerKey returns preceding element
testLowerKey() - Method in class TreeMapTest
lowerKey returns preceding element
testMaximumPoolSizeIllegalArgumentException() - Method in class ThreadPoolExecutorSubclassTest
setMaximumPoolSize(int) throws IllegalArgumentException if given a value less the core pool size
testMaximumPoolSizeIllegalArgumentException() - Method in class ThreadPoolExecutorTest
setMaximumPoolSize(int) throws IllegalArgumentException if given a value less the core pool size
testMaximumPoolSizeIllegalArgumentException2() - Method in class ThreadPoolExecutorSubclassTest
setMaximumPoolSize throws IllegalArgumentException if given a negative value
testMaximumPoolSizeIllegalArgumentException2() - Method in class ThreadPoolExecutorTest
setMaximumPoolSize throws IllegalArgumentException if given a negative value
testMultipleReadLocks() - Method in class ReentrantReadWriteLockTest
Multiple threads can hold a read lock when not write-locked
testNanoTime1() - Method in class SystemTest
Nanos between readings of millis is no longer than millis (plus possible rounding).
testNanoTime2() - Method in class SystemTest
Millis between readings of nanos is less than nanos, adjusting for rounding.
testNewCachedThreadPool1() - Method in class ExecutorsTest
A newCachedThreadPool can execute runnables
testNewCachedThreadPool2() - Method in class ExecutorsTest
A newCachedThreadPool with given ThreadFactory can execute runnables
testNewCachedThreadPool3() - Method in class ExecutorsTest
A newCachedThreadPool with null ThreadFactory throws NPE
testNewFixedThreadPool1() - Method in class ExecutorsTest
A new newFixedThreadPool can execute runnables
testNewFixedThreadPool2() - Method in class ExecutorsTest
A new newFixedThreadPool with given ThreadFactory can execute runnables
testNewFixedThreadPool3() - Method in class ExecutorsTest
A new newFixedThreadPool with null ThreadFactory throws NPE
testNewFixedThreadPool4() - Method in class ExecutorsTest
A new newFixedThreadPool with 0 threads throws IAE
testnewScheduledThreadPool() - Method in class ExecutorsTest
a newScheduledThreadPool successfully runs delayed task
testNewSingleThreadExecutor1() - Method in class ExecutorsTest
A new SingleThreadExecutor can execute runnables
testNewSingleThreadExecutor2() - Method in class ExecutorsTest
A new SingleThreadExecutor with given ThreadFactory can execute runnables
testNewSingleThreadExecutor3() - Method in class ExecutorsTest
A new SingleThreadExecutor with null ThreadFactory throws NPE
testNewSingleThreadScheduledExecutor() - Method in class ExecutorsTest
a newSingleThreadScheduledExecutor successfully runs delayed task
testNewTaskForCallable() - Method in class ExecutorCompletionServiceTest
Submitting to underlying AES that overrides newTaskFor(Callable) returns and eventually runs Future returned by newTaskFor.
testNewTaskForRunnable() - Method in class ExecutorCompletionServiceTest
Submitting to underlying AES that overrides newTaskFor(Runnable,T) returns and eventually runs Future returned by newTaskFor.
testNextBoolean() - Method in class ThreadLocalRandomTest
Repeated calls to nextBoolean produce at least one different result
testNextDouble() - Method in class ThreadLocalRandomTest
Repeated calls to nextDouble produce at least one different result
testNextDoubleBounded2() - Method in class ThreadLocalRandomTest
nextDouble(least, bound) returns least <= value < bound; repeated calls produce at least one different result
testNextFloat() - Method in class ThreadLocalRandomTest
Repeated calls to nextFloat produce at least one different result
testNextGaussian() - Method in class ThreadLocalRandomTest
Repeated calls to nextGaussian produce at least one different result
testNextInt() - Method in class ThreadLocalRandomTest
Repeated calls to nextInt produce at least one different result
testNextIntBadBounds() - Method in class ThreadLocalRandomTest
nextInt(least >= bound) throws IllegalArgumentException;
testNextIntBounded() - Method in class ThreadLocalRandomTest
nextInt(bound) returns 0 <= value < bound; repeated calls produce at least one different result
testNextIntBounded2() - Method in class ThreadLocalRandomTest
nextInt(least, bound) returns least <= value < bound; repeated calls produce at least one different result
testNextIntBoundedNeg() - Method in class ThreadLocalRandomTest
nextInt(negative) throws IllegalArgumentException;
testNextLong() - Method in class ThreadLocalRandomTest
Repeated calls to nextLong produce at least one different result
testNextLongBadBounds() - Method in class ThreadLocalRandomTest
nextLong(least >= bound) throws IllegalArgumentException;
testNextLongBounded() - Method in class ThreadLocalRandomTest
nextLong(bound) returns 0 <= value < bound; repeated calls produce at least one different result
testNextLongBounded2() - Method in class ThreadLocalRandomTest
nextLong(least, bound) returns least <= value < bound; repeated calls produce at least one different result
testNextLongBoundedNeg() - Method in class ThreadLocalRandomTest
nextLong(negative) throws IllegalArgumentException;
testNotEquals() - Method in class EntryTest
Entries with different key-value pairs are not equal
testOffer() - Method in class ArrayBlockingQueueTest
Offer succeeds if not full; fails if full
testOffer() - Method in class ArrayDequeTest
offer(x) succeeds
testOffer() - Method in class ConcurrentLinkedDequeTest
offer(x) succeeds
testOffer() - Method in class ConcurrentLinkedQueueTest
Offer returns true
testOffer() - Method in class DelayQueueTest
offer non-null succeeds
testOffer() - Method in class LinkedBlockingDequeTest
Offer succeeds if not full; fails if full
testOffer() - Method in class LinkedBlockingQueueTest
Offer succeeds if not full; fails if full
testOffer() - Method in class LinkedListTest
Offer succeeds
testOffer() - Method in class PriorityBlockingQueueTest
Offer of comparable element succeeds
testOffer() - Method in class PriorityQueueTest
Offer of comparable element succeeds
testOffer() - Method in class SynchronousQueueTest
offer fails if no active taker
testOfferFirst() - Method in class ArrayDequeTest
offerFirst(x) succeeds
testOfferFirst() - Method in class ConcurrentLinkedDequeTest
offerFirst(x) succeeds
testOfferFirst() - Method in class LinkedBlockingDequeTest
OfferFirst succeeds
testOfferFirst() - Method in class LinkedListTest
OfferFirst succeeds
testOfferFirstNull() - Method in class ArrayDequeTest
offerFirst(null) throws NPE
testOfferFirstNull() - Method in class ConcurrentLinkedDequeTest
offerFirst(null) throws NPE
testOfferFirstNull() - Method in class LinkedBlockingDequeTest
offer(null) throws NPE
testOfferInExecutor() - Method in class ArrayBlockingQueueTest
offer transfers elements across Executor tasks
testOfferInExecutor() - Method in class LinkedBlockingDequeTest
offer transfers elements across Executor tasks
testOfferInExecutor() - Method in class LinkedBlockingQueueTest
offer transfers elements across Executor tasks
testOfferInExecutor() - Method in class LinkedTransferQueueTest
offer transfers elements across Executor tasks
testOfferInExecutor() - Method in class SynchronousQueueTest
offer transfers elements across Executor tasks
testOfferLast() - Method in class ArrayDequeTest
offerLast(x) succeeds
testOfferLast() - Method in class ConcurrentLinkedDequeTest
offerLast(x) succeeds
testOfferLast() - Method in class LinkedBlockingDequeTest
OfferLast succeeds
testOfferLast() - Method in class LinkedListTest
OfferLast succeeds
testOfferLastNull() - Method in class ArrayDequeTest
offerLast(null) throws NPE
testOfferLastNull() - Method in class ConcurrentLinkedDequeTest
offerLast(null) throws NPE
testOfferNonComparable() - Method in class PriorityBlockingQueueTest
Offer of non-Comparable throws CCE
testOfferNonComparable() - Method in class PriorityQueueTest
Offer of non-Comparable throws CCE
testOfferNull() - Method in class ArrayBlockingQueueTest
offer(null) throws NPE
testOfferNull() - Method in class ArrayDequeTest
offer(null) throws NPE
testOfferNull() - Method in class ConcurrentLinkedDequeTest
offer(null) throws NPE
testOfferNull() - Method in class ConcurrentLinkedQueueTest
offer(null) throws NPE
testOfferNull() - Method in class DelayQueueTest
offer(null) throws NPE
testOfferNull() - Method in class LinkedBlockingDequeTest
offer(null) throws NPE
testOfferNull() - Method in class LinkedBlockingQueueTest
offer(null) throws NPE
testOfferNull() - Method in class LinkedListTest
offer(null) succeeds
testOfferNull() - Method in class LinkedTransferQueueTest
offer(null) throws NullPointerException
testOfferNull() - Method in class PriorityBlockingQueueTest
offer(null) throws NPE
testOfferNull() - Method in class PriorityQueueTest
offer(null) throws NPE
testOfferNull() - Method in class SynchronousQueueTest
offer(null) throws NPE
testOwns() - Method in class AbstractQueuedLongSynchronizerTest
owns is true for a condition created by sync else false
testOwns() - Method in class AbstractQueuedSynchronizerTest
owns is true for a condition created by sync else false
testParkAfterInterrupt() - Method in class LockSupportTest
park is released by preceding interrupt
testParkAfterUnpark() - Method in class LockSupportTest
park is released by preceding unpark
testParkBeforeInterrupt() - Method in class LockSupportTest
park is released by subsequent interrupt
testParkBeforeUnpark() - Method in class LockSupportTest
park is released by subsequent unpark
testParkNanosAfterInterrupt() - Method in class LockSupportTest
parkNanos is released by preceding interrupt
testParkNanosAfterUnpark() - Method in class LockSupportTest
parkNanos is released by preceding unpark
testParkNanosBeforeInterrupt() - Method in class LockSupportTest
parkNanos is released by subsequent interrupt
testParkNanosBeforeUnpark() - Method in class LockSupportTest
parkNanos is released by subsequent unpark
testParkNanosTimesOut() - Method in class LockSupportTest
parkNanos times out if not unparked
testParkUntil0Returns() - Method in class LockSupportTest
parkUntil(0) returns immediately.
testParkUntilAfterInterrupt() - Method in class LockSupportTest
parkUntil is released by preceding interrupt
testParkUntilAfterUnpark() - Method in class LockSupportTest
parkUntil is released by preceding unpark
testParkUntilBeforeInterrupt() - Method in class LockSupportTest
parkUntil is released by subsequent interrupt
testParkUntilBeforeUnpark() - Method in class LockSupportTest
parkUntil is released by subsequent unpark
testParkUntilTimesOut() - Method in class LockSupportTest
parkUntil times out if not unparked
testPeek() - Method in class ArrayBlockingQueueTest
peek returns next element, or null if empty
testPeek() - Method in class ArrayDequeTest
peek() returns next element, or null if empty
testPeek() - Method in class ConcurrentLinkedDequeTest
peek() returns next element, or null if empty
testPeek() - Method in class ConcurrentLinkedQueueTest
peek returns next element, or null if empty
testPeek() - Method in class DelayQueueTest
peek returns next element, or null if empty
testPeek() - Method in class LinkedBlockingDequeTest
peek returns next element, or null if empty
testPeek() - Method in class LinkedBlockingQueueTest
peek returns next element, or null if empty
testPeek() - Method in class LinkedListTest
peek returns next element, or null if empty
testPeek() - Method in class LinkedTransferQueueTest
peek returns next element, or null if empty
testPeek() - Method in class PriorityBlockingQueueTest
peek returns next element, or null if empty
testPeek() - Method in class PriorityQueueTest
peek returns next element, or null if empty
testPeek() - Method in class SynchronousQueueTest
peek() returns null if no active putter
testPeekDelayed() - Method in class DelayQueueTest
peek of a non-empty queue returns non-null even if not expired
testPeekFirst() - Method in class ArrayDequeTest
peekFirst() returns next element, or null if empty
testPeekFirst() - Method in class ConcurrentLinkedDequeTest
peekFirst() returns next element, or null if empty
testPeekFirst() - Method in class LinkedBlockingDequeTest
peekFirst returns next element, or null if empty
testPeekFirst() - Method in class LinkedListTest
peekFirst returns next element, or null if empty
testPeekLast() - Method in class ArrayDequeTest
peekLast() returns next element, or null if empty
testPeekLast() - Method in class ConcurrentLinkedDequeTest
peekLast() returns next element, or null if empty
testPeekLast() - Method in class LinkedBlockingDequeTest
peekLast returns next element, or null if empty
testPeekLast() - Method in class LinkedListTest
peekLast returns next element, or null if empty
testPeekNextLocalTask() - Method in class ForkJoinTaskTest
peekNextLocalTask returns most recent unexecuted task.
testPeekNextLocalTask() - Method in class RecursiveActionTest
peekNextLocalTask returns most recent unexecuted task.
testPeekNextLocalTask() - Method in class RecursiveTaskTest
peekNextLocalTask returns most recent unexecuted task.
testPeekNextLocalTaskAsync() - Method in class ForkJoinTaskTest
peekNextLocalTask returns least recent unexecuted task in async mode
testPeekNextLocalTaskAsync() - Method in class RecursiveActionTest
peekNextLocalTask returns least recent unexecuted task in async mode
testPeekNextLocalTaskAsync() - Method in class RecursiveTaskTest
peekNextLocalTask returns least recent unexecuted task in async mode
testPhaseIncrement1() - Method in class PhaserTest
the phase number increments correctly when tripping the barrier
testPoll() - Method in class ArrayBlockingQueueTest
poll succeeds unless empty
testPoll() - Method in class ArrayDequeTest
poll() succeeds unless empty
testPoll() - Method in class ConcurrentLinkedDequeTest
poll() succeeds unless empty
testPoll() - Method in class ConcurrentLinkedQueueTest
poll succeeds unless empty
testPoll() - Method in class ConcurrentSkipListSubSetTest
poll succeeds unless empty
testPoll() - Method in class DelayQueueTest
poll succeeds unless empty
testPoll() - Method in class LinkedBlockingDequeTest
poll succeeds unless empty
testPoll() - Method in class LinkedBlockingQueueTest
poll succeeds unless empty
testPoll() - Method in class LinkedListTest
poll succeeds unless empty
testPoll() - Method in class LinkedTransferQueueTest
poll succeeds unless empty
testPoll() - Method in class PriorityBlockingQueueTest
poll succeeds unless empty
testPoll() - Method in class PriorityQueueTest
poll succeeds unless empty
testPoll() - Method in class SynchronousQueueTest
poll return null if no active putter
testPoll() - Method in class TreeSubSetTest
poll succeeds unless empty
testPoll1() - Method in class ExecutorCompletionServiceTest
If poll returns non-null, the returned task is completed
testPoll2() - Method in class ExecutorCompletionServiceTest
If timed poll returns non-null, the returned task is completed
testPollDelayed() - Method in class DelayQueueTest
poll of a non-empty queue returns null if no expired elements.
testPollFirst() - Method in class ArrayDequeTest
pollFirst() succeeds unless empty
testPollFirst() - Method in class ConcurrentLinkedDequeTest
pollFirst() succeeds unless empty
testPollFirst() - Method in class ConcurrentSkipListSetTest
pollFirst succeeds unless empty
testPollFirst() - Method in class LinkedBlockingDequeTest
pollFirst succeeds unless empty
testPollFirst() - Method in class TreeSetTest
pollFirst succeeds unless empty
testPollFirstEntry() - Method in class ConcurrentSkipListMapTest
pollFirstEntry returns entries in order
testPollFirstEntry() - Method in class ConcurrentSkipListSubMapTest
pollFirstEntry returns entries in order
testPollFirstEntry() - Method in class TreeMapTest
pollFirstEntry returns entries in order
testPollFirstEntry() - Method in class TreeSubMapTest
pollFirstEntry returns entries in order
testPollInExecutor() - Method in class ArrayBlockingQueueTest
poll retrieves elements across Executor threads
testPollInExecutor() - Method in class DelayQueueTest
offer transfers elements across Executor tasks
testPollInExecutor() - Method in class LinkedBlockingDequeTest
poll retrieves elements across Executor threads
testPollInExecutor() - Method in class LinkedBlockingQueueTest
poll retrieves elements across Executor threads
testPollInExecutor() - Method in class LinkedTransferQueueTest
timed poll retrieves elements across Executor threads
testPollInExecutor() - Method in class PriorityBlockingQueueTest
offer transfers elements across Executor tasks
testPollInExecutor() - Method in class SynchronousQueueTest
poll retrieves elements across Executor threads
testPollLast() - Method in class ArrayDequeTest
pollLast() succeeds unless empty
testPollLast() - Method in class ConcurrentLinkedDequeTest
pollLast() succeeds unless empty
testPollLast() - Method in class ConcurrentSkipListSetTest
pollLast succeeds unless empty
testPollLast() - Method in class LinkedBlockingDequeTest
pollLast succeeds unless empty
testPollLast() - Method in class LinkedListTest
pollLast succeeds unless empty
testPollLast() - Method in class TreeSetTest
pollLast succeeds unless empty
testPollLastEntry() - Method in class ConcurrentSkipListMapTest
pollLastEntry returns entries in order
testPollLastEntry() - Method in class ConcurrentSkipListSubMapTest
pollLastEntry returns entries in order
testPollLastEntry() - Method in class TreeMapTest
pollLastEntry returns entries in order
testPollLastEntry() - Method in class TreeSubMapTest
pollLastEntry returns entries in order
testPollNextLocalTask() - Method in class ForkJoinTaskTest
pollNextLocalTask returns most recent unexecuted task without executing it
testPollNextLocalTask() - Method in class RecursiveActionTest
pollNextLocalTask returns most recent unexecuted task without executing it
testPollNextLocalTask() - Method in class RecursiveTaskTest
pollNextLocalTask returns most recent unexecuted task without executing it
testPollNextLocalTaskAsync() - Method in class ForkJoinTaskTest
pollNextLocalTask returns least recent unexecuted task without executing it, in async mode
testPollNextLocalTaskAsync() - Method in class RecursiveActionTest
pollNextLocalTask returns least recent unexecuted task without executing it, in async mode
testPollNextLocalTaskAsync() - Method in class RecursiveTaskTest
pollNextLocalTask returns least recent unexecuted task without executing it, in async mode
testPollSubmission() - Method in class ForkJoinPoolTest
pollSubmission returns unexecuted submitted task, if present
testPollTask() - Method in class ForkJoinTaskTest
pollTask returns an unexecuted task without executing it
testPollTask() - Method in class RecursiveActionTest
pollTask returns an unexecuted task without executing it
testPollTask() - Method in class RecursiveTaskTest
pollTask returns an unexecuted task without executing it
testPollTaskAsync() - Method in class ForkJoinTaskTest
pollTask returns an unexecuted task without executing it, in async mode
testPollTaskAsync() - Method in class RecursiveActionTest
pollTask returns an unexecuted task without executing it, in async mode
testPollTaskAsync() - Method in class RecursiveTaskTest
pollTask returns an unexecuted task without executing it, in async mode
testPop() - Method in class ArrayDequeTest
pop() removes next element, or throws NSEE if empty
testPop() - Method in class ConcurrentLinkedDequeTest
pop() removes first element, or throws NSEE if empty
testPop() - Method in class LinkedBlockingDequeTest
pop removes next element, or throws NSEE if empty
testPop() - Method in class LinkedListTest
pop removes next element, or throws NSEE if empty
testPrestartAllCoreThreads() - Method in class ThreadPoolExecutorSubclassTest
prestartAllCoreThreads starts all corePoolSize threads
testPrestartAllCoreThreads() - Method in class ThreadPoolExecutorTest
prestartAllCoreThreads starts all corePoolSize threads
testPrestartCoreThread() - Method in class ThreadPoolExecutorSubclassTest
prestartCoreThread starts a thread if under corePoolSize, else doesn't
testPrestartCoreThread() - Method in class ThreadPoolExecutorTest
prestartCoreThread starts a thread if under corePoolSize, else doesn't
testprivilegedCallableUsingCCLWithPrivs() - Method in class ExecutorsTest
With class loader permissions, calling privilegedCallableUsingCurrentClassLoader does not throw ACE
testprivilegedCallableWithNoPrivs() - Method in class ExecutorsTest
Without permissions, calling privilegedCallable throws ACE
testprivilegedCallableWithPrivs() - Method in class ExecutorsTest
With permissions, calling privilegedCallable succeeds
testPrivilegedThreadFactory() - Method in class ExecutorsTest
ThreadPoolExecutor using privilegedThreadFactory has specified group, priority, daemon status, name, access control context and context class loader
testPurge() - Method in class ScheduledExecutorSubclassTest
purge removes cancelled tasks from the queue
testPurge() - Method in class ScheduledExecutorTest
purge eventually removes cancelled tasks from the queue
testPurge() - Method in class ThreadPoolExecutorSubclassTest
purge removes cancelled tasks from the queue
testPurge() - Method in class ThreadPoolExecutorTest
purge removes cancelled tasks from the queue
testPush() - Method in class ArrayDequeTest
peekFirst() returns element inserted with push
testPush() - Method in class ConcurrentLinkedDequeTest
peekFirst() returns element inserted with push
testPush() - Method in class LinkedBlockingDequeTest
push succeeds if not full; throws ISE if full
testPush() - Method in class LinkedListTest
peekFirst returns element inserted with push
testPushNull() - Method in class ArrayDequeTest
push(null) throws NPE
testPushNull() - Method in class ConcurrentLinkedDequeTest
push(null) throws NPE
testPushNull() - Method in class LinkedBlockingDequeTest
push(null) throws NPE
testPushWithPeek() - Method in class LinkedBlockingDequeTest
peekFirst returns element inserted with push
testPut() - Method in class ArrayBlockingQueueTest
all elements successfully put are contained
testPut() - Method in class DelayQueueTest
all elements successfully put are contained
testPut() - Method in class LinkedBlockingDequeTest
all elements successfully put are contained
testPut() - Method in class LinkedBlockingQueueTest
all elements successfully put are contained
testPut() - Method in class LinkedTransferQueueTest
all elements successfully put are contained
testPut() - Method in class PriorityBlockingQueueTest
all elements successfully put are contained
testPut1_NullPointerException() - Method in class ConcurrentHashMapTest
put(null,x) throws NPE
testPut1_NullPointerException() - Method in class ConcurrentSkipListMapTest
put(null,x) throws NPE
testPut1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
put(null,x) throws NPE
testPut1_NullPointerException() - Method in class TreeSubMapTest
put(null,x) throws NPE
testPut2_NullPointerException() - Method in class ConcurrentHashMapTest
put(x, null) throws NPE
testPutAll() - Method in class ConcurrentHashMapTest
putAll adds all key-value pairs from the given map
testPutAll() - Method in class ConcurrentSkipListMapTest
putAll adds all key-value pairs from the given map
testPutAll() - Method in class ConcurrentSkipListSubMapTest
putAll adds all key-value pairs from the given map
testPutAll() - Method in class TreeMapTest
putAll adds all key-value pairs from the given map
testPutAll() - Method in class TreeSubMapTest
putAll adds all key-value pairs from the given map
testPutFirst() - Method in class LinkedBlockingDequeTest
all elements successfully putFirst are contained
testPutFirstNull() - Method in class LinkedBlockingDequeTest
putFirst(null) throws NPE
testPutFirstWithTake() - Method in class LinkedBlockingDequeTest
putFirst blocks waiting for take when full
testPutIfAbsent() - Method in class ConcurrentHashMapTest
putIfAbsent works when the given key is not present
testPutIfAbsent() - Method in class ConcurrentSkipListMapTest
putIfAbsent works when the given key is not present
testPutIfAbsent() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent works when the given key is not present
testPutIfAbsent1_NullPointerException() - Method in class ConcurrentHashMapTest
putIfAbsent(null, x) throws NPE
testPutIfAbsent1_NullPointerException() - Method in class ConcurrentSkipListMapTest
putIfAbsent(null, x) throws NPE
testPutIfAbsent1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent(null, x) throws NPE
testPutIfAbsent2() - Method in class ConcurrentHashMapTest
putIfAbsent does not add the pair if the key is already present
testPutIfAbsent2() - Method in class ConcurrentSkipListMapTest
putIfAbsent does not add the pair if the key is already present
testPutIfAbsent2() - Method in class ConcurrentSkipListSubMapTest
putIfAbsent does not add the pair if the key is already present
testPutIfAbsent2_NullPointerException() - Method in class ConcurrentHashMapTest
putIfAbsent(x, null) throws NPE
testPutLast() - Method in class LinkedBlockingDequeTest
all elements successfully putLast are contained
testPutLastNull() - Method in class LinkedBlockingDequeTest
putLast(null) throws NPE
testPutLastWithTake() - Method in class LinkedBlockingDequeTest
putLast blocks waiting for take when full
testPutNull() - Method in class ArrayBlockingQueueTest
put(null) throws NPE
testPutNull() - Method in class DelayQueueTest
put(null) throws NPE
testPutNull() - Method in class LinkedBlockingDequeTest
put(null) throws NPE
testPutNull() - Method in class LinkedBlockingQueueTest
put(null) throws NPE
testPutNull() - Method in class LinkedTransferQueueTest
put(null) throws NullPointerException
testPutNull() - Method in class PriorityBlockingQueueTest
put(null) throws NPE
testPutNull() - Method in class SynchronousQueueTest
put(null) throws NPE
testPutWithTake() - Method in class ArrayBlockingQueueTest
put blocks waiting for take when full
testPutWithTake() - Method in class DelayQueueTest
put doesn't block waiting for take
testPutWithTake() - Method in class LinkedBlockingDequeTest
put blocks waiting for take when full
testPutWithTake() - Method in class LinkedBlockingQueueTest
put blocks waiting for take when full
testPutWithTake() - Method in class PriorityBlockingQueueTest
put doesn't block waiting for take
testPutWithTake() - Method in class SynchronousQueueTest
put blocks waiting for take
testQuietlyInvoke() - Method in class ForkJoinTaskTest
quietlyInvoke task returns when task completes normally.
testQuietlyInvoke() - Method in class RecursiveActionTest
quietlyInvoke task returns when task completes normally.
testQuietlyInvoke() - Method in class RecursiveTaskTest
quietlyInvoke task returns when task completes normally.
testQuietlyInvokeSingleton() - Method in class ForkJoinTaskTest
quietlyInvoke task returns when task completes normally.
testReadAfterWriteLock() - Method in class ReentrantReadWriteLockTest
Readlocks succeed only after a writing thread unlocks
testReaderWriterReaderFairFifo() - Method in class ReentrantReadWriteLockTest
A thread that tries to acquire a fair read lock (non-reentrantly) will block if there is a waiting writer thread.
testReadHoldingWriteLock() - Method in class ReentrantReadWriteLockTest
Read trylock succeeds if write locked by current thread
testReadHoldingWriteLock2() - Method in class ReentrantReadWriteLockTest
Read lock succeeds if write locked by current thread even if other threads are waiting for readlock
testReadHoldingWriteLock3() - Method in class ReentrantReadWriteLockTest
Read lock succeeds if write locked by current thread even if other threads are waiting for writelock
testReadHoldingWriteLockFair() - Method in class ReentrantReadWriteLockTest
Fair Read trylock succeeds if write locked by current thread
testReadHoldingWriteLockFair2() - Method in class ReentrantReadWriteLockTest
Fair Read lock succeeds if write locked by current thread even if other threads are waiting for readlock
testReadHoldingWriteLockFair3() - Method in class ReentrantReadWriteLockTest
Fair Read lock succeeds if write locked by current thread even if other threads are waiting for writelock
testReadLockInterruptibly() - Method in class ReentrantReadWriteLockTest
read lockInterruptibly succeeds if lock free else is interruptible
testReadLockInterruptibly_Interrupted() - Method in class ReentrantReadWriteLockTest
read-lockInterruptibly is interruptible
testReadLockToString() - Method in class ReentrantReadWriteLockTest
readLock.toString indicates current lock state
testReadTryLock_Interrupted() - Method in class ReentrantReadWriteLockTest
timed read-tryLock is interruptible
testReadTryLock_Timeout() - Method in class ReentrantReadWriteLockTest
read timed tryLock times out if write-locked
testReadTryLockWhenLocked() - Method in class ReentrantReadWriteLockTest
read-tryLock fails if locked
testReadUnlock_IllegalMonitorStateException() - Method in class ReentrantReadWriteLockTest
read-unlocking an unlocked lock throws IllegalMonitorStateException
testRecursiveSubMaps() - Method in class ConcurrentSkipListMapTest
Submaps of submaps subdivide correctly
testRecursiveSubMaps() - Method in class TreeMapTest
Submaps of submaps subdivide correctly
testRecursiveSubSets() - Method in class ConcurrentSkipListSetTest
Subsets of subsets subdivide correctly
testRecursiveSubSets() - Method in class TreeSetTest
Subsets of subsets subdivide correctly
testReducePermits() - Method in class SemaphoreTest
reducePermits reduces number of permits
testRegister1() - Method in class PhaserTest
register() will increment the number of unarrived parties by one and not affect its arrived parties
testRegister2() - Method in class PhaserTest
Registering more than 65536 parties causes IllegalStateException
testRegister3() - Method in class PhaserTest
register() correctly returns the current barrier phase number when invoked
testRegister4() - Method in class PhaserTest
register causes the next arrive to not increment the phase rather retain the phase number
testReinitialize() - Method in class RecursiveActionTest
A reinitialized task may be re-invoked
testReinitialize() - Method in class RecursiveTaskTest
A reinitialized normally completed task may be re-invoked
testReinitializeAbnormal() - Method in class RecursiveTaskTest
A reinitialized abnormally completed task may be re-invoked
testRejectedExecutionExceptionOnShutdown() - Method in class ThreadPoolExecutorSubclassTest
execute throws RejectedExecutionException if shutdown
testRejectedExecutionExceptionOnShutdown() - Method in class ThreadPoolExecutorTest
execute throws RejectedExecutionException if shutdown
testRejectedRecycledTask() - Method in class ThreadPoolExecutorTest
execute allows the same task to be submitted multiple times, even if rejected
testReleaseShared() - Method in class AbstractQueuedLongSynchronizerTest
releaseShared has no effect when already signalled
testReleaseShared() - Method in class AbstractQueuedSynchronizerTest
releaseShared has no effect when already signalled
testRemainingCapacity() - Method in class ArrayBlockingQueueTest
remainingCapacity decreases on add, increases on remove
testRemainingCapacity() - Method in class DelayQueueTest
remainingCapacity does not change when elements added or removed, but size does
testRemainingCapacity() - Method in class LinkedBlockingDequeTest
remainingCapacity decreases on add, increases on remove
testRemainingCapacity() - Method in class LinkedBlockingQueueTest
remainingCapacity decreases on add, increases on remove
testRemainingCapacity() - Method in class LinkedTransferQueueTest
remainingCapacity() always returns Integer.MAX_VALUE
testRemainingCapacity() - Method in class PriorityBlockingQueueTest
remainingCapacity does not change when elements added or removed, but size does
testRemove() - Method in class ArrayBlockingQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class ArrayDequeTest
remove() removes next element, or throws NSEE if empty
testRemove() - Method in class ConcurrentHashMapTest
remove removes the correct key-value pair from the map
testRemove() - Method in class ConcurrentLinkedDequeTest
remove() removes next element, or throws NSEE if empty
testRemove() - Method in class ConcurrentLinkedQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class ConcurrentSkipListMapTest
remove removes the correct key-value pair from the map
testRemove() - Method in class ConcurrentSkipListSubMapTest
remove removes the correct key-value pair from the map
testRemove() - Method in class CopyOnWriteArrayListTest
remove removes and returns the object at the given index
testRemove() - Method in class CopyOnWriteArraySetTest
remove removes an element
testRemove() - Method in class DelayQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class LinkedBlockingDequeTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class LinkedBlockingQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class LinkedListTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class LinkedTransferQueueTest
remove removes next element, or throws NoSuchElementException if empty
testRemove() - Method in class PriorityBlockingQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class PriorityQueueTest
remove removes next element, or throws NSEE if empty
testRemove() - Method in class ScheduledExecutorSubclassTest
remove(task) removes queued task, and fails to remove active task
testRemove() - Method in class ScheduledExecutorTest
remove(task) removes queued task, and fails to remove active task
testRemove() - Method in class SynchronousQueueTest
remove() throws NSEE if no active putter
testRemove() - Method in class ThreadLocalTest
remove causes next access to return initial value
testRemove() - Method in class ThreadPoolExecutorSubclassTest
remove(task) removes queued task, and fails to remove active task
testRemove() - Method in class ThreadPoolExecutorTest
remove(task) removes queued task, and fails to remove active task
testRemove() - Method in class TreeMapTest
remove removes the correct key-value pair from the map
testRemove() - Method in class TreeSubMapTest
remove removes the correct key-value pair from the map
testRemove1_IndexOutOfBounds() - Method in class CopyOnWriteArrayListTest
remove throws an IndexOutOfBoundsException on a negative index
testRemove1_NullPointerException() - Method in class ConcurrentHashMapTest
remove(null) throws NPE
testRemove1_NullPointerException() - Method in class ConcurrentSkipListMapTest
remove(null) throws NPE
testRemove1_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
remove(null) throws NPE
testRemove1_NullPointerException() - Method in class TreeMapTest
remove(null) throws NPE for nonempty map
testRemove1_NullPointerException() - Method in class TreeSubMapTest
remove(null) throws NPE
testRemove2() - Method in class ConcurrentHashMapTest
remove(key,value) removes only if pair present
testRemove2() - Method in class ConcurrentSkipListMapTest
remove(key,value) removes only if pair present
testRemove2() - Method in class ConcurrentSkipListSubMapTest
remove(key,value) removes only if pair present
testRemove2_IndexOutOfBounds() - Method in class CopyOnWriteArrayListTest
remove throws an IndexOutOfBoundsException on a too high index
testRemove2_NullPointerException() - Method in class ConcurrentHashMapTest
remove(null, x) throws NPE
testRemove2_NullPointerException() - Method in class ConcurrentSkipListMapTest
remove(null, x) throws NPE
testRemove2_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
remove(null, x) throws NPE
testRemove3() - Method in class ConcurrentHashMapTest
remove(x, null) returns false
testRemove3() - Method in class ConcurrentSkipListMapTest
remove(x, null) returns false
testRemoveAll() - Method in class ArrayBlockingQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class ArrayDequeTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class ConcurrentLinkedDequeTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class ConcurrentLinkedQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class ConcurrentSkipListSetTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class ConcurrentSkipListSubSetTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class CopyOnWriteArrayListTest
removeAll removes all elements from the given collection
testRemoveAll() - Method in class CopyOnWriteArraySetTest
removeAll removes all elements from the given collection
testRemoveAll() - Method in class DelayQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class LinkedBlockingDequeTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class LinkedBlockingQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class LinkedListTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class LinkedTransferQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class PriorityBlockingQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class PriorityQueueTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class SynchronousQueueTest
removeAll returns false
testRemoveAll() - Method in class TreeSetTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveAll() - Method in class TreeSubSetTest
removeAll(c) removes only those elements of c and reports true if changed
testRemoveElement() - Method in class ArrayBlockingQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class ArrayDequeTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class ConcurrentLinkedDequeTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class ConcurrentLinkedQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class ConcurrentSkipListSetTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class ConcurrentSkipListSubSetTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class DelayQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class LinkedBlockingDequeTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class LinkedBlockingQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class LinkedListTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class LinkedTransferQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class PriorityBlockingQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class PriorityQueueTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class SynchronousQueueTest
remove(x) returns false
testRemoveElement() - Method in class TreeSetTest
remove(x) removes x and returns true if present
testRemoveElement() - Method in class TreeSubSetTest
remove(x) removes x and returns true if present
testRemoveElementAndAdd() - Method in class LinkedBlockingQueueTest
An add following remove(x) succeeds
testRemoveElementAndAdd() - Method in class LinkedTransferQueueTest
An add following remove(x) succeeds
testRemoveF() - Method in class AbstractQueueTest
remove throws NSEE if poll returns null
testRemoveFirst() - Method in class ArrayDequeTest
removeFirst() removes first element, or throws NSEE if empty
testRemoveFirst() - Method in class ConcurrentLinkedDequeTest
removeFirst() removes first element, or throws NSEE if empty
testRemoveFirst() - Method in class LinkedBlockingDequeTest
removeFirst() removes first element, or throws NSEE if empty
testRemoveFirstOccurrence() - Method in class ArrayDequeTest
removeFirstOccurrence(x) removes x and returns true if present
testRemoveFirstOccurrence() - Method in class ConcurrentLinkedDequeTest
removeFirstOccurrence(x) removes x and returns true if present
testRemoveFirstOccurrence() - Method in class LinkedBlockingDequeTest
removeFirstOccurrence(x) removes x and returns true if present
testRemoveFirstOccurrence() - Method in class LinkedListTest
removeFirstOccurrence(x) removes x and returns true if present
testRemoveITL() - Method in class ThreadLocalTest
remove in InheritableThreadLocal causes next access to return initial value
testRemoveLast() - Method in class ArrayDequeTest
removeLast() removes last element, or throws NSEE if empty
testRemoveLast() - Method in class ConcurrentLinkedDequeTest
removeLast() removes last element, or throws NSEE if empty
testRemoveLast() - Method in class LinkedBlockingDequeTest
removeLast() removes last element, or throws NSEE if empty
testRemoveLastOccurrence() - Method in class ArrayDequeTest
removeLastOccurrence(x) removes x and returns true if present
testRemoveLastOccurrence() - Method in class ConcurrentLinkedDequeTest
removeLastOccurrence(x) removes x and returns true if present
testRemoveLastOccurrence() - Method in class LinkedBlockingDequeTest
removeLastOccurrence(x) removes x and returns true if present
testRemoveLastOccurrence() - Method in class LinkedListTest
removeLastOccurrence(x) removes x and returns true if present
testRemoveS() - Method in class AbstractQueueTest
remove returns normally if poll succeeds
testReplace() - Method in class ConcurrentHashMapTest
replace fails when the given key is not present
testReplace() - Method in class ConcurrentSkipListMapTest
replace fails when the given key is not present
testReplace() - Method in class ConcurrentSkipListSubMapTest
replace fails when the given key is not present
testReplace2() - Method in class ConcurrentHashMapTest
replace succeeds if the key is already present
testReplace2() - Method in class ConcurrentSkipListMapTest
replace succeeds if the key is already present
testReplace2() - Method in class ConcurrentSkipListSubMapTest
replace succeeds if the key is already present
testReplace2_NullPointerException() - Method in class ConcurrentHashMapTest
replace(x, null) throws NPE
testReplace_NullPointerException() - Method in class ConcurrentHashMapTest
replace(null, x) throws NPE
testReplace_NullPointerException() - Method in class ConcurrentSkipListMapTest
replace(null, x) throws NPE
testReplace_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
replace(null, x) throws NPE
testReplacementAfterExchange() - Method in class ExchangerTest
If one exchanging thread is interrupted, another succeeds.
testReplaceValue() - Method in class ConcurrentHashMapTest
replace value fails when the given key not mapped to expected value
testReplaceValue() - Method in class ConcurrentSkipListMapTest
replace value fails when the given key not mapped to expected value
testReplaceValue() - Method in class ConcurrentSkipListSubMapTest
replace value fails when the given key not mapped to expected value
testReplaceValue2() - Method in class ConcurrentHashMapTest
replace value succeeds when the given key mapped to expected value
testReplaceValue2() - Method in class ConcurrentSkipListMapTest
replace value succeeds when the given key mapped to expected value
testReplaceValue2() - Method in class ConcurrentSkipListSubMapTest
replace value succeeds when the given key mapped to expected value
testReplaceValue2_NullPointerException() - Method in class ConcurrentHashMapTest
replace(x, null, y) throws NPE
testReplaceValue3_NullPointerException() - Method in class ConcurrentHashMapTest
replace(x, y, null) throws NPE
testReplaceValue_NullPointerException() - Method in class ConcurrentHashMapTest
replace(null, x, y) throws NPE
testReplaceValue_NullPointerException() - Method in class ConcurrentSkipListMapTest
replace(null, x, y) throws NPE
testReplaceValue_NullPointerException() - Method in class ConcurrentSkipListSubMapTest
replace(null, x, y) throws NPE
testReset_BrokenBarrier() - Method in class CyclicBarrierTest
A reset of an active barrier causes waiting threads to throw BrokenBarrierException
testReset_Leakage() - Method in class CyclicBarrierTest
All threads block while a barrier is broken.
testReset_NoBrokenBarrier() - Method in class CyclicBarrierTest
A reset before threads enter barrier does not throw BrokenBarrierException
testResetAfterCancel() - Method in class FutureTaskTest
runAndReset after cancellation fails
testResetAfterCommandException() - Method in class CyclicBarrierTest
Reset of a barrier after a failed command reinitializes it.
testResetAfterInterrupt() - Method in class CyclicBarrierTest
Reset of a barrier after interruption reinitializes it.
testResetAfterTimeout() - Method in class CyclicBarrierTest
Reset of a barrier after timeout reinitializes it.
testResetWithoutBreakage() - Method in class CyclicBarrierTest
Reset of a non-broken barrier does not break barrier
testRetainAll() - Method in class ArrayBlockingQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class ArrayDequeTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class ConcurrentLinkedDequeTest
retainAll(c) retains only those elements of c and reports true if change
testRetainAll() - Method in class ConcurrentLinkedQueueTest
retainAll(c) retains only those elements of c and reports true if change
testRetainAll() - Method in class ConcurrentSkipListSetTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class ConcurrentSkipListSubSetTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class DelayQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class LinkedBlockingDequeTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class LinkedBlockingQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class LinkedListTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class LinkedTransferQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class PriorityBlockingQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class PriorityQueueTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class SynchronousQueueTest
retainAll returns false
testRetainAll() - Method in class TreeSetTest
retainAll(c) retains only those elements of c and reports true if changed
testRetainAll() - Method in class TreeSubSetTest
retainAll(c) retains only those elements of c and reports true if changed
testRunAndReset() - Method in class FutureTaskTest
runAndReset of a non-cancelled task succeeds
testSaturatedExecute() - Method in class ThreadPoolExecutorSubclassTest
execute throws RejectedExecutionException if saturated.
testSaturatedExecute() - Method in class ThreadPoolExecutorTest
execute throws RejectedExecutionException if saturated.
testSaturatedExecute2() - Method in class ThreadPoolExecutorSubclassTest
executor using CallerRunsPolicy runs task if saturated.
testSaturatedExecute2() - Method in class ThreadPoolExecutorTest
executor using CallerRunsPolicy runs task if saturated.
testSaturatedExecute3() - Method in class ThreadPoolExecutorSubclassTest
executor using DiscardPolicy drops task if saturated.
testSaturatedExecute3() - Method in class ThreadPoolExecutorTest
executor using DiscardPolicy drops task if saturated.
testSaturatedExecute4() - Method in class ThreadPoolExecutorSubclassTest
executor using DiscardOldestPolicy drops oldest task if saturated.
testSaturatedExecute4() - Method in class ThreadPoolExecutorTest
executor using DiscardOldestPolicy drops oldest task if saturated.
testSaturatedSubmitCallable() - Method in class ThreadPoolExecutorTest
submit(callable) throws RejectedExecutionException if saturated.
testSaturatedSubmitRunnable() - Method in class ThreadPoolExecutorTest
submit(runnable) throws RejectedExecutionException if saturated.
testSchedule1() - Method in class ScheduledExecutorSubclassTest
delayed schedule of callable successfully executes after delay
testSchedule1() - Method in class ScheduledExecutorTest
delayed schedule of callable successfully executes after delay
testSchedule1_RejectedExecutionException() - Method in class ScheduledExecutorSubclassTest
execute throws RejectedExecutionException if shutdown
testSchedule1_RejectedExecutionException() - Method in class ScheduledExecutorTest
execute throws RejectedExecutionException if shutdown
testSchedule2_RejectedExecutionException() - Method in class ScheduledExecutorSubclassTest
schedule throws RejectedExecutionException if shutdown
testSchedule2_RejectedExecutionException() - Method in class ScheduledExecutorTest
schedule throws RejectedExecutionException if shutdown
testSchedule3() - Method in class ScheduledExecutorSubclassTest
delayed schedule of runnable successfully executes after delay
testSchedule3() - Method in class ScheduledExecutorTest
delayed schedule of runnable successfully executes after delay
testSchedule3_RejectedExecutionException() - Method in class ScheduledExecutorSubclassTest
schedule callable throws RejectedExecutionException if shutdown
testSchedule3_RejectedExecutionException() - Method in class ScheduledExecutorTest
schedule callable throws RejectedExecutionException if shutdown
testSchedule4() - Method in class ScheduledExecutorSubclassTest
scheduleAtFixedRate executes runnable after given initial delay
testSchedule4() - Method in class ScheduledExecutorTest
scheduleAtFixedRate executes runnable after given initial delay
testSchedule5() - Method in class ScheduledExecutorSubclassTest
scheduleWithFixedDelay executes runnable after given initial delay
testSchedule5() - Method in class ScheduledExecutorTest
scheduleWithFixedDelay executes runnable after given initial delay
testScheduleAtFixedRate1_RejectedExecutionException() - Method in class ScheduledExecutorSubclassTest
scheduleAtFixedRate throws RejectedExecutionException if shutdown
testScheduleAtFixedRate1_RejectedExecutionException() - Method in class ScheduledExecutorTest
scheduleAtFixedRate throws RejectedExecutionException if shutdown
testScheduleNull() - Method in class ScheduledExecutorSubclassTest
schedule(null) throws NPE
testScheduleNull() - Method in class ScheduledExecutorTest
schedule(null) throws NPE
testScheduleWithFixedDelay1_RejectedExecutionException() - Method in class ScheduledExecutorSubclassTest
scheduleWithFixedDelay throws RejectedExecutionException if shutdown
testScheduleWithFixedDelay1_RejectedExecutionException() - Method in class ScheduledExecutorTest
scheduleWithFixedDelay throws RejectedExecutionException if shutdown
testSerialization() - Method in class AbstractQueuedLongSynchronizerTest
A serialized AQS deserializes with current state
testSerialization() - Method in class AbstractQueuedSynchronizerTest
A serialized AQS deserializes with current state
testSerialization() - Method in class ArrayBlockingQueueTest
A deserialized serialized queue has same elements in same order
testSerialization() - Method in class ArrayDequeTest
A deserialized serialized deque has same elements in same order
testSerialization() - Method in class AtomicBooleanTest
a deserialized serialized atomic holds same value
testSerialization() - Method in class AtomicIntegerArrayTest
a deserialized serialized array holds same values
testSerialization() - Method in class AtomicIntegerTest
a deserialized serialized atomic holds same value
testSerialization() - Method in class AtomicLongArrayTest
a deserialized serialized array holds same values
testSerialization() - Method in class AtomicLongTest
a deserialized serialized atomic holds same value
testSerialization() - Method in class AtomicReferenceArrayTest
a deserialized serialized array holds same values
testSerialization() - Method in class AtomicReferenceTest
a deserialized serialized atomic holds same value
testSerialization() - Method in class ConcurrentHashMapTest
A deserialized map equals original
testSerialization() - Method in class ConcurrentLinkedDequeTest
A deserialized serialized deque has same elements in same order
testSerialization() - Method in class ConcurrentLinkedQueueTest
A deserialized serialized queue has same elements in same order
testSerialization() - Method in class ConcurrentSkipListMapTest
A deserialized map equals original
testSerialization() - Method in class ConcurrentSkipListSetTest
A deserialized serialized set has same elements
testSerialization() - Method in class ConcurrentSkipListSubMapTest
A deserialized map equals original
testSerialization() - Method in class ConcurrentSkipListSubSetTest
A deserialized serialized set has same elements
testSerialization() - Method in class CopyOnWriteArrayListTest
a deserialized serialized list is equal
testSerialization() - Method in class CopyOnWriteArraySetTest
A deserialized serialized set is equal
testSerialization() - Method in class LinkedBlockingDequeTest
A deserialized serialized deque has same elements in same order
testSerialization() - Method in class LinkedBlockingQueueTest
A deserialized serialized queue has same elements in same order
testSerialization() - Method in class LinkedTransferQueueTest
A deserialized serialized queue has same elements in same order
testSerialization() - Method in class PriorityBlockingQueueTest
A deserialized serialized queue has same elements
testSerialization() - Method in class PriorityQueueTest
A deserialized serialized queue has same elements
testSerialization() - Method in class ReentrantLockTest
A serialized lock deserializes as unlocked
testSerialization() - Method in class ReentrantReadWriteLockTest
A serialized lock deserializes as unlocked
testSerialization() - Method in class SemaphoreTest
a deserialized serialized semaphore has same number of permits
testSerialization() - Method in class SynchronousQueueTest
a deserialized serialized queue is usable
testSerialization() - Method in class TimeUnitTest
a deserialized serialized unit is the same instance
testSerialization() - Method in class TreeMapTest
A deserialized map equals original
testSerialization() - Method in class TreeSetTest
A deserialized serialized set has same elements
testSerialization() - Method in class TreeSubMapTest
A deserialized map equals original
testSerialization() - Method in class TreeSubSetTest
A deserialized serialized set has same elements
testSerialization_fair() - Method in class SemaphoreTest
a deserialized serialized semaphore has same number of permits
testSet() - Method in class CopyOnWriteArrayListTest
set changes the element at the given index
testSet() - Method in class FutureTaskTest
setting value causes get to return it
testSet1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
set throws an IndexOutOfBoundsException on a negative index
testSet2() - Method in class CopyOnWriteArrayListTest
set throws an IndexOutOfBoundsException on a too high index
testSetException() - Method in class FutureTaskTest
setException causes get to throw ExecutionException
testSetRawResult() - Method in class ForkJoinTaskTest
setRawResult(null) succeeds
testSetRawResult() - Method in class RecursiveActionTest
setRawResult(null) succeeds
testSetRawResult() - Method in class RecursiveTaskTest
The value set by setRawResult is returned by getRawResult
testSetRejectedExecutionHandler() - Method in class ThreadPoolExecutorSubclassTest
setRejectedExecutionHandler sets the handler returned by getRejectedExecutionHandler
testSetRejectedExecutionHandler() - Method in class ThreadPoolExecutorTest
setRejectedExecutionHandler sets the handler returned by getRejectedExecutionHandler
testSetRejectedExecutionHandlerNull() - Method in class ThreadPoolExecutorSubclassTest
setRejectedExecutionHandler(null) throws NPE
testSetRejectedExecutionHandlerNull() - Method in class ThreadPoolExecutorTest
setRejectedExecutionHandler(null) throws NPE
testSetSeed() - Method in class ThreadLocalRandomTest
setSeed throws UnsupportedOperationException
testSetThreadFactory() - Method in class ScheduledExecutorSubclassTest
setThreadFactory sets the thread factory returned by getThreadFactory
testSetThreadFactory() - Method in class ScheduledExecutorTest
setThreadFactory sets the thread factory returned by getThreadFactory
testSetThreadFactory() - Method in class ThreadPoolExecutorSubclassTest
setThreadFactory sets the thread factory returned by getThreadFactory
testSetThreadFactory() - Method in class ThreadPoolExecutorTest
setThreadFactory sets the thread factory returned by getThreadFactory
testSetThreadFactoryNull() - Method in class ScheduledExecutorSubclassTest
setThreadFactory(null) throws NPE
testSetThreadFactoryNull() - Method in class ScheduledExecutorTest
setThreadFactory(null) throws NPE
testSetThreadFactoryNull() - Method in class ThreadPoolExecutorSubclassTest
setThreadFactory(null) throws NPE
testSetThreadFactoryNull() - Method in class ThreadPoolExecutorTest
setThreadFactory(null) throws NPE
testSetUncaughtExceptionHandler() - Method in class ForkJoinPoolTest
setUncaughtExceptionHandler changes handler for uncaught exceptions.
testSetValue1() - Method in class EntryTest
getValue returns last setValue for SimpleEntry
testsetValue2() - Method in class EntryTest
setValue for SimpleImmutableEntry throws UnsupportedOperationException
testSetValueWriteThrough() - Method in class ConcurrentHashMapTest
SetValue of an EntrySet entry sets value in the map.
testShutdown1() - Method in class ScheduledExecutorSubclassTest
In default setting, shutdown cancels periodic but not delayed tasks at shutdown
testShutdown1() - Method in class ScheduledExecutorTest
In default setting, shutdown cancels periodic but not delayed tasks at shutdown
testShutdown2() - Method in class ScheduledExecutorSubclassTest
If setExecuteExistingDelayedTasksAfterShutdownPolicy is false, delayed tasks are cancelled at shutdown
testShutdown2() - Method in class ScheduledExecutorTest
If setExecuteExistingDelayedTasksAfterShutdownPolicy is false, delayed tasks are cancelled at shutdown
testShutdown3() - Method in class ScheduledExecutorSubclassTest
If setContinueExistingPeriodicTasksAfterShutdownPolicy is set false, periodic tasks are cancelled at shutdown
testShutdown3() - Method in class ScheduledExecutorTest
If setContinueExistingPeriodicTasksAfterShutdownPolicy is set false, periodic tasks are cancelled at shutdown
testShutdown4() - Method in class ScheduledExecutorSubclassTest
if setContinueExistingPeriodicTasksAfterShutdownPolicy is true, periodic tasks are not cancelled at shutdown
testShutdown4() - Method in class ScheduledExecutorTest
if setContinueExistingPeriodicTasksAfterShutdownPolicy is true, periodic tasks are not cancelled at shutdown
testShutdownNow() - Method in class ScheduledExecutorSubclassTest
shutdownNow returns a list containing tasks that were not run
testShutdownNow() - Method in class ScheduledExecutorTest
shutdownNow returns a list containing tasks that were not run
testShutdownNow() - Method in class ThreadPoolExecutorSubclassTest
shutdownNow returns a list containing tasks that were not run
testShutdownNow() - Method in class ThreadPoolExecutorTest
shutdownNow returns a list containing tasks that were not run
testSignal_IllegalMonitor() - Method in class AbstractQueuedLongSynchronizerTest
Calling signal without holding sync throws IllegalMonitorStateException
testSignal_IllegalMonitor() - Method in class AbstractQueuedSynchronizerTest
Calling signal without holding sync throws IllegalMonitorStateException
testSignal_IllegalMonitor() - Method in class ReentrantLockTest
Calling signal without holding lock throws IllegalMonitorStateException
testSignal_IllegalMonitor() - Method in class ReentrantReadWriteLockTest
Calling signal without holding lock throws IllegalMonitorStateException
testSignalAll() - Method in class AbstractQueuedLongSynchronizerTest
signalAll wakes up all threads
testSignalAll() - Method in class AbstractQueuedSynchronizerTest
signalAll wakes up all threads
testSignalAll() - Method in class ReentrantLockTest
signalAll wakes up all threads
testSignalAll() - Method in class ReentrantReadWriteLockTest
signalAll wakes up all threads
testSignalAll_IllegalMonitor() - Method in class ReentrantReadWriteLockTest
Calling signalAll without holding lock throws IllegalMonitorStateException
testSignalWakesFifo() - Method in class ReentrantReadWriteLockTest
signal wakes up waiting threads in FIFO order.
testSingleParty() - Method in class CyclicBarrierTest
A 1-party barrier triggers after single await
testSize() - Method in class ArrayDequeTest
size changes when elements added and removed
testSize() - Method in class ConcurrentHashMapTest
size returns the correct values
testSize() - Method in class ConcurrentLinkedDequeTest
size() changes when elements added and removed
testSize() - Method in class ConcurrentLinkedQueueTest
size changes when elements added and removed
testSize() - Method in class ConcurrentSkipListMapTest
size returns the correct values
testSize() - Method in class ConcurrentSkipListSetTest
size changes when elements added and removed
testSize() - Method in class ConcurrentSkipListSubMapTest
size returns the correct values
testSize() - Method in class ConcurrentSkipListSubSetTest
size changes when elements added and removed
testSize() - Method in class CopyOnWriteArrayListTest
size returns the number of elements
testSize() - Method in class CopyOnWriteArraySetTest
size returns the number of elements
testSize() - Method in class LinkedBlockingDequeTest
size changes when elements added and removed
testSize() - Method in class LinkedListTest
size changes when elements added and removed
testSize() - Method in class PriorityQueueTest
size changes when elements added and removed
testSize() - Method in class TreeMapTest
size returns the correct values
testSize() - Method in class TreeSetTest
size changes when elements added and removed
testSize() - Method in class TreeSubMapTest
size returns the correct values
testSize() - Method in class TreeSubSetTest
size changes when elements added and removed
testSubList() - Method in class CopyOnWriteArrayListTest
sublists contains elements at indexes offset from their base
testSubList1_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
subList throws an IndexOutOfBoundsException on a negative index
testSubList2_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
subList throws an IndexOutOfBoundsException on a too high index
testSubList3_IndexOutOfBoundsException() - Method in class CopyOnWriteArrayListTest
subList throws IndexOutOfBoundsException when the second index is lower then the first
testSubMapContents() - Method in class ConcurrentSkipListMapTest
subMap returns map with keys in requested range
testSubMapContents() - Method in class ConcurrentSkipListSubMapTest
subMap returns map with keys in requested range
testSubMapContents() - Method in class TreeMapTest
subMap returns map with keys in requested range
testSubMapContents() - Method in class TreeSubMapTest
subMap returns map with keys in requested range
testSubMapContents2() - Method in class ConcurrentSkipListMapTest
 
testSubMapContents2() - Method in class ConcurrentSkipListSubMapTest
 
testSubMapContents2() - Method in class TreeMapTest
 
testSubMapContents2() - Method in class TreeSubMapTest
 
testSubmitAfterShutdown() - Method in class ForkJoinPoolTest
A task submitted after shutdown is rejected
testSubmitCallable() - Method in class AbstractExecutorServiceTest
Completed submit(callable) returns result
testSubmitCallable() - Method in class ForkJoinPoolTest
Completed submit(callable) returns result
testSubmitCallable() - Method in class ScheduledExecutorSubclassTest
completed submit of callable returns result
testSubmitCallable() - Method in class ScheduledExecutorTest
completed submit of callable returns result
testSubmitCallable() - Method in class ThreadPoolExecutorSubclassTest
completed submit of callable returns result
testSubmitCallable() - Method in class ThreadPoolExecutorTest
completed submit of callable returns result
testSubmitEE() - Method in class AbstractExecutorServiceTest
get of submit(callable) throws ExecutionException if callable throws exception
testSubmitEE() - Method in class ForkJoinPoolTest
get of submit(callable) throws ExecutionException if callable throws exception
testSubmitFailedPrivilegedExceptionAction() - Method in class AbstractExecutorServiceTest
A submitted failed privileged exception action reports exception
testSubmitFailedPrivilegedExceptionAction() - Method in class ForkJoinPoolTest
A submitted failed privileged exception action reports exception
testSubmitForkJoinTask() - Method in class ForkJoinPoolTest
Completed submit(ForkJoinTask) returns result
testSubmitNPE() - Method in class ExecutorCompletionServiceTest
Submitting a null callable throws NPE
testSubmitNPE2() - Method in class ExecutorCompletionServiceTest
Submitting a null runnable throws NPE
testSubmitNullCallable() - Method in class AbstractExecutorServiceTest
submit(null callable) throws NPE
testSubmitNullCallable() - Method in class ForkJoinPoolTest
submit(null callable) throws NullPointerException
testSubmitPrivilegedAction() - Method in class AbstractExecutorServiceTest
A submitted privileged action runs to completion
testSubmitPrivilegedAction() - Method in class ForkJoinPoolTest
A submitted privileged action runs to completion
testSubmitPrivilegedExceptionAction() - Method in class AbstractExecutorServiceTest
A submitted privileged exception action runs to completion
testSubmitPrivilegedExceptionAction() - Method in class ForkJoinPoolTest
A submitted privileged exception action runs to completion
testSubmitRunnable() - Method in class AbstractExecutorServiceTest
Completed submit(runnable) returns successfully
testSubmitRunnable() - Method in class ForkJoinPoolTest
Completed submit(runnable) returns successfully
testSubmitRunnable() - Method in class ScheduledExecutorSubclassTest
completed submit of runnable returns successfully
testSubmitRunnable() - Method in class ScheduledExecutorTest
completed submit of runnable returns successfully
testSubmitRunnable() - Method in class ThreadPoolExecutorSubclassTest
completed submit of runnable returns successfully
testSubmitRunnable() - Method in class ThreadPoolExecutorTest
completed submit of runnable returns successfully
testSubmitRunnable2() - Method in class AbstractExecutorServiceTest
Completed submit(runnable, result) returns result
testSubmitRunnable2() - Method in class ForkJoinPoolTest
Completed submit(runnable, result) returns result
testSubmitRunnable2() - Method in class ScheduledExecutorSubclassTest
completed submit of (runnable, result) returns result
testSubmitRunnable2() - Method in class ScheduledExecutorTest
completed submit of (runnable, result) returns result
testSubmitRunnable2() - Method in class ThreadPoolExecutorSubclassTest
completed submit of (runnable, result) returns result
testSubmitRunnable2() - Method in class ThreadPoolExecutorTest
completed submit of (runnable, result) returns result
testSubSetContents() - Method in class ConcurrentSkipListSetTest
subSet returns set with keys in requested range
testSubSetContents() - Method in class ConcurrentSkipListSubSetTest
subSet returns set with keys in requested range
testSubSetContents() - Method in class TreeSetTest
subSet returns set with keys in requested range
testSubSetContents() - Method in class TreeSubSetTest
subSet returns set with keys in requested range
testSubSetContents2() - Method in class ConcurrentSkipListSetTest
 
testSubSetContents2() - Method in class ConcurrentSkipListSubSetTest
 
testSubSetContents2() - Method in class TreeSetTest
 
testSubSetContents2() - Method in class TreeSubSetTest
 
testSuite() - Method in class BlockingQueueTest
Like suite(), but non-static
testTailMapContents() - Method in class ConcurrentSkipListMapTest
tailMap returns map with keys in requested range
testTailMapContents() - Method in class ConcurrentSkipListSubMapTest
headMap returns map with keys in requested range
testTailMapContents() - Method in class TreeMapTest
headMap returns map with keys in requested range
testTailMapContents() - Method in class TreeSubMapTest
headMap returns map with keys in requested range
testTailSetContents() - Method in class ConcurrentSkipListSetTest
tailSet returns set with keys in requested range
testTailSetContents() - Method in class ConcurrentSkipListSubSetTest
tailSet returns set with keys in requested range
testTailSetContents() - Method in class TreeSetTest
tailSet returns set with keys in requested range
testTailSetContents() - Method in class TreeSubSetTest
tailSet returns set with keys in requested range
testTake() - Method in class ArrayBlockingQueueTest
take retrieves elements in FIFO order
testTake() - Method in class DelayQueueTest
take retrieves elements in priority order
testTake() - Method in class ExecutorCompletionServiceTest
A taken submitted task is completed
testTake() - Method in class LinkedBlockingDequeTest
take retrieves elements in FIFO order
testTake() - Method in class LinkedBlockingQueueTest
take retrieves elements in FIFO order
testTake() - Method in class LinkedTransferQueueTest
take retrieves elements in FIFO order
testTake() - Method in class PriorityBlockingQueueTest
take retrieves elements in priority order
testTake2() - Method in class ExecutorCompletionServiceTest
Take returns the same future object returned by submit
testTakeFirst() - Method in class LinkedBlockingDequeTest
take retrieves elements in FIFO order
testTakeFirstFromEmpty() - Method in class LinkedBlockingDequeTest
takeFirst blocks interruptibly when empty
testTakeFromEmptyAfterInterrupt() - Method in class BlockingQueueTest
take() throws InterruptedException immediately if interrupted before waiting
testTakeFromEmptyBlocksInterruptibly() - Method in class BlockingQueueTest
take() blocks interruptibly when empty
testTakeFromEmptyBlocksInterruptibly() - Method in class DelayQueueTest
take blocks interruptibly when empty
testTakeLast() - Method in class LinkedBlockingDequeTest
takeLast retrieves elements in FIFO order
testTakeLastFromEmpty() - Method in class LinkedBlockingDequeTest
takeLast blocks interruptibly when empty
testTerminated() - Method in class ThreadPoolExecutorSubclassTest
terminated() is called on termination
testTerminated() - Method in class ThreadPoolExecutorTest
terminated() is called on termination
testTimedAcquireReleaseInDifferentThreads() - Method in class SemaphoreTest
A release in one thread enables a timed acquire in another thread
testTimedAcquireReleaseInDifferentThreads_fair() - Method in class SemaphoreTest
release in one thread enables timed acquire in another thread
testTimedAcquireReleaseInSameThread() - Method in class SemaphoreTest
Timed Acquire and release of semaphore succeed if initially available
testTimedAcquireReleaseInSameThread_fair() - Method in class SemaphoreTest
release in one thread enables timed acquire in another thread
testTimedAcquireReleaseNInDifferentThreads_fair() - Method in class SemaphoreTest
release(n) in one thread enables timed acquire(n) in another thread
testTimedAcquireReleaseNInSameThread_fair() - Method in class SemaphoreTest
release(n) in one thread enables timed acquire(n) in another thread
testTimedAwait() - Method in class CountDownLatchTest
timed await returns after countDown to zero
testTimedAwait_InterruptedException() - Method in class CountDownLatchTest
timed await throws IE if interrupted before counted down
testTimedCallable() - Method in class ExecutorsTest
Future.get on submitted tasks will time out if they compute too long.
testTimedExchange() - Method in class ExchangerTest
timed exchange exchanges objects across two threads
testTimedExchange_InterruptedException() - Method in class ExchangerTest
interrupt during wait for timed exchange throws IE
testTimedGet_Cancellation() - Method in class FutureTaskTest
Cancelling a task causes timed get in another thread to throw CancellationException
testTimedGet_ExecutionException2() - Method in class FutureTaskTest
A runtime exception in task causes timed get to throw ExecutionException
testTimedGet_InterruptedException2() - Method in class FutureTaskTest
Interrupting a waiting timed get causes it to throw InterruptedException
testTimedGetRun() - Method in class FutureTaskTest
run in one thread causes timed get in another thread to retrieve value
testTimedGetSet() - Method in class FutureTaskTest
set in one thread causes timed get in another thread to retrieve value
testTimedInvokeAll1() - Method in class AbstractExecutorServiceTest
timed invokeAll(null) throws NPE
testTimedInvokeAll1() - Method in class ForkJoinPoolTest
timed invokeAll(null) throws NullPointerException
testTimedInvokeAll1() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(null) throws NPE
testTimedInvokeAll1() - Method in class ScheduledExecutorTest
timed invokeAll(null) throws NPE
testTimedInvokeAll1() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(null) throws NPE
testTimedInvokeAll1() - Method in class ThreadPoolExecutorTest
timed invokeAll(null) throws NPE
testTimedInvokeAll2() - Method in class AbstractExecutorServiceTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll2() - Method in class ForkJoinPoolTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll2() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll2() - Method in class ScheduledExecutorTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll2() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll2() - Method in class ThreadPoolExecutorTest
timed invokeAll(empty collection) returns empty collection
testTimedInvokeAll3() - Method in class AbstractExecutorServiceTest
timed invokeAll(c) throws NPE if c has null elements
testTimedInvokeAll3() - Method in class ForkJoinPoolTest
timed invokeAll(c) throws NullPointerException if c has null elements
testTimedInvokeAll3() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(c) throws NPE if c has null elements
testTimedInvokeAll3() - Method in class ScheduledExecutorTest
timed invokeAll(c) throws NPE if c has null elements
testTimedInvokeAll3() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(c) throws NPE if c has null elements
testTimedInvokeAll3() - Method in class ThreadPoolExecutorTest
timed invokeAll(c) throws NPE if c has null elements
testTimedInvokeAll4() - Method in class AbstractExecutorServiceTest
get of returned element of invokeAll(c) throws exception on failed task
testTimedInvokeAll4() - Method in class ForkJoinPoolTest
get of returned element of invokeAll(c) throws exception on failed task
testTimedInvokeAll4() - Method in class ScheduledExecutorSubclassTest
get of element of invokeAll(c) throws exception on failed task
testTimedInvokeAll4() - Method in class ScheduledExecutorTest
get of element of invokeAll(c) throws exception on failed task
testTimedInvokeAll4() - Method in class ThreadPoolExecutorSubclassTest
get of element of invokeAll(c) throws exception on failed task
testTimedInvokeAll4() - Method in class ThreadPoolExecutorTest
get of element of invokeAll(c) throws exception on failed task
testTimedInvokeAll5() - Method in class AbstractExecutorServiceTest
timed invokeAll(c) returns results of all completed tasks in c
testTimedInvokeAll5() - Method in class ForkJoinPoolTest
timed invokeAll(c) returns results of all completed tasks in c
testTimedInvokeAll5() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(c) returns results of all completed tasks
testTimedInvokeAll5() - Method in class ScheduledExecutorTest
timed invokeAll(c) returns results of all completed tasks
testTimedInvokeAll5() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(c) returns results of all completed tasks
testTimedInvokeAll5() - Method in class ThreadPoolExecutorTest
timed invokeAll(c) returns results of all completed tasks
testTimedInvokeAll6() - Method in class AbstractExecutorServiceTest
timed invokeAll cancels tasks not completed by timeout
testTimedInvokeAll6() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(c) cancels tasks not completed by timeout
testTimedInvokeAll6() - Method in class ScheduledExecutorTest
timed invokeAll(c) cancels tasks not completed by timeout
testTimedInvokeAll6() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(c) cancels tasks not completed by timeout
testTimedInvokeAll6() - Method in class ThreadPoolExecutorTest
timed invokeAll(c) cancels tasks not completed by timeout
testTimedInvokeAllNullTimeUnit() - Method in class AbstractExecutorServiceTest
timed invokeAll(null time unit) throws NPE
testTimedInvokeAllNullTimeUnit() - Method in class ForkJoinPoolTest
timed invokeAll(null time unit) throws NullPointerException
testTimedInvokeAllNullTimeUnit() - Method in class ScheduledExecutorSubclassTest
timed invokeAll(,,null) throws NPE
testTimedInvokeAllNullTimeUnit() - Method in class ScheduledExecutorTest
timed invokeAll(,,null) throws NPE
testTimedInvokeAllNullTimeUnit() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAll(,,null) throws NPE
testTimedInvokeAllNullTimeUnit() - Method in class ThreadPoolExecutorTest
timed invokeAll(,,null) throws NPE
testTimedInvokeAny1() - Method in class AbstractExecutorServiceTest
timed invokeAny(null) throws NPE
testTimedInvokeAny1() - Method in class ForkJoinPoolTest
timed invokeAny(null) throws NullPointerException
testTimedInvokeAny1() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(null) throws NPE
testTimedInvokeAny1() - Method in class ScheduledExecutorTest
timed invokeAny(null) throws NPE
testTimedInvokeAny1() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(null) throws NPE
testTimedInvokeAny1() - Method in class ThreadPoolExecutorTest
timed invokeAny(null) throws NPE
testTimedInvokeAny2() - Method in class AbstractExecutorServiceTest
timed invokeAny(empty collection) throws IAE
testTimedInvokeAny2() - Method in class ForkJoinPoolTest
timed invokeAny(empty collection) throws IllegalArgumentException
testTimedInvokeAny2() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(empty collection) throws IAE
testTimedInvokeAny2() - Method in class ScheduledExecutorTest
timed invokeAny(empty collection) throws IAE
testTimedInvokeAny2() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(empty collection) throws IAE
testTimedInvokeAny2() - Method in class ThreadPoolExecutorTest
timed invokeAny(empty collection) throws IAE
testTimedInvokeAny3() - Method in class AbstractExecutorServiceTest
timed invokeAny(c) throws NPE if c has null elements
testTimedInvokeAny3() - Method in class ForkJoinPoolTest
timed invokeAny(c) throws NullPointerException if c has null elements
testTimedInvokeAny3() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(c) throws NPE if c has null elements
testTimedInvokeAny3() - Method in class ScheduledExecutorTest
timed invokeAny(c) throws NPE if c has null elements
testTimedInvokeAny3() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(c) throws NPE if c has null elements
testTimedInvokeAny3() - Method in class ThreadPoolExecutorTest
timed invokeAny(c) throws NPE if c has null elements
testTimedInvokeAny4() - Method in class AbstractExecutorServiceTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny4() - Method in class ForkJoinPoolTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny4() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny4() - Method in class ScheduledExecutorTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny4() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny4() - Method in class ThreadPoolExecutorTest
timed invokeAny(c) throws ExecutionException if no task completes
testTimedInvokeAny5() - Method in class AbstractExecutorServiceTest
timed invokeAny(c) returns result of some task in c
testTimedInvokeAny5() - Method in class ForkJoinPoolTest
timed invokeAny(c) returns result of some task in c
testTimedInvokeAny5() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(c) returns result of some task
testTimedInvokeAny5() - Method in class ScheduledExecutorTest
timed invokeAny(c) returns result of some task
testTimedInvokeAny5() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(c) returns result of some task
testTimedInvokeAny5() - Method in class ThreadPoolExecutorTest
timed invokeAny(c) returns result of some task
testTimedInvokeAnyNullTimeUnit() - Method in class AbstractExecutorServiceTest
timed invokeAny(null time unit) throws NPE
testTimedInvokeAnyNullTimeUnit() - Method in class ForkJoinPoolTest
timed invokeAny(null time unit) throws NullPointerException
testTimedInvokeAnyNullTimeUnit() - Method in class ScheduledExecutorSubclassTest
timed invokeAny(,,null) throws NPE
testTimedInvokeAnyNullTimeUnit() - Method in class ScheduledExecutorTest
timed invokeAny(,,null) throws NPE
testTimedInvokeAnyNullTimeUnit() - Method in class ThreadPoolExecutorSubclassTest
timed invokeAny(,,null) throws NPE
testTimedInvokeAnyNullTimeUnit() - Method in class ThreadPoolExecutorTest
timed invokeAny(,,null) throws NPE
testTimedJoin() - Method in class TimeUnitTest
timedJoin throws InterruptedException when interrupted
testTimedOffer() - Method in class ArrayBlockingQueueTest
timed offer times out if full and elements not taken
testTimedOffer() - Method in class DelayQueueTest
timed offer does not time out
testTimedOffer() - Method in class LinkedBlockingDequeTest
timed offer times out if full and elements not taken
testTimedOffer() - Method in class LinkedBlockingQueueTest
timed offer times out if full and elements not taken
testTimedOffer() - Method in class PriorityBlockingQueueTest
timed offer does not time out
testTimedOffer(SynchronousQueue) - Method in class SynchronousQueueTest
timed offer times out if elements not taken
testTimedOffer() - Method in class SynchronousQueueTest
timed offer times out if elements not taken
testTimedOfferFirst() - Method in class LinkedBlockingDequeTest
timed offerFirst times out if full and elements not taken
testTimedOfferLast() - Method in class LinkedBlockingDequeTest
timed offerLast times out if full and elements not taken
testTimedPoll() - Method in class ArrayBlockingQueueTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class DelayQueueTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class LinkedBlockingDequeTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class LinkedBlockingQueueTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class LinkedTransferQueueTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class PriorityBlockingQueueTest
timed poll with nonzero timeout succeeds when non-empty, else times out
testTimedPoll() - Method in class SynchronousQueueTest
timed poll with nonzero timeout times out if no active putter
testTimedPoll0() - Method in class ArrayBlockingQueueTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class DelayQueueTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class LinkedBlockingDequeTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class LinkedBlockingQueueTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class LinkedTransferQueueTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class PriorityBlockingQueueTest
timed poll with zero timeout succeeds when non-empty, else times out
testTimedPoll0() - Method in class SynchronousQueueTest
timed poll with zero timeout times out if no active putter
testTimedPollAfterInterrupt() - Method in class LinkedTransferQueueTest
timed poll after thread interrupted throws InterruptedException instead of returning timeout status
testTimedPollDelayed() - Method in class DelayQueueTest
timed poll of a non-empty queue returns null if no expired elements.
testTimedPollFirst() - Method in class LinkedBlockingDequeTest
timed pollFirst with nonzero timeout succeeds when non-empty, else times out
testTimedPollFirst0() - Method in class LinkedBlockingDequeTest
timed pollFirst with zero timeout succeeds when non-empty, else times out
testTimedPollFirstWithOfferFirst() - Method in class LinkedBlockingDequeTest
timed pollFirst before a delayed offerFirst fails; after offerFirst succeeds; on interruption throws
testTimedPollLast() - Method in class LinkedBlockingDequeTest
timed pollLast with nonzero timeout succeeds when non-empty, else times out
testTimedPollLast0() - Method in class LinkedBlockingDequeTest
timed pollLast with zero timeout succeeds when non-empty, else times out
testTimedPollWithOffer() - Method in class BlockingQueueTest
timed poll before a delayed offer fails; after offer succeeds; on interruption throws
testTimedPollWithOffer() - Method in class DelayQueueTest
timed poll before a delayed offer fails; after offer succeeds; on interruption throws
testTimedPollWithOfferLast() - Method in class LinkedBlockingDequeTest
timed poll before a delayed offerLast fails; after offerLast succeeds; on interruption throws
testTimedSleep() - Method in class TimeUnitTest
timedSleep throws InterruptedException when interrupted
testTimedWait() - Method in class TimeUnitTest
timedWait throws InterruptedException when interrupted
testTimedWait_IllegalMonitorException() - Method in class TimeUnitTest
Timed wait without holding lock throws IllegalMonitorStateException
testToArray() - Method in class ArrayBlockingQueueTest
toArray contains all elements in FIFO order
testToArray() - Method in class ArrayDequeTest
toArray() contains all elements in FIFO order
testToArray() - Method in class ConcurrentLinkedDequeTest
toArray() contains all elements in FIFO order
testToArray() - Method in class ConcurrentLinkedQueueTest
toArray contains all elements in FIFO order
testToArray() - Method in class ConcurrentSkipListSetTest
toArray contains all elements in sorted order
testToArray() - Method in class ConcurrentSkipListSubSetTest
toArray contains all elements in sorted order
testToArray() - Method in class CopyOnWriteArrayListTest
toArray returns an Object array containing all elements from the list
testToArray() - Method in class CopyOnWriteArraySetTest
toArray returns an Object array containing all elements from the set
testToArray() - Method in class DelayQueueTest
toArray contains all elements
testToArray() - Method in class LinkedBlockingDequeTest
toArray contains all elements in FIFO order
testToArray() - Method in class LinkedBlockingQueueTest
toArray contains all elements in FIFO order
testToArray() - Method in class LinkedListTest
toArray contains all elements in FIFO order
testToArray() - Method in class LinkedTransferQueueTest
toArray() contains all elements in FIFO order
testToArray() - Method in class PriorityBlockingQueueTest
toArray contains all elements
testToArray() - Method in class PriorityQueueTest
toArray contains all elements
testToArray() - Method in class SynchronousQueueTest
toArray is empty
testToArray() - Method in class TreeSetTest
toArray contains all elements in sorted order
testToArray() - Method in class TreeSubSetTest
toArray contains all elements in sorted order
testToArray1_BadArg() - Method in class ArrayBlockingQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class ArrayDequeTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class ConcurrentLinkedDequeTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class ConcurrentLinkedQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class DelayQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class LinkedBlockingDequeTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class LinkedBlockingQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class LinkedListTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class LinkedTransferQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray1_BadArg() - Method in class PriorityBlockingQueueTest
toArray(incompatible array type) throws ArrayStoreException
testToArray2() - Method in class ArrayBlockingQueueTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class ArrayDequeTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class ConcurrentLinkedDequeTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class ConcurrentLinkedQueueTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class ConcurrentSkipListSetTest
toArray(a) contains all elements in sorted order
testToArray2() - Method in class ConcurrentSkipListSubSetTest
toArray(a) contains all elements in sorted order
testToArray2() - Method in class CopyOnWriteArrayListTest
toArray returns an Integer array containing all elements from the list
testToArray2() - Method in class CopyOnWriteArraySetTest
toArray returns an Integer array containing all elements from the set
testToArray2() - Method in class DelayQueueTest
toArray(a) contains all elements
testToArray2() - Method in class LinkedBlockingDequeTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class LinkedBlockingQueueTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class LinkedListTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class LinkedTransferQueueTest
toArray(a) contains all elements in FIFO order
testToArray2() - Method in class PriorityBlockingQueueTest
toArray(a) contains all elements
testToArray2() - Method in class PriorityQueueTest
toArray(a) contains all elements
testToArray2() - Method in class SynchronousQueueTest
toArray(a) is nulled at position 0
testToArray2() - Method in class TreeSetTest
toArray(a) contains all elements in sorted order
testToArray2() - Method in class TreeSubSetTest
toArray(a) contains all elements in sorted order
testToArray_ArrayStoreException() - Method in class CopyOnWriteArrayListTest
toArray throws an ArrayStoreException when the given array can not store the objects inside the list
testToArray_ArrayStoreException() - Method in class CopyOnWriteArraySetTest
toArray throws an ArrayStoreException when the given array can not store the objects inside the set
testToArray_BadArg() - Method in class SynchronousQueueTest
toArray(null) throws NPE
testToArray_NullArg() - Method in class ArrayBlockingQueueTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class ArrayDequeTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class ConcurrentLinkedDequeTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class ConcurrentLinkedQueueTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class DelayQueueTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class LinkedBlockingDequeTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class LinkedBlockingQueueTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class LinkedListTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class LinkedTransferQueueTest
toArray(null) throws NullPointerException
testToArray_NullArg() - Method in class PriorityBlockingQueueTest
toArray(null) throws NullPointerException
testToDays() - Method in class TimeUnitTest
toDays correctly converts sample values in different units to days
testToHours() - Method in class TimeUnitTest
toHours correctly converts sample values in different units to hours
testToMicros() - Method in class TimeUnitTest
toMicros correctly converts sample values in different units to microseconds
testToMillis() - Method in class TimeUnitTest
toMillis correctly converts sample values in different units to milliseconds
testToMinutes() - Method in class TimeUnitTest
toMinutes correctly converts sample values in different units to minutes
testToNanos() - Method in class TimeUnitTest
toNanos correctly converts sample values in different units to nanoseconds
testToNanosSaturate() - Method in class TimeUnitTest
toNanos saturates positive too-large values to Long.MAX_VALUE and negative to LONG.MIN_VALUE
testToSeconds() - Method in class TimeUnitTest
toSeconds correctly converts sample values in different units to seconds
testToString() - Method in class AbstractQueuedLongSynchronizerTest
toString indicates current state
testToString() - Method in class AbstractQueuedSynchronizerTest
toString indicates current state
testToString() - Method in class ArrayBlockingQueueTest
toString contains toStrings of elements
testToString() - Method in class ArrayDequeTest
toString() contains toStrings of elements
testToString() - Method in class AtomicBooleanTest
toString returns current value.
testToString() - Method in class AtomicIntegerArrayTest
toString returns current value.
testToString() - Method in class AtomicIntegerTest
toString returns current value.
testToString() - Method in class AtomicLongArrayTest
toString returns current value.
testToString() - Method in class AtomicLongTest
toString returns current value.
testToString() - Method in class AtomicReferenceArrayTest
toString returns current value.
testToString() - Method in class AtomicReferenceTest
toString returns current value.
testToString() - Method in class ConcurrentHashMapTest
toString contains toString of elements
testToString() - Method in class ConcurrentLinkedDequeTest
toString() contains toStrings of elements
testToString() - Method in class ConcurrentLinkedQueueTest
toString contains toStrings of elements
testToString() - Method in class ConcurrentSkipListMapTest
toString contains toString of elements
testToString() - Method in class ConcurrentSkipListSetTest
toString contains toStrings of elements
testToString() - Method in class ConcurrentSkipListSubMapTest
toString contains toString of elements
testToString() - Method in class ConcurrentSkipListSubSetTest
toString contains toStrings of elements
testToString() - Method in class CopyOnWriteArrayListTest
toString contains toString of elements
testToString() - Method in class CopyOnWriteArraySetTest
toString holds toString of elements
testToString() - Method in class CountDownLatchTest
toString indicates current count
testToString() - Method in class DelayQueueTest
toString contains toStrings of elements
testToString() - Method in class LinkedBlockingDequeTest
toString contains toStrings of elements
testToString() - Method in class LinkedBlockingQueueTest
toString contains toStrings of elements
testToString() - Method in class LinkedListTest
toString contains toStrings of elements
testToString() - Method in class LinkedTransferQueueTest
toString contains toStrings of elements
testToString() - Method in class PriorityBlockingQueueTest
toString contains toStrings of elements
testToString() - Method in class PriorityQueueTest
toString contains toStrings of elements
testToString() - Method in class ReentrantLockTest
toString indicates current lock state
testToString() - Method in class ReentrantReadWriteLockTest
toString indicates current lock state
testToString() - Method in class SemaphoreTest
toString indicates current number of permits
testToString() - Method in class SynchronousQueueTest
toString returns a non-null string
testToString() - Method in class TimeUnitTest
toString returns string containing common name of unit
testToString() - Method in class TreeMapTest
toString contains toString of elements
testToString() - Method in class TreeSetTest
toString contains toStrings of elements
testToString() - Method in class TreeSubMapTest
toString contains toString of elements
testToString() - Method in class TreeSubSetTest
toString contains toStrings of elements
testTransfer1() - Method in class LinkedTransferQueueTest
transfer(null) throws NullPointerException
testTransfer2() - Method in class LinkedTransferQueueTest
transfer waits until a poll occurs.
testTransfer3() - Method in class LinkedTransferQueueTest
transfer waits until a poll occurs, and then transfers in fifo order
testTransfer4() - Method in class LinkedTransferQueueTest
transfer waits until a poll occurs, at which point the polling thread returns the element
testTransfer5() - Method in class LinkedTransferQueueTest
transfer waits until a take occurs.
testTryAcquire() - Method in class AbstractQueuedLongSynchronizerTest
tryAcquire on an released sync succeeds
testTryAcquire() - Method in class AbstractQueuedSynchronizerTest
tryAcquire on an released sync succeeds
testTryAcquire_InterruptedException() - Method in class SemaphoreTest
A waiting timed acquire blocks interruptibly
testTryAcquire_InterruptedException_fair() - Method in class SemaphoreTest
A waiting tryAcquire blocks interruptibly
testTryAcquireInSameThread() - Method in class SemaphoreTest
tryAcquire succeeds when sufficient permits, else fails
testTryAcquireInSameThread_fair() - Method in class SemaphoreTest
tryAcquire succeeds when sufficient permits, else fails
testTryAcquireN_InterruptedException_fair() - Method in class SemaphoreTest
A waiting tryAcquire(n) blocks interruptibly
testTryAcquireNInSameThread_fair() - Method in class SemaphoreTest
tryAcquire(n) succeeds when sufficient permits, else fails
testTryAcquireWhenSynced() - Method in class AbstractQueuedLongSynchronizerTest
TryAcquire on exclusively held sync fails
testTryAcquireWhenSynced() - Method in class AbstractQueuedSynchronizerTest
TryAcquire on exclusively held sync fails
testTryLock() - Method in class ReentrantLockTest
tryLock on an unlocked lock succeeds
testTryLock_Interrupted() - Method in class ReentrantLockTest
timed tryLock is interruptible.
testTryLock_Timeout() - Method in class ReentrantLockTest
Timed tryLock on a locked lock times out
testTryLockWhenLocked() - Method in class ReentrantLockTest
tryLock on a locked lock fails
testTryLockWhenReadLocked() - Method in class ReentrantReadWriteLockTest
Read tryLock succeeds if readlocked but not writelocked
testTryLockWhenReadLockedFair() - Method in class ReentrantReadWriteLockTest
Fair Read tryLock succeeds if readlocked but not writelocked
testTryTransfer1() - Method in class LinkedTransferQueueTest
tryTransfer(null) throws NullPointerException
testTryTransfer2() - Method in class LinkedTransferQueueTest
tryTransfer returns false and does not enqueue if there are no consumers waiting to poll or take.
testTryTransfer3() - Method in class LinkedTransferQueueTest
If there is a consumer waiting in timed poll, tryTransfer returns true while successfully transfering object.
testTryTransfer4() - Method in class LinkedTransferQueueTest
If there is a consumer waiting in take, tryTransfer returns true while successfully transfering object.
testTryTransfer5() - Method in class LinkedTransferQueueTest
tryTransfer waits the amount given, and throws InterruptedException when interrupted.
testTryTransfer6() - Method in class LinkedTransferQueueTest
tryTransfer gives up after the timeout and returns false
testTryTransfer7() - Method in class LinkedTransferQueueTest
tryTransfer waits for any elements previously in to be removed before transfering to a poll or take
testTryTransfer8() - Method in class LinkedTransferQueueTest
tryTransfer attempts to enqueue into the queue and fails returning false not enqueueing and the successive poll is null
testTryUnfork() - Method in class ForkJoinTaskTest
tryUnfork returns true for most recent unexecuted task, and suppresses execution
testTryUnfork() - Method in class RecursiveActionTest
tryUnfork returns true for most recent unexecuted task, and suppresses execution
testTryUnfork() - Method in class RecursiveTaskTest
tryUnfork returns true for most recent unexecuted task, and suppresses execution
testTwoParties() - Method in class CyclicBarrierTest
A 2-party/thread barrier triggers after both threads invoke await
testunconfigurableExecutorService() - Method in class ExecutorsTest
An unconfigurable newFixedThreadPool can execute runnables
testunconfigurableExecutorServiceNPE() - Method in class ExecutorsTest
unconfigurableExecutorService(null) throws NPE
testunconfigurableScheduledExecutorService() - Method in class ExecutorsTest
an unconfigurable newScheduledThreadPool successfully runs delayed task
testunconfigurableScheduledExecutorServiceNPE() - Method in class ExecutorsTest
unconfigurableScheduledExecutorService(null) throws NPE
testUninterruptibleAcquireReleaseInDifferentThreads() - Method in class SemaphoreTest
A release in one thread enables an uninterruptible acquire in another thread
testUnlock_IllegalMonitorStateException() - Method in class ReentrantLockTest
Unlocking an unlocked lock throws IllegalMonitorStateException
testValues() - Method in class ConcurrentHashMapTest
values collection contains all values
testValues() - Method in class ConcurrentSkipListMapTest
values collection contains all values
testValues() - Method in class ConcurrentSkipListSubMapTest
values collection contains all values
testValues() - Method in class TreeMapTest
values collection contains all values
testValues() - Method in class TreeSubMapTest
values collection contains all values
testValuesToArray() - Method in class ConcurrentHashMapTest
Values.toArray contains all values
testValuesToArray() - Method in class ConcurrentSkipListMapTest
Values.toArray contains all values
testValuesToArray() - Method in class ConcurrentSkipListSubMapTest
Values.toArray contains all values
testWaitingConsumer() - Method in class LinkedTransferQueueTest
timed poll() or take() increments the waiting consumer count; offer(e) decrements the waiting consumer count
testWeakCompareAndSet() - Method in class AtomicBooleanTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicIntegerArrayTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicIntegerFieldUpdaterTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicIntegerTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicLongArrayTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicLongFieldUpdaterTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicLongTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicMarkableReferenceTest
repeated weakCompareAndSet succeeds in changing values when equal to expected
testWeakCompareAndSet() - Method in class AtomicReferenceArrayTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicReferenceFieldUpdaterTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicReferenceTest
repeated weakCompareAndSet succeeds in changing value when equal to expected
testWeakCompareAndSet() - Method in class AtomicStampedReferenceTest
repeated weakCompareAndSet succeeds in changing values when equal to expected
testWeaklyConsistentIteration() - Method in class ArrayBlockingQueueTest
Modifications do not cause iterators to fail
testWeaklyConsistentIteration() - Method in class ConcurrentLinkedDequeTest
Modifications do not cause iterators to fail
testWeaklyConsistentIteration() - Method in class ConcurrentLinkedQueueTest
Modifications do not cause iterators to fail
testWeaklyConsistentIteration() - Method in class LinkedBlockingDequeTest
Modifications do not cause iterators to fail
testWeaklyConsistentIteration() - Method in class LinkedBlockingQueueTest
Modifications do not cause iterators to fail
testWeaklyConsistentIteration() - Method in class LinkedTransferQueueTest
Modifications do not cause iterators to fail
testWorkerGetPool() - Method in class RecursiveActionTest
getPool of current thread in pool returns its pool
testWorkerGetPoolIndex() - Method in class RecursiveActionTest
getPoolIndex of current thread in pool returns 0 <= value < poolSize
testWriteAfterMultipleReadLocks() - Method in class ReentrantReadWriteLockTest
A writelock succeeds only after reading threads unlock
testWriteAfterReadLock() - Method in class ReentrantReadWriteLockTest
A writelock succeeds only after a reading thread unlocks
testWriteHoldingWriteLock4() - Method in class ReentrantReadWriteLockTest
Write lock succeeds if write locked by current thread even if other threads are waiting for writelock
testWriteHoldingWriteLockFair4() - Method in class ReentrantReadWriteLockTest
Fair Write lock succeeds if write locked by current thread even if other threads are waiting for writelock
testWriteLockInterruptibly() - Method in class ReentrantReadWriteLockTest
write lockInterruptibly succeeds if lock free else is interruptible
testWriteLockInterruptibly_Interrupted() - Method in class ReentrantReadWriteLockTest
write-lockInterruptibly is interruptible
testWriteLockToString() - Method in class ReentrantReadWriteLockTest
writeLock.toString indicates current lock state
testWriteTryLock_Interrupted() - Method in class ReentrantReadWriteLockTest
timed write-tryLock is interruptible
testWriteTryLock_Timeout() - Method in class ReentrantReadWriteLockTest
write timed tryLock times out if locked
testWriteTryLockWhenLocked() - Method in class ReentrantReadWriteLockTest
write-tryLock fails if locked
testWriteTryLockWhenReadLocked() - Method in class ReentrantReadWriteLockTest
write tryLock fails when readlocked
testWriteTryLockWhenReadLockedFair() - Method in class ReentrantReadWriteLockTest
Fair write tryLock fails when readlocked
testWriteUnlock_IllegalMonitorStateException() - Method in class ReentrantReadWriteLockTest
write-unlocking an unlocked lock throws IllegalMonitorStateException
threadAssertEquals(long, long) - Method in class JSR166TestCase
Just like assertEquals(x, y), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadAssertEquals(Object, Object) - Method in class JSR166TestCase
Just like assertEquals(x, y), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadAssertFalse(boolean) - Method in class JSR166TestCase
Just like assertFalse(b), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadAssertNull(Object) - Method in class JSR166TestCase
Just like assertNull(x), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadAssertSame(Object, Object) - Method in class JSR166TestCase
Just like assertSame(x, y), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadAssertTrue(boolean) - Method in class JSR166TestCase
Just like assertTrue(b), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
threadFail(String) - Method in class JSR166TestCase
Just like fail(reason), but additionally recording (using threadRecordFailure) any AssertionFailedError thrown, so that the current testcase will fail.
ThreadLocalRandomTest - Class in <Unnamed>
 
ThreadLocalRandomTest() - Constructor for class ThreadLocalRandomTest
 
ThreadLocalTest - Class in <Unnamed>
 
ThreadLocalTest() - Constructor for class ThreadLocalTest
 
ThreadPoolExecutorSubclassTest - Class in <Unnamed>
 
ThreadPoolExecutorSubclassTest() - Constructor for class ThreadPoolExecutorSubclassTest
 
ThreadPoolExecutorTest - Class in <Unnamed>
 
ThreadPoolExecutorTest() - Constructor for class ThreadPoolExecutorTest
 
threadRecordFailure(Throwable) - Method in class JSR166TestCase
Records an exception so that it can be rethrown later in the test harness thread, triggering a test case failure.
threadShouldThrow() - Method in class JSR166TestCase
Calls threadFail with message "should throw exception".
threadShouldThrow(String) - Method in class JSR166TestCase
Calls threadFail with message "should throw" + exceptionName.
ThreadTest - Class in <Unnamed>
 
ThreadTest() - Constructor for class ThreadTest
 
threadUnexpectedException(Throwable) - Method in class JSR166TestCase
Records the given exception using JSR166TestCase.threadRecordFailure(java.lang.Throwable), then rethrows the exception, wrapping it in an AssertionFailedError if necessary.
three - Static variable in class JSR166TestCase
 
TimeUnitTest - Class in <Unnamed>
 
TimeUnitTest() - Constructor for class TimeUnitTest
 
trackedRunnable(long) - Static method in class JSR166TestCase
 
TreeMapTest - Class in <Unnamed>
 
TreeMapTest() - Constructor for class TreeMapTest
 
TreeSetTest - Class in <Unnamed>
 
TreeSetTest() - Constructor for class TreeSetTest
 
TreeSubMapTest - Class in <Unnamed>
 
TreeSubMapTest() - Constructor for class TreeSubMapTest
 
TreeSubSetTest - Class in <Unnamed>
 
TreeSubSetTest() - Constructor for class TreeSubSetTest
 
two - Static variable in class JSR166TestCase
 

X

XXXXtestFails() - Method in class BlockingQueueTest
For debugging.

Z

zero - Static variable in class JSR166TestCase
 

A B C D E F G I J L M N O P R S T X Z