Index

A C D T 
All Classes and Interfaces|All Packages

A

AbstractConverterTest - Class in dev.orne.beans.converters
Abstract class for converters unit tests.
AbstractConverterTest(Class<?>, AbstractConverter) - Constructor for class dev.orne.beans.converters.AbstractConverterTest
Creates a new instance.
assertFail(Converter, Class<?>, Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion of the specified value to the specified type fails.
assertFail(Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion of the specified value fails both to the default target type, the tested converter default type and an unsupported type (Exception).
assertSuccess(Converter, Class<?>, Object, Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion of the specified value to the specified type result in the specified result.
assertSuccess(Converter, Object, Object, Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion of the specified value results in the specified expected result both for the default target type and the tested converter default type.
assertSuccess(Object, Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion of the specified value results in the specified expected result both for the default target type and the tested converter default type.
assertSuccessTyped(Object, Object) - Method in class dev.orne.beans.converters.AbstractConverterTest
Asserts that the conversion to the default target type results in the specified expected result.

C

converter - Variable in class dev.orne.beans.converters.AbstractConverterTest
The converter to test.

D

dev.orne.beans - package dev.orne.beans
 
dev.orne.beans.converters - package dev.orne.beans.converters
 
dev.orne.beans.jackson - package dev.orne.beans.jackson
 

T

targetType - Variable in class dev.orne.beans.converters.AbstractConverterTest
The conversion default target type.
A C D T 
All Classes and Interfaces|All Packages