C D F G I M N O P R T

C

CollectionTest - class org.apache.commons.test.collection.CollectionTest.
Test helpers for collections.
CollectionTest() - Constructor for class org.apache.commons.test.collection.CollectionTest
 
call() - Method in class org.apache.commons.test.concurrent.RendezvousBarrier
Notify the barrier that you (the current thread) will not come to the meeting point.
checkCollection(Collection, Object[]) - Static method in class org.apache.commons.test.collection.CollectionTest
 
checkExactlyContains(String, String[]) - Static method in class org.apache.commons.test.file.FileTest
 
checkExactlyContains(String, String[], String[], String) - Static method in class org.apache.commons.test.file.FileTest
 
checkIsEmpty(String) - Static method in class org.apache.commons.test.file.FileTest
 
compare(FileInputStream, byte[]) - Static method in class org.apache.commons.test.file.FileTest
 
compare(File, String, String) - Static method in class org.apache.commons.test.file.FileTest
 
count - Variable in class org.apache.commons.test.concurrent.RendezvousBarrier
 
createFiles(String[]) - Static method in class org.apache.commons.test.file.FileTest
 
createFiles(String[], String) - Static method in class org.apache.commons.test.file.FileTest
 
createFiles(String[], String[], String) - Static method in class org.apache.commons.test.file.FileTest
 
createFiles(String[], String[], String, String) - Static method in class org.apache.commons.test.file.FileTest
 

D

DEFAULT_TIMEOUT - Static variable in class org.apache.commons.test.concurrent.RendezvousBarrier
 
deleteInDir(String, String[]) - Static method in class org.apache.commons.test.file.FileTest
 

F

FileTest - class org.apache.commons.test.file.FileTest.
Test helpers for collections.
FileTest() - Constructor for class org.apache.commons.test.file.FileTest
 

G

getMember(String, Object) - Static method in class org.apache.commons.test.PrivateTestCase
Gets a member regardless of its visibility.

I

invoke(Object, Class, String, Class[], Object[]) - Static method in class org.apache.commons.test.PrivateTestCase
Invokes a method on an object regardless of the method's visibility.
invoke(Class, String, Class[], Object[]) - Static method in class org.apache.commons.test.PrivateTestCase
Invokes a static method on a class regardless of the method's visibility.

M

meet() - Method in class org.apache.commons.test.concurrent.RendezvousBarrier
Meet at this barrier.

N

name - Variable in class org.apache.commons.test.concurrent.RendezvousBarrier
 

O

org.apache.commons.test - package org.apache.commons.test
 
org.apache.commons.test.collection - package org.apache.commons.test.collection
 
org.apache.commons.test.concurrent - package org.apache.commons.test.concurrent
 
org.apache.commons.test.file - package org.apache.commons.test.file
 

P

PrivateTestCase - class org.apache.commons.test.PrivateTestCase.
A test case with utility methods used to access private members and test private methods.
PrivateTestCase() - Constructor for class org.apache.commons.test.PrivateTestCase
 
PrivateTestCase(String) - Constructor for class org.apache.commons.test.PrivateTestCase
 
parties - Variable in class org.apache.commons.test.concurrent.RendezvousBarrier
 

R

RendezvousBarrier - class org.apache.commons.test.concurrent.RendezvousBarrier.
Simple barrier that blocks until all parties have either called or have arrived at the meeting point.
RendezvousBarrier(String) - Constructor for class org.apache.commons.test.concurrent.RendezvousBarrier
 
RendezvousBarrier(String, long) - Constructor for class org.apache.commons.test.concurrent.RendezvousBarrier
 
RendezvousBarrier(String, int, long) - Constructor for class org.apache.commons.test.concurrent.RendezvousBarrier
 
removeRec(File) - Static method in class org.apache.commons.test.file.FileTest
 
reset() - Method in class org.apache.commons.test.concurrent.RendezvousBarrier
Releases all waiting threads and resets the number of parties already arrived.

T

TestException - exception org.apache.commons.test.TestException.
A test exception.
TestException() - Constructor for class org.apache.commons.test.TestException
Creates a test exception.
TestException(String) - Constructor for class org.apache.commons.test.TestException
Creates a test exception with a message.
TestException(Throwable) - Constructor for class org.apache.commons.test.TestException
Creates a test exception with another nested exception that caused this one.
TestException(String, Throwable) - Constructor for class org.apache.commons.test.TestException
Creates a test exception with a message and a nested exception.
timeout - Variable in class org.apache.commons.test.concurrent.RendezvousBarrier
 

C D F G I M N O P R T

Copyright © 2004-2007 . All Rights Reserved.