| Package | Description |
|---|---|
| org.easetech.easytest.annotation |
Package containing EasyTest specific annotations.
|
| org.easetech.easytest.converter |
Package containing various data converters part of the EasyTest framework.
|
| org.easetech.easytest.internal |
Package containing various internal classes part of the EasyTest framework.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.junit.experimental.theories.PotentialAssignment> |
Param.DataSupplier.getValueSources(EasyFrameworkMethod method,
String testMethodName,
EasyParamSignature signature)
Method to return the list of data for the given Test method
|
List<org.junit.experimental.theories.PotentialAssignment> |
Param.DataSupplier.handleMethodInjection(EasyFrameworkMethod method,
EasyParamSignature signature) |
| Constructor and Description |
|---|
CollectionConverter(EasyParamSignature signature,
String paramName,
Boolean convertEmptyToNull,
DateTimeFormat dateTimeFormat)
Construct a new CollectionConverter
|
ConversionDelegator(EasyParamSignature signature,
String paramName,
Boolean convertEmptyToNull,
DateTimeFormat dateTimeFormat)
Construct a new ConversionDelegator
|
ConversionDelegator(EasyParamSignature signature,
String paramName,
LinkedHashMap<String,BaseConverter<List<Map<String,Object>>,List<org.junit.experimental.theories.PotentialAssignment>>> converters)
Construct a new ConversionDelegator
|
PropertyEditorCollectionConverter(EasyParamSignature signature,
String paramName,
Collection collection)
Construct a new PropertyEditorCollectionConverter
|
StandardObjectCollectionConverter(Collection collection,
EasyParamSignature signature,
String paramName,
Boolean convertEmptyToNull,
DateTimeFormat dateTimeFormat)
Construct a new StandardObjectCollectionConverter
|
UserDefinedCollectionConverter(EasyParamSignature signature,
String paramName,
Collection collection)
Construct a new UserDefinedCollectionConverter
|
| Modifier and Type | Method and Description |
|---|---|
EasyParamSignature |
EasyAssignments.nextUnassigned() |
| Modifier and Type | Method and Description |
|---|---|
static List<EasyParamSignature> |
EasyParamSignature.signatures(Constructor<?> constructor) |
static ArrayList<EasyParamSignature> |
EasyParamSignature.signatures(Method method) |
| Constructor and Description |
|---|
EasyAssignments(List<org.junit.experimental.theories.PotentialAssignment> assigned,
List<EasyParamSignature> unassigned,
org.junit.runners.model.TestClass testClass)
Construct a new EasyAssignments
|
Copyright © 2014. All rights reserved.