Index

A B C D E F G I J L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

accept(T) - Method in interface org.infinispan.commons.junit.Cleanup.ExceptionConsumer
 
add(Cleanup.ExceptionConsumer<T>, T) - Method in class org.infinispan.commons.junit.Cleanup
 
add(Cleanup.ExceptionConsumer<T>, T, T) - Method in class org.infinispan.commons.junit.Cleanup
 
add(T) - Method in class org.infinispan.commons.junit.Cleanup
 
add(T, T) - Method in class org.infinispan.commons.junit.Cleanup
 
addResource(String, TestResourceTracker.Cleaner<?>) - Static method in class org.infinispan.commons.test.TestResourceTracker
 
addResource(TestResourceTracker.Cleaner<?>) - Static method in class org.infinispan.commons.test.TestResourceTracker
Add a resource to the current thread's running test.
after() - Method in class org.infinispan.commons.junit.ClassResource
 
after() - Method in class org.infinispan.commons.junit.Cleanup
 
afterSuite() - Method in class org.infinispan.commons.test.TestNGSuiteChecksTest
 
allowBlocking(Runnable) - Static method in class org.infinispan.commons.test.BlockHoundHelper
 
allowBlockingExecutor() - Static method in class org.infinispan.commons.test.BlockHoundHelper
Returns an Executor that when supplied a task, will allow it to invoke blocking calls, even if the invoking context was already registered as non blocking.
append(LogEvent) - Method in class org.infinispan.commons.test.skip.StringLogAppender
 
apply(Statement, Description) - Method in class org.infinispan.commons.test.junit.JUnitThreadTrackerRule
 
apply(Statement, Description) - Method in class org.infinispan.commons.test.skip.SkipJunit
 
applyTo(BlockHound.Builder) - Method in class org.infinispan.commons.test.CommonsTestBlockHoundIntegration
 
assertException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, String, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, Class<? extends Throwable>, String, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, Class<? extends Throwable>, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, String, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertException(Class<? extends Throwable>, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 
assertExceptionNonStrict(Class<? extends Throwable>, Throwable) - Static method in class org.infinispan.commons.test.Exceptions
Expect an exception of class exceptionClass or its subclasses.

B

beforeConfiguration(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
beforeConfiguration(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
beforeSuite(ITestContext) - Method in class org.infinispan.commons.test.TestNGSuiteChecksTest
 
BlockHoundHelper - Class in org.infinispan.commons.test
 
blockingConsume(V) - Static method in class org.infinispan.commons.test.BlockHoundHelper
Helper method that "blocks" as dictated by block hound but in actuality does nothing.
BoundedPurgePolicy - Class in org.infinispan.commons.logging.log4j
Policy is purging appenders that were not in use specified time, or sooner if there are too many active appenders
BoundedPurgePolicy(int, String) - Constructor for class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 

C

cache(ClassResource.ExceptionSupplier<T>) - Method in class org.infinispan.commons.junit.ClassResource
 
checkForLeaks(String) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
Check for leaked threads.
checkJVMVersion() - Static method in class org.infinispan.commons.test.EnvironmentCheck
 
ClassResource<T> - Class in org.infinispan.commons.junit
Use with @ClassRule to initialize a resource in a non-static method and release it after all the methods in the class.
ClassResource() - Constructor for class org.infinispan.commons.junit.ClassResource
 
ClassResource(Consumer<T>) - Constructor for class org.infinispan.commons.junit.ClassResource
Use a custom closer for non-AutoCloseable resources.
ClassResource.ExceptionSupplier<T> - Interface in org.infinispan.commons.junit
 
Cleaner(T) - Constructor for class org.infinispan.commons.test.TestResourceTracker.Cleaner
 
Cleanup - Class in org.infinispan.commons.junit
Use with @Rule to release resources after a method or with @ClassRule to release them after all the methods in the class.
Cleanup() - Constructor for class org.infinispan.commons.junit.Cleanup
 
Cleanup(AutoCloseable) - Constructor for class org.infinispan.commons.junit.Cleanup
 
Cleanup(AutoCloseable, AutoCloseable) - Constructor for class org.infinispan.commons.junit.Cleanup
 
Cleanup(Supplier<? extends AutoCloseable>) - Constructor for class org.infinispan.commons.junit.Cleanup
 
Cleanup(Supplier<? extends AutoCloseable>, Supplier<? extends AutoCloseable>) - Constructor for class org.infinispan.commons.junit.Cleanup
 
Cleanup.ExceptionConsumer<T> - Interface in org.infinispan.commons.junit
 
cleanUpResources(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
 
close() - Method in class org.infinispan.commons.test.PolarionJUnitXMLWriter
 
close() - Method in class org.infinispan.commons.test.TestResourceTracker.Cleaner
 
CommonsTestBlockHoundIntegration - Class in org.infinispan.commons.test
 
CommonsTestBlockHoundIntegration() - Constructor for class org.infinispan.commons.test.CommonsTestBlockHoundIntegration
 
CommonsTestingUtil - Class in org.infinispan.commons.test
 
CommonsTestingUtil() - Constructor for class org.infinispan.commons.test.CommonsTestingUtil
 
CommonsTestingUtil.CopyFileVisitor - Class in org.infinispan.commons.test
 
CompressedFileAppender - Class in org.infinispan.commons.logging.log4j
CompressedFile Appender.
CompressedFileManager - Class in org.infinispan.commons.logging.log4j
Manages actual File I/O for the CompressedFileAppender.
CompressedFileManager(String, OutputStream, boolean, boolean, String, Layout<? extends Serializable>, int, boolean) - Constructor for class org.infinispan.commons.logging.log4j.CompressedFileManager
 
CopyFileVisitor(Path, boolean) - Constructor for class org.infinispan.commons.test.CommonsTestingUtil.CopyFileVisitor
 
CopyFileVisitor(Path, boolean, Consumer<File>) - Constructor for class org.infinispan.commons.test.CommonsTestingUtil.CopyFileVisitor
 
createAppender(String, String, String, String, String, String, String, String, Layout<? extends Serializable>, Filter, String, String, int, Configuration) - Static method in class org.infinispan.commons.logging.log4j.CompressedFileAppender
Create a File Appender.
createFilter(Level, String) - Static method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
Create a ThreadNameFilter.
createPurgePolicy(int, String) - Static method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
Create the PurgePolicy
currentThreadRequiresNonBlocking() - Static method in class org.infinispan.commons.test.BlockHoundHelper
Returns true if the current thread at this time requires all invocations to be non blocking

D

DEFAULT_POLL_INTERVAL_MILLIS - Static variable in class org.infinispan.commons.test.Eventually
 
DEFAULT_TIMEOUT_MILLIS - Static variable in class org.infinispan.commons.test.Eventually
 
DUPLICATE_TESTS_MODULE_PATTERN - Static variable in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 

E

ensureNonBlocking(Runnable) - Static method in class org.infinispan.commons.test.BlockHoundHelper
Invokes the provided Runnable in a scope that guarantees that the current thread is not blocked.
ensureNonBlocking(Supplier<V>) - Static method in class org.infinispan.commons.test.BlockHoundHelper
Invokes the provided Supplier in a scope that guarantees that the current thread is not blocked.
ensureNonBlockingExecutor() - Static method in class org.infinispan.commons.test.BlockHoundHelper
Returns an Executor that when supplied a task, will guarantee that task does not block when invoked.
EnvironmentCheck - Class in org.infinispan.commons.test
Verifies that the tests are being run with a JVM version which matches the supplied regex
EnvironmentCheck() - Constructor for class org.infinispan.commons.test.EnvironmentCheck
 
ERROR - Enum constant in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
 
eventually(String, Eventually.Condition) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(String, Eventually.Condition, long, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(Supplier<AssertionError>, Eventually.Condition, long, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(Eventually.Condition) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(Eventually.Condition, long) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(Eventually.Condition, long, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
eventually(Eventually.Condition, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
Eventually - Class in org.infinispan.commons.test
 
Eventually() - Constructor for class org.infinispan.commons.test.Eventually
 
Eventually.Condition - Interface in org.infinispan.commons.test
 
eventuallyEquals(T, Supplier<T>) - Static method in class org.infinispan.commons.test.Eventually
 
eventuallyEquals(T, Supplier<T>, long, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
eventuallyEquals(T, Supplier<T>, long, TimeUnit) - Static method in class org.infinispan.commons.test.Eventually
 
ExceptionRunnable - Interface in org.infinispan.commons.test
Runnable that can throw any exception.
Exceptions - Class in org.infinispan.commons.test
Utility methods for testing expected exceptions.
Exceptions() - Constructor for class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, String, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, Class<? extends Throwable>, String, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, Class<? extends Throwable>, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, String, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, String, CompletionStage<?>, long, TimeUnit) - Static method in class org.infinispan.commons.test.Exceptions
 
expectCompletionException(Class<? extends Throwable>, CompletionStage<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, String, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, Class<? extends Throwable>, String, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, String, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectException(String, ExceptionRunnable, Class<? extends Throwable>...) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExceptionNonStrict(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExceptionNonStrict(Class<? extends Throwable>, Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExceptionNonStrict(Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, String, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, Class<? extends Throwable>, Class<? extends Throwable>, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, Class<? extends Throwable>, String, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, Class<? extends Throwable>, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, String, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, String, Future<?>, long, TimeUnit) - Static method in class org.infinispan.commons.test.Exceptions
 
expectExecutionException(Class<? extends Throwable>, Future<?>) - Static method in class org.infinispan.commons.test.Exceptions
 
expectRootCause(Class<? extends Throwable>, ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
extractException(ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 

F

FAILURE - Enum constant in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
 
fakeTestFailure(String, Throwable) - Static method in class org.infinispan.commons.test.TestSuiteProgress
Write a fake test failures in the test-failures log, for process_trace_logs.sh
filter(LogEvent) - Method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
 
filter(Logger, Level, Marker, Object, Throwable) - Method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
 
filter(Logger, Level, Marker, String, Object...) - Method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
 
filter(Logger, Level, Marker, Message, Throwable) - Method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
 

G

get() - Method in interface org.infinispan.commons.junit.ClassResource.ExceptionSupplier
 
get() - Method in class org.infinispan.commons.junit.ClassResource
 
get() - Method in interface org.infinispan.commons.test.ThrowableSupplier
 
getCurrentOs() - Static method in enum org.infinispan.commons.test.skip.OS
 
getCurrentTestName() - Static method in class org.infinispan.commons.test.TestResourceTracker
 
getCurrentTestShortName() - Static method in class org.infinispan.commons.test.TestResourceTracker
 
getFileManager(String, boolean, boolean, boolean, String, Layout<? extends Serializable>, int, int) - Static method in class org.infinispan.commons.logging.log4j.CompressedFileManager
Returns the FileManager.
getFileName() - Method in class org.infinispan.commons.logging.log4j.CompressedFileAppender
Returns the file name this appender is associated with.
getLog(int) - Method in class org.infinispan.commons.test.skip.StringLogAppender
 
getNameForIndex(int) - Static method in class org.infinispan.commons.test.TestResourceTracker
 
getNextNodeName() - Static method in class org.infinispan.commons.test.TestResourceTracker
 
getNextTestThreadName() - Static method in class org.infinispan.commons.test.TestResourceTracker
 
getRootCause(Throwable) - Static method in class org.infinispan.commons.test.Exceptions
 

I

ignoreThread(Thread) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
Ignore a running thread.
ignoreThreadsContaining(String) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
Ignore threads containing a regex.
ignoreThreadsMatching(Predicate<Thread>) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
Ignore threads matching a predicate.
initialize(RoutingAppender) - Method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 
install() - Method in class org.infinispan.commons.test.skip.StringLogAppender
 
isSatisfied() - Method in interface org.infinispan.commons.test.Eventually.Condition
 

J

Java11 - Interface in org.infinispan.commons.test.categories
JUnit category for Java11 tests
jiraKey() - Element in annotation type org.infinispan.commons.test.annotation.TestForIssue
The keys of the JIRA issues tested.
JUnitTestListener - Class in org.infinispan.commons.test
Logs JUnit test progress.
JUnitTestListener() - Constructor for class org.infinispan.commons.test.JUnitTestListener
 
JUnitTestListener.Runner - Class in org.infinispan.commons.test
Use this runner to add the listener to your test
JUnitThreadTrackerRule - Class in org.infinispan.commons.test.junit
 
JUnitThreadTrackerRule() - Constructor for class org.infinispan.commons.test.junit.JUnitThreadTrackerRule
 

L

LINUX - Enum constant in enum org.infinispan.commons.test.skip.OS
 
loadFileAsString(InputStream) - Static method in class org.infinispan.commons.test.CommonsTestingUtil
 
lookup(String) - Method in class org.infinispan.commons.logging.log4j.TestNameLookup
 
lookup(LogEvent, String) - Method in class org.infinispan.commons.logging.log4j.TestNameLookup
 

N

NamedLambdas - Class in org.infinispan.commons.lambda
 
NamedLambdas() - Constructor for class org.infinispan.commons.lambda.NamedLambdas
 

O

of(String, Runnable) - Static method in class org.infinispan.commons.lambda.NamedLambdas
 
of(String, BiConsumer<T, U>) - Static method in class org.infinispan.commons.lambda.NamedLambdas
 
of(String, Predicate<T>) - Static method in class org.infinispan.commons.lambda.NamedLambdas
 
onConfigurationFailure(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onConfigurationFailure(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onConfigurationSkip(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onConfigurationSkip(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onConfigurationSuccess(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onConfigurationSuccess(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onFinish(ISuite) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onFinish(ISuite) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onFinish(ITestContext) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onFinish(ITestContext) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onFinish(ITestContext) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onlyOnOS(OS...) - Static method in class org.infinispan.commons.test.skip.SkipJunit
Use within a @Test method to run this test only on certain OSes.
onlyOnOS(OS...) - Static method in class org.infinispan.commons.test.skip.SkipTestNG
Use within a @Test method to run this test only on certain OSes.
onStart(ISuite) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onStart(ISuite) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onStart(ITestContext) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onStart(ITestContext) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onStart(ITestContext) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onTestFailedButWithinSuccessPercentage(ITestResult) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onTestFailure(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onTestFailure(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onTestFailure(ITestResult) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onTestSkipped(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onTestSkipped(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onTestSkipped(ITestResult) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onTestStart(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onTestStart(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onTestStart(ITestResult) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
onTestSuccess(ITestResult) - Method in class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
onTestSuccess(ITestResult) - Method in class org.infinispan.commons.test.TestNGTestListener
 
onTestSuccess(ITestResult) - Method in class org.infinispan.commons.test.TestResourceTrackingListener
 
org.infinispan.commons.junit - package org.infinispan.commons.junit
 
org.infinispan.commons.lambda - package org.infinispan.commons.lambda
 
org.infinispan.commons.logging.log4j - package org.infinispan.commons.logging.log4j
 
org.infinispan.commons.test - package org.infinispan.commons.test
 
org.infinispan.commons.test.annotation - package org.infinispan.commons.test.annotation
 
org.infinispan.commons.test.categories - package org.infinispan.commons.test.categories
 
org.infinispan.commons.test.junit - package org.infinispan.commons.test.junit
 
org.infinispan.commons.test.skip - package org.infinispan.commons.test.skip
 
OS - Enum in org.infinispan.commons.test.skip
Operating system family.

P

PolarionJUnitXMLReporter - Class in org.infinispan.commons.test
A JUnit XML report generator for Polarion based on the JUnitXMLReporter
PolarionJUnitXMLReporter() - Constructor for class org.infinispan.commons.test.PolarionJUnitXMLReporter
 
PolarionJUnitXMLWriter - Class in org.infinispan.commons.test
A JUnit XML report generator for Polarion based on the JUnitXMLReporter
PolarionJUnitXMLWriter(File) - Constructor for class org.infinispan.commons.test.PolarionJUnitXMLWriter
 
PolarionJUnitXMLWriter.Status - Enum in org.infinispan.commons.test
 
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.infinispan.commons.test.CommonsTestingUtil.CopyFileVisitor
 
Profiling - Interface in org.infinispan.commons.test.categories
JUnit category for profiling tests.
purge() - Method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
Delete the oldest appenders (sorted by their last access time) until there are maxSize appenders or less.

R

ref - Variable in class org.infinispan.commons.test.TestResourceTracker.Cleaner
 
run() - Method in interface org.infinispan.commons.test.ExceptionRunnable
 
run(IHookCallBack, ITestResult) - Method in class org.infinispan.commons.test.TestNGLongTestsHook
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.infinispan.commons.test.JUnitTestListener.Runner
 
Runner(Class<?>) - Constructor for class org.infinispan.commons.test.JUnitTestListener.Runner
 

S

saveInitialThreads() - Static method in class org.infinispan.commons.test.ThreadLeakChecker
Save the system threads in order to ignore them
setThreadTestName(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
 
setThreadTestNameIfMissing(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
 
skipBeforeJDK(int) - Static method in class org.infinispan.commons.test.skip.SkipTestNG
Use within a @Test method to skip that method on all versions of Java less than the one specified.
skipIf(boolean, String) - Static method in class org.infinispan.commons.test.skip.SkipTestNG
Skip the test if a condition is true.
SkipJunit - Class in org.infinispan.commons.test.skip
Use as a @Rule or @ClassRule to skip all methods in a class on some OSes.
SkipJunit(int) - Constructor for class org.infinispan.commons.test.skip.SkipJunit
 
SkipJunit(OS...) - Constructor for class org.infinispan.commons.test.skip.SkipJunit
 
skipOnOS(OS...) - Static method in class org.infinispan.commons.test.skip.SkipJunit
Use within a @Test method to skip that method on some OSes.
skipOnOS(OS...) - Static method in class org.infinispan.commons.test.skip.SkipTestNG
Use within a @Test method to skip that method on some OSes.
SKIPPED - Enum constant in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
 
skipSinceJDK(int) - Static method in class org.infinispan.commons.test.skip.SkipJunit
 
skipSinceJDK(int) - Static method in class org.infinispan.commons.test.skip.SkipTestNG
Use within a @Test method to skip that method on all versions of Java equal or greater to the one specified.
SkipTestNG - Class in org.infinispan.commons.test.skip
Allows to skip a test on certain Operation Systems.
SkipTestNG() - Constructor for class org.infinispan.commons.test.skip.SkipTestNG
 
Smoke - Interface in org.infinispan.commons.test.categories
JUnit category for smoke tests.
SOLARIS - Enum constant in enum org.infinispan.commons.test.skip.OS
 
start(String, long, long, long, long, boolean) - Method in class org.infinispan.commons.test.PolarionJUnitXMLWriter
 
stop(long, TimeUnit) - Method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 
stop(long, TimeUnit, boolean) - Method in class org.infinispan.commons.logging.log4j.CompressedFileAppender
 
Stress - Interface in org.infinispan.commons.test.categories
JUnit category for stress tests.
StringLogAppender - Class in org.infinispan.commons.test.skip
A Log4J Appender which stores logs in a StringBuilder
StringLogAppender(String, Level, Predicate<Thread>, Layout<?>) - Constructor for class org.infinispan.commons.test.skip.StringLogAppender
 
SUCCESS - Enum constant in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
 

T

TEST_NAME - Static variable in class org.infinispan.commons.logging.log4j.TestNameLookup
 
TEST_PATH - Static variable in class org.infinispan.commons.test.CommonsTestingUtil
 
testAssumptionFailure(Failure) - Method in class org.infinispan.commons.test.JUnitTestListener
 
testFailure(Failure) - Method in class org.infinispan.commons.test.JUnitTestListener
 
testFinished(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
Called on the "main" test thread, after any configuration method.
testFinished(String) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
A test class has finished, and we should not consider it a potential owner for new threads any more.
testFinished(Description) - Method in class org.infinispan.commons.test.JUnitTestListener
 
TestForIssue - Annotation Type in org.infinispan.commons.test.annotation
A documentation annotation for notating what JIRA issue is being tested.
testIgnored(Description) - Method in class org.infinispan.commons.test.JUnitTestListener
 
TestNameLookup - Class in org.infinispan.commons.logging.log4j
 
TestNameLookup() - Constructor for class org.infinispan.commons.logging.log4j.TestNameLookup
 
TestNGLongTestsHook - Class in org.infinispan.commons.test
TestNG hook to interrupt tests that take too long (usually because of a deadlock).
TestNGLongTestsHook() - Constructor for class org.infinispan.commons.test.TestNGLongTestsHook
 
TestNGSuiteChecksTest - Class in org.infinispan.commons.test
This test checks for thread leaks.
TestNGSuiteChecksTest() - Constructor for class org.infinispan.commons.test.TestNGSuiteChecksTest
 
TestNGTestListener - Class in org.infinispan.commons.test
Logs TestNG test progress.
TestNGTestListener() - Constructor for class org.infinispan.commons.test.TestNGTestListener
 
TestResourceTracker - Class in org.infinispan.commons.test
Keeps track of resources created by tests and cleans them up at the end of the test.
TestResourceTracker() - Constructor for class org.infinispan.commons.test.TestResourceTracker
 
TestResourceTracker.Cleaner<T> - Class in org.infinispan.commons.test
 
TestResourceTrackingListener - Class in org.infinispan.commons.test
TestResourceTrackingListener() - Constructor for class org.infinispan.commons.test.TestResourceTrackingListener
 
testRunFinished(Result) - Method in class org.infinispan.commons.test.JUnitTestListener
 
testRunStarted(Description) - Method in class org.infinispan.commons.test.JUnitTestListener
 
testStarted(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
Called on the "main" test thread, before any configuration method.
testStarted(String) - Static method in class org.infinispan.commons.test.ThreadLeakChecker
A test class has started, and we should consider it as a potential owner for new threads.
testStarted(Description) - Method in class org.infinispan.commons.test.JUnitTestListener
 
TestSuiteProgress - Class in org.infinispan.commons.test
Helper class for test listeners.
TestSuiteProgress() - Constructor for class org.infinispan.commons.test.TestSuiteProgress
 
testThreadStarted(String) - Static method in class org.infinispan.commons.test.TestResourceTracker
Should be called by the user on any "background" test thread that creates resources, e.g.
ThreadLeakChecker - Class in org.infinispan.commons.test
Check for leaked threads in the test suite.
ThreadLeakChecker() - Constructor for class org.infinispan.commons.test.ThreadLeakChecker
 
ThreadNameFilter - Class in org.infinispan.commons.logging.log4j
Log4j Filter that only allow events from threads matching a regular expression.
ThrowableSupplier<T> - Interface in org.infinispan.commons.test
Supplier that can throw any exception.
tmpDirectory() - Static method in class org.infinispan.commons.test.CommonsTestingUtil
 
tmpDirectory(Class<?>) - Static method in class org.infinispan.commons.test.CommonsTestingUtil
Creates a path to a unique (per test) temporary directory.
tmpDirectory(String...) - Static method in class org.infinispan.commons.test.CommonsTestingUtil
toString() - Method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 
toString() - Method in class org.infinispan.commons.logging.log4j.ThreadNameFilter
 

U

unchecked(Callable<T>) - Static method in class org.infinispan.commons.test.Exceptions
 
unchecked(ExceptionRunnable) - Static method in class org.infinispan.commons.test.Exceptions
 
uncheckedThrowable(ThrowableSupplier<T>) - Static method in class org.infinispan.commons.test.Exceptions
 
uninstall() - Method in class org.infinispan.commons.test.skip.StringLogAppender
 
UNIX - Enum constant in enum org.infinispan.commons.test.skip.OS
 
Unstable - Interface in org.infinispan.commons.test.categories
JUnit category for unstable tests.
update(String, LogEvent) - Method in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 

V

VALUE - Static variable in class org.infinispan.commons.logging.log4j.BoundedPurgePolicy
 
valueOf(String) - Static method in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.test.skip.OS
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.commons.test.PolarionJUnitXMLWriter.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.test.skip.OS
Returns an array containing the constants of this enum type, in the order they are declared.
visitFile(Path, BasicFileAttributes) - Method in class org.infinispan.commons.test.CommonsTestingUtil.CopyFileVisitor
 

W

WINDOWS - Enum constant in enum org.infinispan.commons.test.skip.OS
 
writeTestCase(String, String, long, PolarionJUnitXMLWriter.Status, String, String, String) - Method in class org.infinispan.commons.test.PolarionJUnitXMLWriter
 
A B C D E F G I J L N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values