Index
All Classes and Interfaces|All Packages
A
- Argument<T> - Interface in org.antublue.test.engine.api
-
Namedis a container that associates a name with a given payload.
D
- destroyCallback() - Method in interface org.antublue.test.engine.api.TestEngineExtension
-
Method to destroy global environment resources
G
- getName() - Method in interface org.antublue.test.engine.api.Argument
-
Method to get the Argument name
- getPayload() - Method in interface org.antublue.test.engine.api.Argument
-
Method to get the Argument payload
I
- initializeCallback() - Method in interface org.antublue.test.engine.api.TestEngineExtension
-
Method to initialize global environment resources
M
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.BigDecimal
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.BigInteger
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Byte
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Character
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Double
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Float
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Integer
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Long
-
Maximum value
- maximum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Short
-
Maximum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.BigDecimal
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.BigInteger
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Byte
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Character
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Double
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Float
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Integer
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Long
-
Minimum value
- minimum() - Element in annotation type org.antublue.test.engine.api.TestEngine.Random.Short
-
Minimum value
N
- name() - Element in annotation type org.antublue.test.engine.api.TestEngine.DisplayName
-
DisplayName value
O
- of(String, T) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type T
- ofBigDecimal(BigDecimal) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type BigDecimal
- ofBigInteger(BigInteger) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type BigInteger
- ofBoolean(boolean) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type boolean
- ofByte(byte) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type byte
- ofChar(char) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type char
- ofDouble(double) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type double
- ofFloat(float) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type float
- ofInt(int) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type int
- ofLong(long) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type long
- ofShort(short) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type short
- ofString(String) - Static method in interface org.antublue.test.engine.api.Argument
-
Method to create an Argument of type String
- order() - Element in annotation type org.antublue.test.engine.api.TestEngine.Order
-
Order value
- org.antublue.test.engine.api - package org.antublue.test.engine.api
T
- tag() - Element in annotation type org.antublue.test.engine.api.TestEngine.Tag
-
Tag value
- TestEngine - Annotation Type in org.antublue.test.engine.api
-
Interface that contains all TestEngine annotations
- TestEngine.AfterAll - Annotation Type in org.antublue.test.engine.api
-
AfterAll annotation
- TestEngine.AfterEach - Annotation Type in org.antublue.test.engine.api
-
AfterEach annotation
- TestEngine.Argument - Annotation Type in org.antublue.test.engine.api
-
Argument annotation
- TestEngine.ArgumentSupplier - Annotation Type in org.antublue.test.engine.api
-
ArgumentSupplier annotation
- TestEngine.BeforeAll - Annotation Type in org.antublue.test.engine.api
-
BeforeAll annotation
- TestEngine.BeforeEach - Annotation Type in org.antublue.test.engine.api
-
BeforeEach annotation
- TestEngine.Conclude - Annotation Type in org.antublue.test.engine.api
-
Conclude annotation
- TestEngine.Disabled - Annotation Type in org.antublue.test.engine.api
-
Disabled annotation
- TestEngine.DisplayName - Annotation Type in org.antublue.test.engine.api
-
DisplayName annotation
- TestEngine.Order - Annotation Type in org.antublue.test.engine.api
-
Order annotation
- TestEngine.ParallelArgumentTest - Annotation Type in org.antublue.test.engine.api
-
MultiThreadExecution annotation
- TestEngine.Prepare - Annotation Type in org.antublue.test.engine.api
-
Prepare annotation
- TestEngine.Random - Annotation Type in org.antublue.test.engine.api
-
Random meta-annotation
- TestEngine.Random.BigDecimal - Annotation Type in org.antublue.test.engine.api
-
BigDecimal annotation
- TestEngine.Random.BigInteger - Annotation Type in org.antublue.test.engine.api
-
BigInteger annotation
- TestEngine.Random.Boolean - Annotation Type in org.antublue.test.engine.api
-
Boolean annotation
- TestEngine.Random.Byte - Annotation Type in org.antublue.test.engine.api
-
Byte annotation
- TestEngine.Random.Character - Annotation Type in org.antublue.test.engine.api
-
Char annotation
- TestEngine.Random.Double - Annotation Type in org.antublue.test.engine.api
-
Double annotation
- TestEngine.Random.Float - Annotation Type in org.antublue.test.engine.api
-
Float annotation
- TestEngine.Random.Integer - Annotation Type in org.antublue.test.engine.api
-
Integer annotation
- TestEngine.Random.Long - Annotation Type in org.antublue.test.engine.api
-
Long annotation
- TestEngine.Random.Short - Annotation Type in org.antublue.test.engine.api
-
Short annotation
- TestEngine.Random.UUID - Annotation Type in org.antublue.test.engine.api
-
UUID annotation
- TestEngine.Tag - Annotation Type in org.antublue.test.engine.api
-
Tag annotation
- TestEngine.Test - Annotation Type in org.antublue.test.engine.api
-
Test annotation
- TestEngineExtension - Interface in org.antublue.test.engine.api
-
Interface to implement TestEngineExtension
All Classes and Interfaces|All Packages