| Class | Description |
|---|---|
| AlchemyTestRunner |
Alchemy Test Runner Features:
|
| GenerateBoolean.Values | |
| GenerateCustom.Values | |
| GenerateDate.Values | |
| GenerateDouble.Values | |
| GenerateEnum.Values | |
| GenerateFloat.Values | |
| GenerateInteger.Values | |
| GenerateList.Values | |
| GenerateLong.Values | |
| GeneratePojo.Values | |
| GenerateString.Values | |
| GenerateURL.Values |
| Enum | Description |
|---|---|
| GenerateDate.Type | |
| GenerateDouble.Type | |
| GenerateFloat.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). |
| GenerateBoolean |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Booleans from the AlchemyGenerator library. |
| GenerateCustom |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Custom Objects using the AlchemyGenerator library. |
| 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. |
| GenerateFloat |
Used in with the
AlchemyTestRunner, this Annotations allows the
Runtime Injection of Generated Doubles 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–2018 RedRoma, Inc.. All rights reserved.