A B C D E G H I K L M N O P R S T U V W Y 
All Classes All Packages

A

accept(T) - Method in interface org.antublue.test.engine.internal.util.ThrowableConsumer
 
acceptThrowable(T) - Method in interface org.antublue.test.engine.internal.util.ThrowableConsumer
Method to accept a value that may throw a Throwable
add(Throwable) - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to collect a Throwable
addAll(ThrowableCollector) - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to collect Throwable from another ThrowableCollector
ALL - Static variable in class org.antublue.test.engine.internal.logger.Level
 
AnsiColor - Class in org.antublue.test.engine.internal.util
 
AnsiColor(String) - Constructor for class org.antublue.test.engine.internal.util.AnsiColor
Constructor
apply(Object) - Method in class org.antublue.test.engine.internal.util.AnsiColor
Method to wrap a String with an ANSI color escape sequence
ARTIFACT_ID - Static variable in class org.antublue.test.engine.TestEngine
 

B

BLACK - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLACK_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
BLUE_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 

C

cast(Object) - Static method in class org.antublue.test.engine.internal.util.Cast
Method to cast an Object to another Object
cast(Object, Supplier<RuntimeException>) - Static method in class org.antublue.test.engine.internal.util.Cast
Method to cast an Object to another Object, throwing an Exception provided by the Supplier if there is a ClassCastException
Cast - Class in org.antublue.test.engine.internal.util
Class to cast an Object to another Object
ClasspathRootResolver - Class in org.antublue.test.engine.internal.discovery.resolver
Class to resolve a ClasspathRootSelector
ClasspathRootResolver() - Constructor for class org.antublue.test.engine.internal.discovery.resolver.ClasspathRootResolver
 
ClassSelectorResolver - Class in org.antublue.test.engine.internal.discovery.resolver
Class to resolve a ClassSelector
ClassSelectorResolver() - Constructor for class org.antublue.test.engine.internal.discovery.resolver.ClassSelectorResolver
 
CONSOLE_OUTPUT - Static variable in class org.antublue.test.engine.TestEngineConstants
 
createClassTestDescriptor(UniqueId, Class<?>) - Static method in class org.antublue.test.engine.internal.TestDescriptorUtils
Method to create a ClassTestDescriptor
createMethodTestDescriptor(UniqueId, Class<?>, Parameter, Method) - Static method in class org.antublue.test.engine.internal.TestDescriptorUtils
Method to create a MethodTestDescriptor
createParameterTestDescriptor(UniqueId, Class<?>, Parameter) - Static method in class org.antublue.test.engine.internal.TestDescriptorUtils
Method to create a ParameterTestDescriptor
CYAN - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
CYAN_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 

D

debug(String) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a DEBUG message
debug(String, Object) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a DEBUG message
debug(String, Object...) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a DEBUG message
debug(String, Throwable) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a DEBUG message
DEBUG - Static variable in class org.antublue.test.engine.internal.logger.Level
 
discover(EngineDiscoveryRequest, UniqueId) - Method in class org.antublue.test.engine.TestEngine
Method to discover test classes
duration() - Method in class org.antublue.test.engine.internal.util.Timer
Method to get the Timer duration

E

ENGINE_ID - Static variable in class org.antublue.test.engine.TestEngine
 
error(String) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an ERROR message
error(String, Object) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an ERROR message
error(String, Object...) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an ERROR message
error(String, Throwable) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an ERROR message
ERROR - Static variable in class org.antublue.test.engine.internal.logger.Level
 
execute(ExecutionRequest) - Method in class org.antublue.test.engine.internal.TestEngineExecutor
Method to execute the ExecutionRequest
execute(ExecutionRequest) - Method in class org.antublue.test.engine.TestEngine
Method to execute an ExecutionRequest
executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Method to indicate execution of a TestPlan as finished
executionFinished(TestIdentifier, TestExecutionResult) - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Method to indicate execution of a TestPlan as finished
executionSkipped(TestIdentifier, String) - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
 
executionSkipped(TestIdentifier, String) - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
 
executionStarted(TestIdentifier) - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Method to indicate execution of a TestIdentifier as started
executionStarted(TestIdentifier) - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Method to indicate execution of a TestIdentifier as started
EXPERIMENTAL - Static variable in class org.antublue.test.engine.TestEngineConstants
 

G

get(String) - Method in class org.antublue.test.engine.internal.TestEngineConfiguration
 
get(String, Function<String, T>) - Method in class org.antublue.test.engine.internal.TestEngineConfiguration
 
get(UniqueId) - Method in class org.antublue.test.engine.internal.TestEngineTestDescriptorStore
Method to get a TestDescriptor based on UniqueId
getAfterAllMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.AfterAll Methods sorted alphabetically
getAfterClassMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.AfterClass Methods sorted alphabetically
getAfterEachMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.AfterEach Methods sorted alphabetically
getArtifactId() - Method in class org.antublue.test.engine.TestEngine
Method to get the test engine artifact id
getBeforeAllMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.BeforeAll Methods sorted alphabetically
getBeforeClassMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.BeforeClass Methods sorted alphabetically
getBeforeEachMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.BeforeEach Methods sorted alphabetically
getBoolean(String) - Method in class org.antublue.test.engine.internal.TestEngineConfiguration
 
getChildren(Class<T>) - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Method to get a List of children cast as a specific class
getConfigurationParameters() - Method in class org.antublue.test.engine.internal.TestEngineEngineDiscoveryRequest
 
getCountDownLatch() - Method in class org.antublue.test.engine.internal.TestExecutionContext
Method to get the CountDownLatch
getDiscoveryListener() - Method in class org.antublue.test.engine.internal.TestEngineEngineDiscoveryRequest
 
getDisplayName(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a test method display name
getDisplayName(Method) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a test method display name
getExecutionRequest() - Method in class org.antublue.test.engine.internal.TestExecutionContext
Method to get the ExecutionRequest
getFiltersByType(Class<T>) - Method in class org.antublue.test.engine.internal.TestEngineEngineDiscoveryRequest
 
getFirst() - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to get the first Throwable or null
getGroupId() - Method in class org.antublue.test.engine.TestEngine
Method to get the test engine group id
getId() - Method in class org.antublue.test.engine.TestEngine
Method to get the test engine id
getInstance() - Static method in class org.antublue.test.engine.internal.TestEngineConfiguration
Method to get a singleton instance of TestEngineConfiguration
getInstance() - Static method in class org.antublue.test.engine.internal.TestEngineTestDescriptorStore
Method to get an instance of the TestEngineTestDescriptorStore
getList() - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to get the list of Throwable
getLogger(Class<?>) - Static method in class org.antublue.test.engine.internal.logger.LoggerFactory
Method to get a Logger by Class name
getLogger(String) - Static method in class org.antublue.test.engine.internal.logger.LoggerFactory
Method to get a Logger by name
getParameterFields(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.Parameter Fields
getParameterMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.Parameter Methods sorted alphabetically
getParameters(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of Parameters for a Class
getParameterSupplierMethod(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a @TestEngine.ParameterSupplier Method
getRegex() - Method in class org.antublue.test.engine.internal.predicate.RegexPredicate
Method to get the regex
getSelectorsByType(Class<T>) - Method in class org.antublue.test.engine.internal.TestEngineEngineDiscoveryRequest
 
getSource() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to get the TestSource
getSource() - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Method to get the TestSource
getSource() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to get the TestSource
getSource() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to get the TestSource
getTestClass() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to get the test class
getTestClass() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to get the test class
getTestClass() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to get the test class
getTestInstance() - Method in class org.antublue.test.engine.internal.TestExecutionContext
Method to get the test instance Object
getTestMethod() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to get the test method
getTestMethods(Class<?>) - Static method in class org.antublue.test.engine.internal.TestEngineReflectionUtils
Method to get a List of @TestEngine.Test Methods sorted alphabetically
getTestParameter() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to get the test parameter
getTestParameter() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to get the test parameter
getType() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to get the test descriptor Type
getType() - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Method to get the test descriptor Type
getType() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to get the test descriptor Type
getType() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to get the test descriptor Type
getVersion() - Static method in class org.antublue.test.engine.internal.TestEngineInformation
Method to get the TestEngine version
getVersion() - Method in class org.antublue.test.engine.TestEngine
Method to get the test engine version
GREEN - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GREEN_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
GROUP_ID - Static variable in class org.antublue.test.engine.TestEngine
 

H

hasFailures() - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Method to check if the test execution listener captured any errors
hasFailures() - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Method to check if the test execution listener captured any errors
HumanReadableTime - Class in org.antublue.test.engine.internal.util
Class to create a human-readable time from a duration

I

info(String) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an INFO message
info(String, Object) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an INFO message
info(String, Object...) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an INFO message
info(String, Throwable) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an INFO message
INFO - Static variable in class org.antublue.test.engine.internal.logger.Level
 
isContainer() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to return whether the test descriptor is a container
isContainer() - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Method to return whether the test descriptor is a container
isContainer() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to return whether the test descriptor is a container
isContainer() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to return whether the test descriptor is a container
isDebugEnabled() - Method in class org.antublue.test.engine.internal.logger.Logger
Method to return if DEBUG logging is enabled
isEmpty() - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to return whether the collector has any Throwable
isErrorEnabled() - Method in class org.antublue.test.engine.internal.logger.Logger
Method to return if ERROR logging is enabled
isInfoEnabled() - Method in class org.antublue.test.engine.internal.logger.Logger
Method to return if INFO logging is enabled
isSupported() - Static method in class org.antublue.test.engine.internal.util.AnsiColor
Method to indicate whether ANSI color sequences are supported
isTest() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to return whether the test descriptor is a test
isTest() - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Method to return whether the test descriptor is a test
isTest() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to return whether the test descriptor is a test
isTest() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to return whether the test descriptor is a test
isTraceEnabled() - Method in class org.antublue.test.engine.internal.logger.Logger
Method to return if TRACE logging is enabled
isWarnEnabled() - Method in class org.antublue.test.engine.internal.logger.Logger
Method to return if WARNING logging is enabled

K

keySet() - Method in class org.antublue.test.engine.internal.TestEngineConfiguration
 

L

Level - Class in org.antublue.test.engine.internal.logger
Class to represent Logger levels
LOG_PASS_MESSAGES - Static variable in class org.antublue.test.engine.TestEngineConstants
 
LOG_TEST_MESSAGES - Static variable in class org.antublue.test.engine.TestEngineConstants
 
Logger - Class in org.antublue.test.engine.internal.logger
Class to implement a Logger
Logger(String, Level) - Constructor for class org.antublue.test.engine.internal.logger.Logger
Constructor
LoggerFactory - Class in org.antublue.test.engine.internal.logger
Class to implement a LoggerFactory

M

matcher - Variable in class org.antublue.test.engine.internal.predicate.RegexPredicate
 
MethodSelectorResolver - Class in org.antublue.test.engine.internal.discovery.resolver
Class to resolve a MethodSelector
MethodSelectorResolver() - Constructor for class org.antublue.test.engine.internal.discovery.resolver.MethodSelectorResolver
 

N

notBlank(String) - Static method in class org.antublue.test.engine.internal.util.Precondition
Method to validate a String is not null or blank
notNull(Object) - Static method in class org.antublue.test.engine.internal.util.Precondition
Method to validate an Object it not null
now() - Static method in class org.antublue.test.engine.internal.util.HumanReadableTime
Method to get the current time as a String

O

of(String) - Static method in class org.antublue.test.engine.internal.predicate.TestClassPredicate
Method to create an instance of a TestClassPredicate
of(String) - Static method in class org.antublue.test.engine.internal.predicate.TestClassTagPredicate
Method to create an instance of a TestClassTagPredicate
of(String) - Static method in class org.antublue.test.engine.internal.predicate.TestMethodPredicate
Method to create an instance of a TestMethodPredicate
of(String) - Static method in class org.antublue.test.engine.internal.predicate.TestMethodTagPredicate
Method to create an instance of a TestMethodTagPredicate
org.antublue.test.engine - package org.antublue.test.engine
 
org.antublue.test.engine.internal - package org.antublue.test.engine.internal
 
org.antublue.test.engine.internal.descriptor - package org.antublue.test.engine.internal.descriptor
 
org.antublue.test.engine.internal.discovery - package org.antublue.test.engine.internal.discovery
 
org.antublue.test.engine.internal.discovery.resolver - package org.antublue.test.engine.internal.discovery.resolver
 
org.antublue.test.engine.internal.experimental - package org.antublue.test.engine.internal.experimental
 
org.antublue.test.engine.internal.logger - package org.antublue.test.engine.internal.logger
 
org.antublue.test.engine.internal.predicate - package org.antublue.test.engine.internal.predicate
 
org.antublue.test.engine.internal.util - package org.antublue.test.engine.internal.util
 

P

PackageSelectorResolver - Class in org.antublue.test.engine.internal.discovery.resolver
Class to resolve a PackageSelector
PackageSelectorResolver() - Constructor for class org.antublue.test.engine.internal.discovery.resolver.PackageSelectorResolver
 
pattern - Variable in class org.antublue.test.engine.internal.predicate.RegexPredicate
 
Precondition - Class in org.antublue.test.engine.internal.util
Class to check argument preconditions
PreconditionException - Exception in org.antublue.test.engine.internal.util
Class to implement an Exception for a Precondition failure
PreconditionException(String) - Constructor for exception org.antublue.test.engine.internal.util.PreconditionException
Constructor
PREFIX - Static variable in class org.antublue.test.engine.TestEngineConstants
 
PURPLE - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
PURPLE_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 

R

RED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
RED_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
regex - Variable in class org.antublue.test.engine.internal.predicate.RegexPredicate
 
RegexPredicate<T> - Class in org.antublue.test.engine.internal.predicate
Class to implement a regex Predicate
RegexPredicate(String) - Constructor for class org.antublue.test.engine.internal.predicate.RegexPredicate
Constructor
RESET - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
resolve(ClasspathRootSelector, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.resolver.ClasspathRootResolver
Method to resolve a ClasspathRootSelector
resolve(ClassSelector, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.resolver.ClassSelectorResolver
Method to resolve a ClassSelector
resolve(MethodSelector, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.resolver.MethodSelectorResolver
Method to resolve a MethodSelector
resolve(PackageSelector, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.resolver.PackageSelectorResolver
Method to resolve a PackageSelector
resolve(UniqueIdSelector, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.resolver.UniqueIdSelectorResolver
Method to resolve a UniqueIdSelector
resolve(EngineDiscoveryRequest, EngineDescriptor) - Method in class org.antublue.test.engine.internal.discovery.TestEngineDiscoveryRequestResolver
Method to process an EngineDiscoveryRequest
run() - Method in class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Method to run the test descriptor
The TestExecutionContext must be set prior to the call
run() - Method in class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
 
run() - Method in class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Method to run the test descriptor
The TestExecutionContext must be set prior to the call
run() - Method in class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Method to run the test descriptor
The TestExecutionContext must be set prior to the call
RunnableClassTestDescriptor - Class in org.antublue.test.engine.internal.descriptor
Class to implement a Runnable class test descriptor
RunnableClassTestDescriptor(UniqueId, String, Class<?>) - Constructor for class org.antublue.test.engine.internal.descriptor.RunnableClassTestDescriptor
Constructor
RunnableEngineDescriptor - Class in org.antublue.test.engine.internal.descriptor
Class to implement a Runnable EngineDescriptor
RunnableEngineDescriptor(UniqueId, String) - Constructor for class org.antublue.test.engine.internal.descriptor.RunnableEngineDescriptor
Constructor
RunnableMethodTestDescriptor - Class in org.antublue.test.engine.internal.descriptor
Class to implement a Runnable test method descriptor
RunnableMethodTestDescriptor(UniqueId, String, Class<?>, Parameter, Method) - Constructor for class org.antublue.test.engine.internal.descriptor.RunnableMethodTestDescriptor
Constructor
RunnableParameterTestDescriptor - Class in org.antublue.test.engine.internal.descriptor
Class to implement a Runnable parameter test descriptor
RunnableParameterTestDescriptor(UniqueId, String, Class<?>, Parameter) - Constructor for class org.antublue.test.engine.internal.descriptor.RunnableParameterTestDescriptor
Constructor

S

setTestInstance(Object) - Method in class org.antublue.test.engine.internal.TestExecutionContext
Method to set the test instance Object
size() - Method in class org.antublue.test.engine.internal.TestEngineConfiguration
 
size() - Method in class org.antublue.test.engine.internal.util.ThrowableCollector
Method to get the number of Throwable collected
start() - Method in class org.antublue.test.engine.internal.util.Timer
Method to start the Timer
stop() - Method in class org.antublue.test.engine.internal.util.Timer
Method to stop the Timer
store(EngineDescriptor) - Method in class org.antublue.test.engine.internal.TestEngineTestDescriptorStore
Method to store the EngineDescriptor and all children
Switch - Class in org.antublue.test.engine.internal.util
Class to implement switch functionally based on an Object's class
switchCase(Class<T>, Consumer<T>) - Static method in class org.antublue.test.engine.internal.util.Switch
Method to implement a switch "case" based on an Object's class
switchType(Object, Consumer...) - Static method in class org.antublue.test.engine.internal.util.Switch
Method to implement a "switch" based on an Object's class

T

test(Class<?>) - Method in class org.antublue.test.engine.internal.predicate.TestClassPredicate
Method to test the Predicate
test(Class<?>) - Method in class org.antublue.test.engine.internal.predicate.TestClassTagPredicate
Method to test the Predicate
test(Method) - Method in class org.antublue.test.engine.internal.predicate.TestMethodPredicate
Method to test the Predicate
test(Method) - Method in class org.antublue.test.engine.internal.predicate.TestMethodTagPredicate
Method to test the Predicate
test(T) - Method in class org.antublue.test.engine.internal.predicate.RegexPredicate
Method to test the value using the regex
TEST_CLASS_EXCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_CLASS_INCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_CLASS_TAG_EXCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_CLASS_TAG_INCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_METHOD_EXCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_METHOD_INCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_METHOD_TAG_EXCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TEST_METHOD_TAG_INCLUDE - Static variable in class org.antublue.test.engine.TestEngineConstants
 
TestClassConfigurationException - Exception in org.antublue.test.engine.internal
Class to implement a test class configuration exception
TestClassConfigurationException(String) - Constructor for exception org.antublue.test.engine.internal.TestClassConfigurationException
Constructor
TestClassConfigurationException(String, Throwable) - Constructor for exception org.antublue.test.engine.internal.TestClassConfigurationException
Constructor
TestClassPredicate - Class in org.antublue.test.engine.internal.predicate
Class to implement a Predicate that matches a classname
TestClassTagPredicate - Class in org.antublue.test.engine.internal.predicate
Class to implement a tst class tag Predicate
TestDescriptorUtils - Class in org.antublue.test.engine.internal
 
TestEngine - Class in org.antublue.test.engine
Class to implement a TestEngine
TestEngine() - Constructor for class org.antublue.test.engine.TestEngine
 
TestEngineConfiguration - Class in org.antublue.test.engine.internal
Class to implement TestEngineConfiguration
TestEngineConsoleDisplayNameTestExecutionListener - Class in org.antublue.test.engine.internal.experimental
Class to collect test information and output a test execution summary
TestEngineConsoleDisplayNameTestExecutionListener() - Constructor for class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Constructor
TestEngineConsoleTestExecutionListener - Class in org.antublue.test.engine.internal
Class to collect test information and output a test execution summary
TestEngineConsoleTestExecutionListener() - Constructor for class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Constructor
TestEngineConstants - Class in org.antublue.test.engine
Class to contain Test Engine configuration constants
TestEngineDiscoveryRequestResolver - Class in org.antublue.test.engine.internal.discovery
Class to implement code to discover tests / build test descriptor tree
The current paradigm is to build a complete test descriptor tree, then remove filter (remove) test descriptor
TestEngineDiscoveryRequestResolver() - Constructor for class org.antublue.test.engine.internal.discovery.TestEngineDiscoveryRequestResolver
Constructor
TestEngineEngineDiscoveryRequest - Class in org.antublue.test.engine.internal
 
TestEngineEngineDiscoveryRequest(EngineDiscoveryRequest, ConfigurationParameters) - Constructor for class org.antublue.test.engine.internal.TestEngineEngineDiscoveryRequest
 
TestEngineException - Exception in org.antublue.test.engine.internal
 
TestEngineException(String) - Constructor for exception org.antublue.test.engine.internal.TestEngineException
Constructor
TestEngineException(String, Throwable) - Constructor for exception org.antublue.test.engine.internal.TestEngineException
Constructor
TestEngineException(Throwable) - Constructor for exception org.antublue.test.engine.internal.TestEngineException
Constructor
TestEngineExecutor - Class in org.antublue.test.engine.internal
Method to execute an ExecutionRequest
TestEngineExecutor() - Constructor for class org.antublue.test.engine.internal.TestEngineExecutor
Constructor
TestEngineInformation - Class in org.antublue.test.engine.internal
Class to get TestEngine information
TestEngineInformation() - Constructor for class org.antublue.test.engine.internal.TestEngineInformation
 
TestEngineReflectionUtils - Class in org.antublue.test.engine.internal
Class to implement methods to get test class fields / methods, caching the information
TestEngineTestDescriptorStore - Class in org.antublue.test.engine.internal
Class to store TestDescriptors based on UniqueId
TestExecutionContext - Class in org.antublue.test.engine.internal
Class to implement a TestExecutionContext for multi-threaded execution
TestExecutionContext(ExecutionRequest, CountDownLatch) - Constructor for class org.antublue.test.engine.internal.TestExecutionContext
Constructor
TestMethodPredicate - Class in org.antublue.test.engine.internal.predicate
Class to implement a test method predicate
TestMethodTagPredicate - Class in org.antublue.test.engine.internal.predicate
Class to implement a test method tag predicate
testPlanExecutionFinished(TestPlan) - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Method to indicate execution of a TestPlan as finished
testPlanExecutionFinished(TestPlan) - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Method to indicate execution of a TestPlan as finished
testPlanExecutionStarted(TestPlan) - Method in class org.antublue.test.engine.internal.experimental.TestEngineConsoleDisplayNameTestExecutionListener
Method to indicate execution of a TestPlan as started
testPlanExecutionStarted(TestPlan) - Method in class org.antublue.test.engine.internal.TestEngineConsoleTestExecutionListener
Method to indicate execution of a TestPlan as started
THREAD_COUNT - Static variable in class org.antublue.test.engine.TestEngineConstants
 
ThrowableCollector - Class in org.antublue.test.engine.internal.util
Class to collect a list of Throwable
ThrowableCollector() - Constructor for class org.antublue.test.engine.internal.util.ThrowableCollector
Constructor
ThrowableConsumer<T> - Interface in org.antublue.test.engine.internal.util
 
ThrowableUtils - Class in org.antublue.test.engine.internal.util
Class to implement Throwable utilities
throwUnchecked(Throwable) - Static method in class org.antublue.test.engine.internal.util.ThrowableUtils
Method to throw a checked (RuntimeException) if a Throwable it checked
Timer - Class in org.antublue.test.engine.internal.util
Class to implement a Timer
Timer() - Constructor for class org.antublue.test.engine.internal.util.Timer
Constructor (autostarted)
Timer(boolean) - Constructor for class org.antublue.test.engine.internal.util.Timer
Constructor
toHumanReadable(long) - Static method in class org.antublue.test.engine.internal.util.HumanReadableTime
Method to convert a duration into a human-readable time
toHumanReadable(long, boolean) - Static method in class org.antublue.test.engine.internal.util.HumanReadableTime
Method to convert a duration into a human-readable time
toInt() - Method in class org.antublue.test.engine.internal.logger.Level
Method to get the Level as an int
toString() - Method in class org.antublue.test.engine.internal.logger.Level
Method to get the Level string
toString() - Method in class org.antublue.test.engine.internal.util.AnsiColor
Method to get the ANSI color escape sequence String
trace(String) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a TRACE message
trace(String, Object) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a TRACE message
trace(String, Object...) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a TRACE message
trace(String, Throwable) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a TRACE message
trace(TestDescriptor) - Static method in class org.antublue.test.engine.internal.TestDescriptorUtils
 
TRACE - Static variable in class org.antublue.test.engine.internal.logger.Level
 

U

UniqueIdSelectorResolver - Class in org.antublue.test.engine.internal.discovery.resolver
Class to resolve a UniqueIdSelector
UniqueIdSelectorResolver() - Constructor for class org.antublue.test.engine.internal.discovery.resolver.UniqueIdSelectorResolver
 

V

VERSION - Static variable in class org.antublue.test.engine.TestEngine
 

W

warn(String) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log a WARN message
warn(String, Object) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an WARN message
warn(String, Object...) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an WARN message
warn(String, Throwable) - Method in class org.antublue.test.engine.internal.logger.Logger
Method to log an WARN message
WARN - Static variable in class org.antublue.test.engine.internal.logger.Level
 
WHITE - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
WHITE_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 

Y

YELLOW - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_BACKGROUND - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_BACKGROUND_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_BOLD - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_BOLD_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_BRIGHT - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
YELLOW_UNDERLINED - Static variable in class org.antublue.test.engine.internal.util.AnsiColor
 
A B C D E G H I K L M N O P R S T U V W Y 
All Classes All Packages