Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACCEPT_ALL - Static variable in interface org.verifyica.api.ClassInterceptor
-
Predicate to accept any ClassContext
- Argument<T> - Interface in org.verifyica.api
-
Argumentis a container that associates a name with a given payload. - Argument.Empty - Class in org.verifyica.api
-
Class to implement Empty
- ArgumentContext - Interface in org.verifyica.api
-
Interface to implement ArgumentContext
- assertEmpty() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Throws the first Throwable if not empty
- assertEmpty() - Method in class org.verifyica.api.Trap
-
Assert that no Throwable was trapped
- assertEmpty(Collection<Trap>) - Static method in class org.verifyica.api.Trap
-
Assert that no Throwables were trapped
- assertEmpty(Trap) - Static method in class org.verifyica.api.Trap
-
Assert that no Throwable was trapped
- assertEmpty(Trap...) - Static method in class org.verifyica.api.Trap
-
Assert that no Throwables were trapped
- assertSuccessful() - Method in class org.verifyica.api.Runner
-
Deprecated.Asserts no Throwables have been collected.
- assumeFalse(boolean) - Static method in class org.verifyica.api.Assumptions
-
Deprecated.Validate an assumption is false
- assumeFalse(BooleanSupplier) - Static method in class org.verifyica.api.Assumptions
-
Deprecated.Validate an assumption is false
- assumeTrue(boolean) - Static method in class org.verifyica.api.Assumptions
-
Deprecated.Validate an assumption is true
- assumeTrue(BooleanSupplier) - Static method in class org.verifyica.api.Assumptions
-
Deprecated.Validate an assumption is true
- Assumptions - Class in org.verifyica.api
-
Deprecated.
- Assumptions.Failed - Exception Class in org.verifyica.api
-
Deprecated.Class to implement AssumptionFailed
C
- classContext() - Method in interface org.verifyica.api.ArgumentContext
-
Get the ClassContext
- ClassContext - Interface in org.verifyica.api
-
Interface to implement ClassContext
- ClassInterceptor - Interface in org.verifyica.api
-
Interface to implement ClassInterceptor
- Cleanup - Class in org.verifyica.api
-
Deprecated.
- Cleanup() - Constructor for class org.verifyica.api.Cleanup
-
Deprecated.Constructor
- Cleanup.Action - Interface in org.verifyica.api
-
Deprecated.Interface to implement Action
- clear() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Removes any collected Throwables
- clear() - Method in class org.verifyica.api.Runner
-
Deprecated.Removes any collected Throwables
- close(Closeable) - Method in class org.verifyica.api.Cleanup
-
Deprecated.Close a Closable if not null
- close(Closeable...) - Method in class org.verifyica.api.Cleanup
-
Deprecated.Close an array of Closeables
- closeTask(Closeable) - Static method in class org.verifyica.api.Runner
-
Deprecated.Creates a Task to close a Closeable object if not null
- configuration() - Method in interface org.verifyica.api.Context
-
Get the Configuration
- configuration() - Method in interface org.verifyica.api.EngineContext
-
Get the Engine Configuration
- Configuration - Interface in org.verifyica.api
-
Interface to implement Configuration
- Context - Interface in org.verifyica.api
-
Interface to implement Context
D
- destroy(EngineContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor destroy
- destroy(EngineContext) - Method in interface org.verifyica.api.EngineInterceptor
-
Engine destroy callback
E
- EMPTY - Static variable in interface org.verifyica.api.Argument
-
Empty Argument
- engineContext() - Method in interface org.verifyica.api.ArgumentContext
-
Get the EngineContext
- engineContext() - Method in interface org.verifyica.api.ClassContext
-
Get the EngineContext
- EngineContext - Interface in org.verifyica.api
-
Interface to implement EngineContext
- EngineInterceptor - Interface in org.verifyica.api
-
Interface to implement EngineInterceptor
- ExtendedMap<K,
V> - Class in org.verifyica.api -
Class to implement EnhancedMap
- ExtendedMap() - Constructor for class org.verifyica.api.ExtendedMap
-
Constructor
- ExtendedMap(int) - Constructor for class org.verifyica.api.ExtendedMap
-
Constructor
- ExtendedMap(int, float) - Constructor for class org.verifyica.api.ExtendedMap
-
Constructor
- ExtendedMap(int, float, int) - Constructor for class org.verifyica.api.ExtendedMap
-
Constructor
- ExtendedMap(Map<? extends K, ? extends V>) - Constructor for class org.verifyica.api.ExtendedMap
-
Constructor
F
- firstThrowable() - Method in class org.verifyica.api.Runner
-
Deprecated.Get the first Throwable
G
- getAs(K) - Method in class org.verifyica.api.ExtendedMap
-
Returns the value to which the specified key is mapped cast to the assigned type, or null if this map contains no mapping for the key.
- getAs(K, Class<T>) - Method in class org.verifyica.api.ExtendedMap
-
Returns the value to which the specified key is mapped cast to the requested type, or null if this map contains no mapping for the key.
- getClassContext() - Method in interface org.verifyica.api.ArgumentContext
-
Get the ClassContext
- getConfiguration() - Method in interface org.verifyica.api.Context
-
Get the Configuration
- getConfiguration() - Method in interface org.verifyica.api.EngineContext
-
Get the Engine Configuration
- getEngineContext() - Method in interface org.verifyica.api.ArgumentContext
-
Get the EngineContext
- getEngineContext() - Method in interface org.verifyica.api.ClassContext
-
Get the EngineContext
- getFirst() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Get the first Throwable
- getMap() - Method in interface org.verifyica.api.Context
-
Get the Map
- getName() - Method in class org.verifyica.api.Argument.Empty
- getName() - Method in interface org.verifyica.api.Argument
- getName() - Method in interface org.verifyica.api.Named
-
Method to get the name
- getPayload() - Method in class org.verifyica.api.Argument.Empty
- getPayload() - Method in interface org.verifyica.api.Argument
-
Method to get the Argument payload
- getPayload(Class<V>) - Method in class org.verifyica.api.Argument.Empty
- getPayload(Class<V>) - Method in interface org.verifyica.api.Argument
-
Method to get the Argument payload
- getProperties() - Method in interface org.verifyica.api.Configuration
-
Get the Configuration Properties
- getPropertiesFilename() - Method in interface org.verifyica.api.Configuration
-
Get the Path to the Properties configuration file
- getPropertiesPath() - Method in interface org.verifyica.api.Configuration
-
Get the Path to the Properties configuration file
- getTestArgument() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument
- getTestArgument(Class<V>) - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument
- getTestArgumentIndex() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument index
- getTestArgumentParallelism() - Method in interface org.verifyica.api.ClassContext
-
Get the test argument parallelism
- getTestArgumentPayload() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument payload
- getTestArgumentPayload(Class<V>) - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument payload
- getTestClass() - Method in interface org.verifyica.api.ClassContext
-
Get the test class
- getTestClassDisplayName() - Method in interface org.verifyica.api.ClassContext
-
Get the test class display name
- getTestClassTags() - Method in interface org.verifyica.api.ClassContext
-
Get the test class tags
- getTestInstance() - Method in interface org.verifyica.api.ClassContext
-
Get the test class instance
- getTestInstance(Class<V>) - Method in interface org.verifyica.api.ClassContext
-
Get the test class instance
- getThrowables() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Get the List of Throwables
- getVersion() - Method in interface org.verifyica.api.EngineContext
-
Get the Engine version
H
- hasPayload() - Method in class org.verifyica.api.Argument.Empty
- hasPayload() - Method in interface org.verifyica.api.Argument
-
Method to return if the Argument has a non-null payload
I
- ifFalse(boolean) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if false
- ifFalse(boolean, String) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if false
- ifFalse(BooleanSupplier) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if false
- ifFalse(BooleanSupplier, String) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if false
- ifTrue(boolean) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if true
- ifTrue(boolean, String) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if true
- ifTrue(BooleanSupplier) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if true
- ifTrue(BooleanSupplier, String) - Static method in exception class org.verifyica.api.SkipExecution
-
Throws a SkipException if true
- initialize(EngineContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor initialize
- initialize(EngineContext) - Method in interface org.verifyica.api.EngineInterceptor
-
Engine initialize callback
- isEmpty() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Returns if the Cleanup has collected any Throwables
- isEmpty() - Method in class org.verifyica.api.Runner
-
Deprecated.Check if any Task threw a Throwable
- isEmpty() - Method in class org.verifyica.api.Trap
-
Checks if a Throwable was trapped
- isLocked(String) - Static method in class org.verifyica.api.LockManager
-
Method to return if a key is locked
- isNotEmpty() - Method in class org.verifyica.api.Cleanup
-
Deprecated.Returns if the Cleanup has not collected any Throwables
- isNotEmpty() - Method in class org.verifyica.api.Runner
-
Deprecated.Check if any Task threw a Throwable
L
- lock(String) - Static method in class org.verifyica.api.LockManager
-
Method to lock a key
- LockManager - Class in org.verifyica.api
-
Class to implement LockManager
M
N
- name() - Method in interface org.verifyica.api.Argument
- name() - Method in interface org.verifyica.api.Named
-
Method to get the name
- Named - Interface in org.verifyica.api
-
Interface to implement Named
- notBlank(String, String, String) - Static method in interface org.verifyica.api.Argument
-
Method to validate a String is not null and not blank, throwing an IllegalArgumentException if it is null or blank
- notNull(Object, String) - Static method in interface org.verifyica.api.Argument
-
Method to validate an Object is not null, throwing an IllegalArgumentException if it is null
O
- of(String, T) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type T
- ofBigDecimal(BigDecimal) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type BigDecimal
- ofBigInteger(BigInteger) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type BigInteger
- ofBoolean(boolean) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type boolean
- ofByte(byte) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type byte
- ofChar(char) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type char
- ofDouble(double) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type double
- ofFloat(float) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type float
- ofInt(int) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type int
- ofLong(long) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type long
- ofShort(short) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type short
- ofString(String) - Static method in interface org.verifyica.api.Argument
-
Method to create an Argument of type String
- onDestroy(ClassContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor onDestroy callback
- org.verifyica.api - package org.verifyica.api
P
- parallelism() - Element in annotation type org.verifyica.api.Verifyica.ArgumentSupplier
-
Method to get parallelism
- payload() - Method in interface org.verifyica.api.Argument
-
Method to get the Argument payload
- payload(Class<V>) - Method in interface org.verifyica.api.Argument
-
Method to get the Argument payload
- perform() - Method in interface org.verifyica.api.Cleanup.Action
-
Deprecated.Perform method
- perform() - Method in interface org.verifyica.api.Runner.Task
-
Deprecated.Method to perform the task
- perform(Collection<Runner.Task>) - Method in class org.verifyica.api.Runner
-
Deprecated.Perform a Collection of Tasks.
- perform(Cleanup.Action) - Method in class org.verifyica.api.Cleanup
-
Deprecated.Performs a Cleanup.Action, collecting the Throwable if thrown
- perform(Cleanup.Action...) - Method in class org.verifyica.api.Cleanup
-
Deprecated.Performs an array of Cleanup.Actions, collecting the Throwables if thrown
- perform(Runner.Task) - Method in class org.verifyica.api.Runner
-
Deprecated.Perform a Task.
- perform(Runner.Task...) - Method in class org.verifyica.api.Runner
-
Deprecated.Perform an array of Tasks.
- postAfterAll(ArgumentContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postAfterAll callback
- postAfterEach(ArgumentContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postAfterEach callback
- postBeforeAll(ArgumentContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postBeforeAll callback
- postBeforeEach(ArgumentContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postBeforeEach callback
- postConclude(ClassContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postConclude callback
- postInstantiate(EngineContext, Class<?>, Object, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postInstantiate callback
- postPrepare(ClassContext, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postPrepare callback
- postTest(ArgumentContext, Method, Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor postTest callback
- preAfterAll(ArgumentContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preAfterAll callback
- preAfterEach(ArgumentContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preAfterEach callback
- preBeforeAll(ArgumentContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preBeforeAll callback
- preBeforeEach(ArgumentContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preBeforeEach callback
- preConclude(ClassContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preConclude callback
- predicate() - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor Predicate
- preInstantiate(EngineContext, Class<?>) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preInstantiate callback
- prePrepare(ClassContext) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor prePrepare callback
- preTest(ArgumentContext, Method) - Method in interface org.verifyica.api.ClassInterceptor
-
ClassInterceptor preTest callback
- properties() - Method in interface org.verifyica.api.Configuration
-
Get the Configuration Properties
- propertiesPath() - Method in interface org.verifyica.api.Configuration
-
Get the Path to the Properties configuration file
R
- removeAs(K) - Method in class org.verifyica.api.ExtendedMap
-
Removes the mapping for a key from this map if it is present, casting to the assigned type.
- removeAs(K, Class<T>) - Method in class org.verifyica.api.ExtendedMap
-
Removes the mapping for a key from this map if it is present, casting to the requested type.
- rethrow(Throwable) - Method in interface org.verifyica.api.ClassInterceptor
-
Rethrows a Throwable if not null
- run() - Method in interface org.verifyica.api.Trap.Runnable
-
Method to run the Runnable
- Runner - Class in org.verifyica.api
-
Deprecated.
- Runner() - Constructor for class org.verifyica.api.Runner
-
Deprecated.Constructor
- Runner.Task - Interface in org.verifyica.api
-
Deprecated.Interface to implement Task
S
- SkipExecution - Exception Class in org.verifyica.api
-
Class to implement SkipExecution
- SkipExecution() - Constructor for exception class org.verifyica.api.SkipExecution
-
Constructor
- SkipExecution(String) - Constructor for exception class org.verifyica.api.SkipExecution
-
Constructor
T
- testArgument() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument
- testArgument(Class<V>) - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument
- testArgumentIndex() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument index
- testArgumentParallelism() - Method in interface org.verifyica.api.ClassContext
-
Get the test argument parallelism
- testArgumentPayload() - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument payload
- testArgumentPayload(Class<V>) - Method in interface org.verifyica.api.ArgumentContext
-
Get the Argument
- testClass() - Method in interface org.verifyica.api.ClassContext
-
Get the test class
- testClassDisplayName() - Method in interface org.verifyica.api.ClassContext
-
Get the test class display name
- testClassTags() - Method in interface org.verifyica.api.ClassContext
-
Get the test class tags
- testInstance() - Method in interface org.verifyica.api.ClassContext
-
Get the test class instance
- testInstance(Class<V>) - Method in interface org.verifyica.api.ClassContext
-
Get the test class instance
- throwable() - Method in class org.verifyica.api.Trap
-
Get the Throwable is trapped
- throwables() - Method in class org.verifyica.api.Runner
-
Deprecated.Get the List of Throwables
- toString() - Method in class org.verifyica.api.Argument.Empty
- Trap - Class in org.verifyica.api
-
Class to implement Trap
- Trap(Trap.Runnable) - Constructor for class org.verifyica.api.Trap
-
Constructor
- Trap.Runnable - Interface in org.verifyica.api
-
Interface to implement Runnable
- tryLock(String) - Static method in class org.verifyica.api.LockManager
-
Method to try to lock a key
- tryLock(String, long, TimeUnit) - Static method in class org.verifyica.api.LockManager
-
Method to try to lock a key
U
- unlock(String) - Static method in class org.verifyica.api.LockManager
-
Method to unlock a key
V
- value() - Element in annotation type org.verifyica.api.Verifyica.DisplayName
-
DisplayName value
- value() - Element in annotation type org.verifyica.api.Verifyica.Order
-
Order value
- value() - Element in annotation type org.verifyica.api.Verifyica.Tag
-
Tag value
- value() - Element in annotation type org.verifyica.api.Verifyica.Tags
-
Tag values
- Verifyica - Annotation Type in org.verifyica.api
-
Interface that contains all Verifyica annotations
- Verifyica.AfterAll - Annotation Type in org.verifyica.api
-
AfterAll annotation
- Verifyica.AfterEach - Annotation Type in org.verifyica.api
-
AfterEach annotation
- Verifyica.ArgumentSupplier - Annotation Type in org.verifyica.api
-
ArgumentSupplier annotation
- Verifyica.Autowired - Annotation Type in org.verifyica.api
-
Autowired annotation
- Verifyica.BeforeAll - Annotation Type in org.verifyica.api
-
BeforeAll annotation
- Verifyica.BeforeEach - Annotation Type in org.verifyica.api
-
BeforeEach annotation
- Verifyica.ClassInterceptorSupplier - Annotation Type in org.verifyica.api
-
ClassInterceptorSupplier annotation
- Verifyica.Conclude - Annotation Type in org.verifyica.api
-
Conclude annotation
- Verifyica.Disabled - Annotation Type in org.verifyica.api
-
Disabled annotation
- Verifyica.DisplayName - Annotation Type in org.verifyica.api
-
DisplayName annotation
- Verifyica.Independent - Annotation Type in org.verifyica.api
-
Independent annotation
- Verifyica.Order - Annotation Type in org.verifyica.api
-
Order annotation
- Verifyica.Prepare - Annotation Type in org.verifyica.api
-
Prepare annotation
- Verifyica.Tag - Annotation Type in org.verifyica.api
-
Tag annotation
- Verifyica.Tags - Annotation Type in org.verifyica.api
-
Tags annotation
- Verifyica.Test - Annotation Type in org.verifyica.api
-
Test annotation
- Verifyica.Testable - Annotation Type in org.verifyica.api
-
Testable annotation
- version() - Method in interface org.verifyica.api.EngineContext
-
Get the Engine version
All Classes and Interfaces|All Packages|Serialized Form