| Class | Description |
|---|---|
| AlchemyTestRunner |
Alchemy Test Runner Features:
Initializes Mockito @Mocks
Prints out the testName to the console using
System.out.println()
Can repeat your tests using the @Repeat annotation
Initialize generated Data Using GenerateString, GenerateInteger, etc.. |
| GenerateDate.Values | |
| GenerateDouble.Values | |
| GenerateEnum.Values | |
| GenerateInstant.Values | |
| GenerateInteger.Values | |
| GenerateList.Values | |
| GenerateLong.Values | |
| GeneratePojo.Values | |
| GenerateString.Values | |
| GenerateURL.Values |
| Enum | Description |
|---|---|
| GenerateDate.Type | |
| GenerateDouble.Type | |
| GenerateInstant.Type | |
| GenerateInteger.Type | |
| GenerateLong.Type | |
| GenerateString.Type |
| Annotation Type | Description |
|---|---|
| DontRepeat |
Applied on a Test Method, this Annotation tells the
AlchemyTestRunner not to repeat the
test case, even if a @Repeat is attached to the Test Class (or method). |
| GenerateDate |
Used in with the
AlchemyTestRunner, this Annotations allows the Runtime Injection of Generated Dates
using DateGenerators from the AlchemyGenerator library. |
| GenerateDouble |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Doubles from the AlchemyGenerator library. |
| GenerateEnum |
Used in with the
AlchemyTestRunner, this Annotations allows the Runtime Injection of Enum values, using
EnumGenerators from the AlchemyGenerator library. |
| GenerateInstant |
Used in with the
AlchemyTestRunner, this Annotations allows the Runtime Injection of
Generated Instants using TimeGenerators from the AlchemyGenerator library. |
| GenerateInteger |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Integers from the AlchemyGenerator library. |
| GenerateList |
Used in with the
AlchemyTestRunner, this Annotations allows the Runtime Injection of List values, using
CollectionGenerators from the AlchemyGenerator library. |
| GenerateLong |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Longs from the AlchemyGenerator library. |
| GeneratePojo | |
| GenerateString |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Strings from the AlchemyGenerator library. |
| GenerateURL |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Strings from the AlchemyGenerator library. |
| InitMocks |
AlchemyTestRunner inits your Mockito Mocks for you, exactly the same
way as MockitoJUnitRunner does. |
| Repeat |
Allows each Test Case to be executed multiple times.
|
Copyright © 2015–2016 Aroma Tech. All rights reserved.