| Package | Description |
|---|---|
| org.easetech.easytest.converter |
Package containing various data converters part of the EasyTest framework.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParamAwareConverter<Type>
Decorator of
Converter to provide the name of the parameter
to the implementing class. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverter<Type>
An abstract implementation of the
ParamAwareConverter interface that can be used by the user to define their custom
converters. |
| Modifier and Type | Field and Description |
|---|---|
static InheritableThreadLocal<Set<Converter>> |
ConverterManager.converters
A thread local variable that will hold the set of
Converter for easy consumption by the test cases. |
| Modifier and Type | Method and Description |
|---|---|
static Converter<?> |
ConverterManager.findConverter(Class<?> targetType)
Find the registered Converter for the given class type
|
Copyright © 2014. All rights reserved.