- tailLengthInCm - Variable in class ma.glasnost.orika.test.favorsextension.FavorsExtensionTestCase.Salamander
-
- tailLengthInCm - Variable in class ma.glasnost.orika.test.favorsextension.FavorsExtensionTestCase.SalamanderDto
-
- taxId - Variable in class ma.glasnost.orika.test.community.Issue50TestCase.SubDest2
-
- taxId - Variable in class ma.glasnost.orika.test.community.Issue50TestCase.SubSource2
-
- tearDown() - Method in class ma.glasnost.orika.test.community.issue25.BaseManufacturingFacilityTest
-
- tearDown() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- tearDown() - Method in class ma.glasnost.orika.test.community.Issue92TestCase
-
- tearDown() - Static method in class ma.glasnost.orika.test.generator.eclipsejdt.TestAlternateCompilerStrategy
-
- tearDown() - Static method in class ma.glasnost.orika.test.generator.TestCompilerStrategyWritingFiles
-
- teardown() - Static method in class ma.glasnost.orika.test.util.SortedCollectionConcurrencyTestCase
-
- tearDownAfterClass() - Static method in class ma.glasnost.orika.test.community.Issue92TestCase
-
- test() - Method in class DefaultPackageTestCase
-
- test() - Method in class ma.glasnost.orika.test.boundmapperfacade.PolicyElementsTestCase
-
- test() - Method in class ma.glasnost.orika.test.community.collection.MapperTest
-
- test() - Method in class ma.glasnost.orika.test.community.Issue112TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue114TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue119TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue132TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue138TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue140TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue141TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue19TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue46TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue52aTestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue80TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue85TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.issue91.VectorTestCase
-
- test() - Method in class ma.glasnost.orika.test.community.Issue92TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.issue96.Issue96TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.PullRequest8TestCase
-
- test() - Method in class ma.glasnost.orika.test.community.vector.VectorTestCase
-
- test() - Method in class ma.glasnost.orika.test.crossfeatures.PolicyElementsTestCase
-
- test() - Method in class ma.glasnost.orika.test.filters.NestedPropertyFilterTest
-
- test() - Method in class ma.glasnost.orika.test.filters.SourceNestedFilterTest
-
- test() - Method in class ma.glasnost.orika.test.generator.PropertiesWithNoSetterTestCase
-
- test() - Method in class ma.glasnost.orika.test.TestCase
-
- test1() - Method in class ma.glasnost.orika.test.community.issue121.Issue121TestCase
-
- test2() - Method in class ma.glasnost.orika.test.community.issue121.Issue121TestCase
-
- test2() - Method in class ma.glasnost.orika.test.community.Issue141TestCase
-
- test3() - Method in class ma.glasnost.orika.test.community.issue121.Issue121TestCase
-
- test4() - Method in class ma.glasnost.orika.test.community.issue121.Issue121TestCase
-
- test5() - Method in class ma.glasnost.orika.test.community.issue121.Issue121TestCase
-
- test_converter_string_to_enum_direct_working() - Method in class ma.glasnost.orika.test.community.Issue41TestCase
-
- test_converter_string_to_enum_nested_not_working() - Method in class ma.glasnost.orika.test.community.Issue41TestCase
-
- test_converter_string_to_string_nested_not_working() - Method in class ma.glasnost.orika.test.community.Issue41TestCase
-
- testA2BwithNullValue() - Method in class ma.glasnost.orika.test.community.Issue148TestCase
-
- testA2BwithValue() - Method in class ma.glasnost.orika.test.community.Issue148TestCase
-
- testAdHocResolution() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testAdHocResolution_integration() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
This test confirms that ad-hoc properties can be defined in-line within field mapping
expressions
- testAdHocResolution_integration_customResolverUsingDeclarativeProperties() - Method in class ma.glasnost.orika.test.extensibility.PropertyResolverExtensibilityTestCase
-
This test demonstrates how you might implement a custom property resolver
which provides a proprietary definition of properties
- testAdHocResolution_integration_declarativeProperties() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
Demonstrates that you can declare properties in-line using a custom property descriptor format;
like so: "propertyName{getterName|setterName|type=the.type.Name}"
setter and type name are optional
although those arguments must be constants;
- testAdHocResolution_integration_declarativePropertiesNestedTypes() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
Demonstrates that you can specify the types as parameterized if necessary,
such as "List<String>" or "java.util.List<java.lang.String>"
- testAdHocResolution_integration_declarativePropertiesNestedTypesSingleQuote() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
Demonstrates that you can specify the types as parameterized if necessary,
such as "List<String>" or "java.util.List<java.lang.String>",
and that single quotes can be used instead of double quotes for convenience.
- testAdHocResolution_integration_programmaticPropertyBuilder() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
This test case verifies that properties can be added through a programmatic
builder interface, explicitly defining the properties using the programming API.
- testAdHocResolution_integration_reuseName() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
This test case verifies that an ad-hoc property definition can be reused so
that it doesn't have to be repeated in subsequent lines
- testAdHocResolution_withType() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testAdHocResolutionGetterOnly() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testAdHocResolutionGetterOnly_withType() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testAdHocResolutionSetterOnly() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testAdHocResolutionSetterOnly_withType() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- TestAlternateCompilerStrategy - Class in ma.glasnost.orika.test.generator.eclipsejdt
-
This provides the equivalent of a test suite which will run
all the defined test cases (matching ".*TestCase.class") using
EclipseJdtCompilerStrategy as the compiler strategy instead of
JavassistCompilerStrategy which is the default.
- TestAlternateCompilerStrategy() - Constructor for class ma.glasnost.orika.test.generator.eclipsejdt.TestAlternateCompilerStrategy
-
- testArrayToList() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testArrayToList() - Method in class ma.glasnost.orika.test.boundmapperfacade.ArrayTestCase
-
- testArrayToMap_Simple() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- testArrayToMapGeneration() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testArrayToMapGeneration() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testAuthorityMap() - Method in class ma.glasnost.orika.test.community.Issue61TestCase
-
- testAutomaticCaseWithHint() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testAutomaticCaseWithHint() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testAvoidEmptyObjectCreation() - Method in class ma.glasnost.orika.test.community.Issue38TestCase
-
- testB2AwithNullValue() - Method in class ma.glasnost.orika.test.community.Issue148TestCase
-
- testB2AwithNullWrapper() - Method in class ma.glasnost.orika.test.community.Issue148TestCase
-
- testB2AwithValue() - Method in class ma.glasnost.orika.test.community.Issue148TestCase
-
- testBaseCaseWithCollectionTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testBaseCaseWithCollectionTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testBeanToArrayGeneration() - Method in class ma.glasnost.orika.test.generator.BeanToArrayGenerationTestCase
-
- testBeanToCustomMapGeneration() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testBeanToListGeneration() - Method in class ma.glasnost.orika.test.generator.BeanToListGenerationTestCase
-
- testBeanToMapGeneration() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testBeanToStringArrayGeneration() - Method in class ma.glasnost.orika.test.generator.BeanToArrayGenerationTestCase
-
- testBidirectional() - Method in class ma.glasnost.orika.test.community.Issue138TestCase
-
- testBidirectionalMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.BidirectionalMappingTestCase
-
- testBidirectionalMapping() - Method in class ma.glasnost.orika.test.object.BidirectionalMappingTestCase
-
- testBigDecimalToDoubleConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBigDecimalToFloatConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBigIntegerToIntegerConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBigIntegerToIntegerConverter_Overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBigIntegerToLongConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBigIntegerToLongConverter_Overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testBooleanMapping() - Method in class ma.glasnost.orika.test.property.IntrospectorResolverTestCase
-
- testBooleanMapping() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testBooleanToString() - Method in class ma.glasnost.orika.test.converter.StringConversionTestCase
-
- testBuildMapper() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
- testByDefault() - Method in class ma.glasnost.orika.test.community.Issue126TestCase
-
- testCalendarToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testCase() - Method in class ma.glasnost.orika.test.community.issue135.Issue135Test
-
- TestCase - Class in ma.glasnost.orika.test
-
- TestCase() - Constructor for class ma.glasnost.orika.test.TestCase
-
- TestCase.D - Class in ma.glasnost.orika.test
-
- TestCase.D() - Constructor for class ma.glasnost.orika.test.TestCase.D
-
- TestCase.Name - Class in ma.glasnost.orika.test
-
- TestCase.Name() - Constructor for class ma.glasnost.orika.test.TestCase.Name
-
- TestCase.S - Class in ma.glasnost.orika.test
-
- TestCase.S() - Constructor for class ma.glasnost.orika.test.TestCase.S
-
- TestCaseClasses - Interface in ma.glasnost.orika.test.common.types
-
- TestCaseClasses - Interface in ma.glasnost.orika.test.constructor
-
- TestCaseClasses - Interface in ma.glasnost.orika.test.property
-
- TestCaseClasses.A - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.A() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.A
-
- TestCaseClasses.Address - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Address() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Address
-
- TestCaseClasses.Author - Interface in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.Author - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Author() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Author
-
- TestCaseClasses.AuthorChild - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.AuthorChild() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.AuthorChild
-
- TestCaseClasses.AuthorDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.AuthorDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorDTO
-
- TestCaseClasses.AuthorDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.AuthorDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.AuthorDTO
-
- TestCaseClasses.AuthorImpl - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.AuthorImpl(String) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorImpl
-
- TestCaseClasses.AuthorMyDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.AuthorMyDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorMyDTO
-
- TestCaseClasses.AuthorMyDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.AuthorMyDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.AuthorMyDTO
-
- TestCaseClasses.AuthorNested - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.AuthorNested(TestCaseClasses.Name) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorNested
-
- TestCaseClasses.B - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.B() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.B
-
- TestCaseClasses.Book - Interface in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.Book - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Book() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Book
-
- TestCaseClasses.BookChild - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.BookChild() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.BookChild
-
- TestCaseClasses.BookDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.BookDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.BookDTO
-
- TestCaseClasses.BookDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.BookDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.BookDTO
-
- TestCaseClasses.BookImpl - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.BookImpl(String, TestCaseClasses.Author) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.BookImpl
-
- TestCaseClasses.BookMyDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.BookMyDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.BookMyDTO
-
- TestCaseClasses.BookMyDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.BookMyDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.BookMyDTO
-
- TestCaseClasses.BookNested - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.BookNested(String, TestCaseClasses.AuthorNested) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.BookNested
-
- TestCaseClasses.Holder - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.Holder(TestCaseClasses.NestedPrimitiveHolder) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.Holder
-
- TestCaseClasses.Library - Interface in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.Library - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Library() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Library
-
- TestCaseClasses.LibraryChild - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.LibraryChild() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.LibraryChild
-
- TestCaseClasses.LibraryDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.LibraryDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryDTO
-
- TestCaseClasses.LibraryDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.LibraryDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.LibraryDTO
-
- TestCaseClasses.LibraryImpl - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.LibraryImpl(String, List<TestCaseClasses.Book>) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryImpl
-
- TestCaseClasses.LibraryMyDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.LibraryMyDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryMyDTO
-
- TestCaseClasses.LibraryMyDTO - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.LibraryMyDTO() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.LibraryMyDTO
-
- TestCaseClasses.LibraryNested - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.LibraryNested(String, List<TestCaseClasses.BookNested>) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryNested
-
- TestCaseClasses.Name - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.Name(String, String) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.Name
-
- TestCaseClasses.Name - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Name() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Name
-
- TestCaseClasses.NestedPrimitiveHolder - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.NestedPrimitiveHolder(TestCaseClasses.PrimitiveNumberHolder, char, boolean, byte) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.NestedPrimitiveHolder
-
- TestCaseClasses.Person - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.Person() - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.Person
-
- TestCaseClasses.PersonVO - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.PersonVO(String, String, long, String) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PersonVO
-
- TestCaseClasses.PersonVO2 - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.PersonVO2(String, String, Long, String) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PersonVO2
-
- TestCaseClasses.PersonVO3 - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.PersonVO3(String, Long, String, String) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PersonVO3
-
- TestCaseClasses.PersonVO3(String, String, Long, String) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PersonVO3
-
- TestCaseClasses.PersonVO3(String, String, Date) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PersonVO3
-
- TestCaseClasses.PrimitiveHolder - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.PrimitiveHolder(short, int, long, float, double, char, boolean, byte) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveHolder
-
- TestCaseClasses.PrimitiveHolderDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.PrimitiveHolderDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveHolderDTO
-
- TestCaseClasses.PrimitiveNumberHolder - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.PrimitiveNumberHolder(short, int, long, float, double) - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.PrimitiveNumberHolder
-
- TestCaseClasses.PrimitiveWrapperHolder - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.PrimitiveWrapperHolder(Short, Integer, Long, Float, Double, Character, Boolean, Byte) - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveWrapperHolder
-
- TestCaseClasses.PrimitiveWrapperHolderDTO - Class in ma.glasnost.orika.test.common.types
-
- TestCaseClasses.PrimitiveWrapperHolderDTO() - Constructor for class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveWrapperHolderDTO
-
- TestCaseClasses.Student - Class in ma.glasnost.orika.test.property
-
- TestCaseClasses.Student() - Constructor for class ma.glasnost.orika.test.property.TestCaseClasses.Student
-
- TestCaseClasses.WrapperHolder - Class in ma.glasnost.orika.test.constructor
-
- TestCaseClasses.WrapperHolder() - Constructor for class ma.glasnost.orika.test.constructor.TestCaseClasses.WrapperHolder
-
- testChangeAuthoritiesOfUser() - Method in class ma.glasnost.orika.test.community.Issue21TestCase
-
- testChangeGroup() - Method in class ma.glasnost.orika.test.community.Issue21TestCase
-
- testClassInheritanceSorting() - Method in class ma.glasnost.orika.test.community.PullRequest9TestCase
-
- testClassLoaderLeak() - Method in class ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase
-
This test is a bit complicated: it verifies that super-type lookup occurs
properly if presented with a class that is not accessible from the
current class loader, but which extends some super-type (or implements an
interface) which is accessible.
This type of scenario might occur in web-module to ejb jar
interactions...
- testClassMapBuilderExtension() - Method in class ma.glasnost.orika.test.metadata.ScoringClassMapBuilderTest
-
- testCollectionToMap_Simple() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- TestCompilerStrategyWritingFiles - Class in ma.glasnost.orika.test.generator
-
This provides a test case that verifies that Orika generates source and
class files to the locations expected.
- TestCompilerStrategyWritingFiles() - Constructor for class ma.glasnost.orika.test.generator.TestCompilerStrategyWritingFiles
-
- testComplexMappingNestedTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testComplexMappingNestedTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testConcreteList() - Method in class ma.glasnost.orika.test.community.Issue128TestCase
-
- testConfigurableMapper() - Method in class ma.glasnost.orika.test.util.ConfigurableMapperTestCase
-
- testConstructorsWithoutDebugInfo() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testConstructorsWithoutDebugInfo() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testControl() - Method in class ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase
-
This initial test is to verify our own sanity
- testConverterInheritanceGenerics() - Method in class ma.glasnost.orika.test.converter.ConverterInheritanceTestCase
-
- testConverterInheritanceRaw() - Method in class ma.glasnost.orika.test.converter.ConverterInheritanceTestCase
-
Note: mapping by raw type doesn't work, because there's no way to know at
runtime that an ArrayList has been parameterized by 'Person'; it just looks
like an ArrayList of 'Object'
- testConverterWithNestedProperty() - Method in class ma.glasnost.orika.test.converter.ConverterWithNestedPropertyTestCase
-
- testConvertLongString() - Method in class ma.glasnost.orika.test.converter.ConverterTestCase
-
- testConvertLongString() - Method in class ma.glasnost.orika.test.customconverter.CustomConverterTestCase
-
- testConvertStringToString() - Method in class ma.glasnost.orika.test.customconverter.CustomConverterTestCase
-
- testConvertToEnum() - Method in class ma.glasnost.orika.test.converter.FromStringConverterTestCase
-
- testConvertToPrimitive() - Method in class ma.glasnost.orika.test.converter.FromStringConverterTestCase
-
- testConvertToWrapper() - Method in class ma.glasnost.orika.test.converter.FromStringConverterTestCase
-
- testCreateDestinationIfNotNull() - Method in class ma.glasnost.orika.test.community.Issue38TestCase
-
- testCustomMapping() - Method in class ma.glasnost.orika.test.custommapper.CustomMappingTestCase
-
- testDateToCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testDateToString() - Method in class ma.glasnost.orika.test.converter.FieldLevelConverterTestCase
-
- testDateToTimeConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testDateToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testDefaultMapping() - Method in class ma.glasnost.orika.test.community.Issue34TestCase
-
- testDefineSingleTypeSimultaneously() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
- testDefineTypesSimultaneously() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
Verifies that multiple threads requesting the type for the same set of
classes receive the same set of values over a large number of classes.
- testDifferentLevelOfInheritance() - Method in class ma.glasnost.orika.test.boundmapperfacade.InheritanceTestCase
-
- testDifferentLevelOfInheritance() - Method in class ma.glasnost.orika.test.inheritance.InheritanceTestCase
-
- testDoubleToIntegerConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testDoubleToIntegerConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testDoubleToLongConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testDoubleToLongConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testDoubleToShortConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testDoubleToShortConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testEnumListMap() - Method in class ma.glasnost.orika.test.community.Issue71TestCase
-
- testExclude() - Method in class ma.glasnost.orika.test.community.Issue126TestCase
-
- testExcludedFields() - Method in class ma.glasnost.orika.test.community.Issue50TestCase
-
- testExpand() - Method in class ma.glasnost.orika.test.generator.ExpanderTestCase
-
- testExtendedMapper() - Method in class ma.glasnost.orika.test.extensibility.DefaultMapperFactoryExtensibilityTestCase
-
- testExtendedMapper() - Method in class ma.glasnost.orika.test.extensibility.PooledInstancesTestCase
-
- testFail() - Method in class ma.glasnost.orika.test.boundmapperfacade.UserProvidedInheritanceTestCase
-
- testFail() - Method in class ma.glasnost.orika.test.inheritance.UserProvidedInheritanceTestCase
-
- testFilterAppliesTo() - Method in class ma.glasnost.orika.test.filters.FilterTestCase
-
- testFiltering() - Method in class ma.glasnost.orika.test.filters.FilterTestCase
-
- testFindConstructor() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testFindConstructor() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testFindConstructor2() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testFindConstructor2() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testFloatToIntegerConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testFloatToIntegerConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testFloatToLongConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testFloatToLongConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testFloatToShortConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testFloatToShortConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testForUnexpectedRuntimeException() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testGenerateMappers() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
- testGenerateObjectFactories() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
- testGenericList() - Method in class ma.glasnost.orika.test.community.Issue128TestCase
-
- testGenericsWithNestedParameterizedTypes() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testGetInvalidNestedProperty() - Method in class ma.glasnost.orika.test.property.IntrospectorResolverTestCase
-
- testGetInvalidNestedProperty() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testGetMapperFacade() - Method in class ma.glasnost.orika.test.perf.MultiThreadedTestCase
-
- testGetter() - Method in class ma.glasnost.orika.test.metadata.VariableRefTestCase
-
- testHibernateProxyLike() - Method in class ma.glasnost.orika.test.boundmapperfacade.PolicyElementsTestCase
-
- testHibernateProxyLike() - Method in class ma.glasnost.orika.test.crossfeatures.PolicyElementsTestCase
-
- testInheritance() - Method in class ma.glasnost.orika.test.community.issue42.InheritanceTestcase
-
- testInheritance() - Method in class ma.glasnost.orika.test.unenhance.inheritance2.HibernateProxyTestCase
-
- testIntArrayToListOfInteger() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testIntegerArrayToListOfInteger() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testIntegerToShortConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testIntegerToShortConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testIntrospectorBugWorkaround() - Method in class ma.glasnost.orika.test.generics.IntrospectorBugTestCase
-
- testIntToString() - Method in class ma.glasnost.orika.test.converter.StringConversionTestCase
-
- testInverseManyToManyMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase
-
- testInverseManyToManyMapping() - Method in class ma.glasnost.orika.test.object.InverseMappingTestCase
-
- testInverseManyToOneMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase
-
- testInverseManyToOneMapping() - Method in class ma.glasnost.orika.test.object.InverseMappingTestCase
-
- testInverseOneToManyMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase
-
- testInverseOneToManyMapping() - Method in class ma.glasnost.orika.test.object.InverseMappingTestCase
-
- testInverseOneToOneMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.InverseMappingTestCase
-
- testInverseOneToOneMapping() - Method in class ma.glasnost.orika.test.object.InverseMappingTestCase
-
- testIsAssignable() - Method in class ma.glasnost.orika.test.community.Issue113TestCase
-
- testIsNestedProperty() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testJaxbElement() - Method in class ma.glasnost.orika.test.community.JaxbElementTestCase
-
- testLeak_registerMapChildClasses() - Method in class ma.glasnost.orika.test.perf.ClassLoaderLeakageTestCase
-
This test attempts to have a child class-loader register a class-mapping
using a class which is only visible to this child loader; currently, this
fails because Orika throws exception on finding a class which is not
accessible to it.
- testListOfIntegerToIntArray() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testListOfIntegerToIntegerArray() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testListOfStringToStringArray() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testListToArray() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testListToArray() - Method in class ma.glasnost.orika.test.boundmapperfacade.ArrayTestCase
-
- testListToMapGeneration() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testListToMapGeneration() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testListToSet() - Method in class ma.glasnost.orika.test.collection.CollectionTestCase
-
- testLongToCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLongToDateConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLongToIntegerConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testLongToIntegerConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testLongToShortConverter() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testLongToShortConverter_overflow() - Method in class ma.glasnost.orika.test.converter.NumericConvertersTestCase
-
- testLongToSqlDateConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLongToTimeConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLongToTimestampConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLongToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testLookupDestinationGetsMostSpecific() - Method in class ma.glasnost.orika.test.community.Issue24TestCase
-
- testMapAltCaseEnumWithConverter() - Method in class ma.glasnost.orika.test.enums.EnumsTestCase
-
- testMapAlternateEnumWithConverter() - Method in class ma.glasnost.orika.test.enums.EnumsTestCase
-
- testMapCamposEntradaToCamposSalida() - Method in class ma.glasnost.orika.test.community.AutomaticStringConversionTestCase
-
- testMapDateToCalendar() - Method in class ma.glasnost.orika.test.community.Issue14TestCase
-
- testMapDateToCalendar_usingBuiltinConverters() - Method in class ma.glasnost.orika.test.community.Issue14TestCase
-
- testMapDtoToEntity() - Method in class ma.glasnost.orika.test.community.Issue82TestCase
-
- testMapElementProperties() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testMapEntityToDto() - Method in class ma.glasnost.orika.test.community.Issue82TestCase
-
- testMapManufacuringFacilityToDTS() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMapManufacuringFacilityToDTSMerge() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMapManufacuringFacilityToDTSMultipleAdr() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMapManufacuringFacilityToDTSNullValues() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMapOfCollection() - Method in class ma.glasnost.orika.test.boundmapperfacade.ObjectCollectionTestCase
-
- testMapOfCollection() - Method in class ma.glasnost.orika.test.collection.ObjectCollectionTestCase
-
- testMapOfEnum() - Method in class ma.glasnost.orika.test.community.Issue49TestCase
-
- testMapParallelEnum() - Method in class ma.glasnost.orika.test.enums.EnumsTestCase
-
- testMappedNamesWithoutSpecifiedConstructor() - Method in class ma.glasnost.orika.test.community.Issue132TestCase
-
- testMappedNamesWithSpecifiedConstructor() - Method in class ma.glasnost.orika.test.community.Issue132TestCase
-
- testMapping() - Method in class ma.glasnost.orika.test.community.Issue113TestCase
-
- testMapping() - Method in class ma.glasnost.orika.test.community.Issue26TestCase
-
- testMapping() - Method in class ma.glasnost.orika.test.community.Issue28TestCase
-
- testMapping() - Method in class ma.glasnost.orika.test.community.NestedListToArrayTestCase
-
- testMappingArrayOfString() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testMappingArrayOfString() - Method in class ma.glasnost.orika.test.boundmapperfacade.ArrayTestCase
-
- testMappingByDefaultWithHint() - Method in class ma.glasnost.orika.test.hint.DefaultMappingHintTestCase
-
- testMappingByDefaultWithNoHint() - Method in class ma.glasnost.orika.test.hint.DefaultMappingHintTestCase
-
- testMappingCaching() - Method in class ma.glasnost.orika.test.unenhance.inheritance.HibernateProxyTestCase
-
- testMappingEmptyArray() - Method in class ma.glasnost.orika.test.community.Issue18TestCase
-
- testMappingInterfaceImplementationNoExistingMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
- testMappingInterfaceImplementationNoExistingMapping() - Method in class ma.glasnost.orika.test.property.PublicFieldMappingTestCase
-
- testMappingInterfaceImplementationNoExistingMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testMappingInterfaceImplementationWithExistingDirectMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
- testMappingInterfaceImplementationWithExistingDirectMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testMappingInterfaceImplementationWithExistingInheritedMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
- testMappingInterfaceImplementationWithExistingInheritedMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testMappingNestedTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testMappingNestedTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testMappingNonProxyObject() - Method in class ma.glasnost.orika.test.unenhance.inheritance.HibernateProxyTestCase
-
- testMappingParameterizedTypes() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testMappingParameterizedTypes2() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testMappingProxyObject() - Method in class ma.glasnost.orika.test.unenhance.HibernateProxyTestCase
-
- testMappingProxyObject() - Method in class ma.glasnost.orika.test.unenhance.inheritance.HibernateProxyTestCase
-
- testMappingSubclassImplementationWithExistingMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
- testMappingSubclassImplementationWithExistingMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testMappingSubclassImplementationWithoutExistingMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
- testMappingSubclassImplementationWithoutExistingMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testMappingSubTypes() - Method in class ma.glasnost.orika.test.community.Issue77TestCase
-
- testMappingToPrimitiveArray() - Method in class ma.glasnost.orika.test.community.Issue17TestCase
-
- testMappingToStringArray() - Method in class ma.glasnost.orika.test.community.Issue17TestCase
-
- testMappingToStringArray_empty() - Method in class ma.glasnost.orika.test.community.Issue17TestCase
-
- testMappingToStringToPrimitiveArray() - Method in class ma.glasnost.orika.test.community.Issue17TestCase
-
- testMappingToStringToPrimitiveArray_empty() - Method in class ma.glasnost.orika.test.community.Issue17TestCase
-
- testMappingWithRegisteredHintAndNoClassMap() - Method in class ma.glasnost.orika.test.hint.DefaultMappingHintTestCase
-
- testMapSharedEnum() - Method in class ma.glasnost.orika.test.enums.EnumsTestCase
-
- testMapToArray_Simple() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- testMapToArrayGeneration() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testMapToArrayGeneration() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testMapToCollection_Simple() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- testMapToListGeneration() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testMapToListGeneration() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testMapToMap_Simple() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- testMapToMap_WithConversion() - Method in class ma.glasnost.orika.test.map.CoreMappingFunctionsTestCase
-
- testMapToMapGeneration() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testMapToMapGeneration() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testMapToMapGeneration_noSetter() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testMapToMapGeneration_noSetter() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testMapUser() - Method in class ma.glasnost.orika.test.community.Issue20TestCase
-
- testMapUser() - Method in class ma.glasnost.orika.test.community.Issue21TestCase
-
- testMergingWithCustomMapper() - Method in class ma.glasnost.orika.test.community.CustomMergerTest
-
- testMergingWithCustomMapper() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMergingWithCustomMapperForChildren() - Method in class ma.glasnost.orika.test.community.Issue25TestCase
-
- testMergingWithCustomMapperForChildrenSetToSet() - Method in class ma.glasnost.orika.test.community.CustomMergerTest
-
- testMixedPaymentListMapping() - Method in class ma.glasnost.orika.test.community.Issue98TestCase
-
- testMixMapConvert() - Method in class ma.glasnost.orika.test.community.MixConversionMappingTestCase
-
- testMultiMap() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase
-
RUn 3 maps, rely on engine to map per the sub type.
- testMultiOccurenceFiltering() - Method in class ma.glasnost.orika.test.filters.FilterTestCase
-
- testMultipleMappingsForParameterizedTypes() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
This test confirms that multiple mappings using different
parameterizations of the same raw class type do not overwrite each other
or cause conflicts
- testNestedInheritance() - Method in class ma.glasnost.orika.test.boundmapperfacade.NestedInheritanceTestCase
-
- testNestedInheritance() - Method in class ma.glasnost.orika.test.inheritance.NestedInheritanceTestCase
-
- testNestedMapElement() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testNestedMapElementWithEnumKey() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testNestedMapElementWithIntegerKey() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testNestedNullProperty() - Method in class ma.glasnost.orika.test.fieldmap.NestedPropertyTestCase
-
- testNestedPolymorphicInheritance() - Method in class ma.glasnost.orika.test.inheritance.NestedInheritanceTestCase
-
- testNestedProperty() - Method in class ma.glasnost.orika.test.fieldmap.NestedExpressionTestCase
-
- testNestedProperty() - Method in class ma.glasnost.orika.test.fieldmap.NestedPropertyTestCase
-
- testNestedProperty() - Method in class ma.glasnost.orika.test.property.IntrospectorResolverTestCase
-
- testNestedProperty() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testNestedProperty() - Method in class ma.glasnost.orika.test.util.PropertiesTestCase
-
- testNewSyntax_mapToArrays() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testNewSyntax_mapToArrays() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testNewSyntax_mapToArraysWithUnequalSize() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
- testNewSyntax_mapToArraysWithUnequalSize() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
- testNewSyntax_multipleParallel() - Method in class ma.glasnost.orika.test.boundmapperfacade.MapGenerationTestCase
-
Demonstrates how a single field can be mapped to more than one destination,
in both directions.
- testNewSyntax_multipleParallel() - Method in class ma.glasnost.orika.test.map.MapGenerationTestCase
-
Demonstrates how a single field can be mapped to more than one destination,
in both directions.
- testObjectMapping() - Method in class ma.glasnost.orika.test.object.ObjectTestCase
-
- testOneCallOfFieldMapping() - Method in class ma.glasnost.orika.test.boundmapperfacade.UsedMappersTestCase
-
- testOneCallOfFieldMapping() - Method in class ma.glasnost.orika.test.inheritance.UsedMappersTestCase
-
- testOrder() - Method in class ma.glasnost.orika.test.community.Issue30TestCase
-
- testOrdering() - Method in class ma.glasnost.orika.test.util.SortedCollectionConcurrencyTestCase
-
- testOrdering2() - Method in class ma.glasnost.orika.test.util.SortedCollectionTestCase
-
- testOrdering3() - Method in class ma.glasnost.orika.test.util.SortedCollectionTestCase
-
- testOrderingOfClassMaps() - Method in class ma.glasnost.orika.test.community.Issue109TestCase
-
- testOverrideExcludedFields() - Method in class ma.glasnost.orika.test.community.Issue50TestCase
-
This test case verifies that an excluded mapping from a used mapper
can be overridden by explicitly specifying the field
- testOverridePropertyDefinition() - Method in class ma.glasnost.orika.test.property.IntrospectorResolverTestCase
-
- testOverridePropertyDefinition() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase
-
- testParameterizedCollection_genericTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.GenericCollectionsTestCase
-
This test attempts the same mapping using the newer type-based methods
which allow passing in the exact runtime types.
- testParameterizedCollection_genericTypes() - Method in class ma.glasnost.orika.test.generics.GenericCollectionsTestCase
-
This test attempts the same mapping using the newer type-based methods
which allow passing in the exact runtime types.
- testParameterizedCollection_rawTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.GenericCollectionsTestCase
-
This test uses the older Class-based mapping method, which is unable
to determine the proper type hierarchy from the raw types
- testParameterizedCollection_rawTypes() - Method in class ma.glasnost.orika.test.generics.GenericCollectionsTestCase
-
This test uses the older Class-based mapping method, which is unable
to determine the proper type hierarchy from the raw types
- testParameterizedPropertyUtil() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testParameterizedTypeTokens() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testParentLookup() - Method in class ma.glasnost.orika.test.inheritance.InitializeUsedMappersTestCase
-
- testParentPropertiesSetOnce() - Method in class ma.glasnost.orika.test.inheritance.InitializeUsedMappersTestCase
-
- testPassThroughConverter() - Method in class ma.glasnost.orika.test.converter.PassThroughConverterTestCase
-
- testPassThroughConverterGenerics() - Method in class ma.glasnost.orika.test.converter.PassThroughConverterTestCase
-
- testPassThroughConverterGenerics2() - Method in class ma.glasnost.orika.test.converter.PassThroughConverterTestCase
-
- testPrimitiveConstructor() - Method in class ma.glasnost.orika.test.converter.ConstructorConverterTestCase
-
- testPrimitivePropertiesWithWrapperConstructor() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testPrimitivePropertiesWithWrapperConstructor() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testPrimitivesToWrapper() - Method in class ma.glasnost.orika.test.primitives.PrimitivesTestCase
-
- testPrimitiveToPrimitiveTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testPrimitiveToPrimitiveTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testPrimitiveToWrapper() - Method in class ma.glasnost.orika.test.converter.PrimitiveConversionTestCase
-
- testPrimitiveToWrapperTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testPrimitiveToWrapperTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testPrimtiveToWrapper() - Method in class ma.glasnost.orika.test.primitives.BooleanTestCase
-
- testRealJaxbElement() - Method in class ma.glasnost.orika.test.community.JaxbElementTestCase
-
- testRecursivelyDefinedTypes() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testRegexResolution() - Method in class ma.glasnost.orika.test.property.RegexPropertyResolverTestCase
-
- testResolveMapKeys() - Method in class ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase
-
- testResolveMultipleConverters() - Method in class ma.glasnost.orika.test.converter.ConverterResolutionTestCase
-
- testResolveMultipleConvertersOutOfOrder() - Method in class ma.glasnost.orika.test.converter.ConverterResolutionTestCase
-
- testResolveOverriddenConverter() - Method in class ma.glasnost.orika.test.converter.ConverterResolutionTestCase
-
- testResolveSingleConverter() - Method in class ma.glasnost.orika.test.converter.ConverterResolutionTestCase
-
- testResolveTypes2() - Method in class ma.glasnost.orika.test.community.Issue45TestCase
-
- testReuse() - Method in class ma.glasnost.orika.test.boundmapperfacade.ReuseMappersTestCase
-
- testReuse() - Method in class ma.glasnost.orika.test.inheritance.ReuseMappersTestCase
-
- testReuseOfMapper() - Method in class ma.glasnost.orika.test.boundmapperfacade.UsedMappersTestCase
-
- testReuseOfMapper() - Method in class ma.glasnost.orika.test.inheritance.UsedMappersTestCase
-
- testSimpleCase() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testSimpleCase() - Method in class ma.glasnost.orika.test.community.LongPathPropertyTestCase
-
- testSimpleCase() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- testSimpleFieldMap() - Method in class ma.glasnost.orika.test.fieldmap.OverrideFieldNameTestCase
-
- testSimpleInheritance() - Method in class ma.glasnost.orika.test.boundmapperfacade.InheritanceTestCase
-
- testSimpleInheritance() - Method in class ma.glasnost.orika.test.inheritance.InheritanceTestCase
-
- testSimplePrimitiveArray() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testSimplePrimitiveArray() - Method in class ma.glasnost.orika.test.boundmapperfacade.ArrayTestCase
-
- testSimplePrimitiveToWrapperArray() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testSimplePrimitiveToWrapperArray() - Method in class ma.glasnost.orika.test.boundmapperfacade.ArrayTestCase
-
- testSimpleReverceCase() - Method in class ma.glasnost.orika.test.community.Issue68TestCase
-
- testSingleMap() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase
-
Uses one map only.
- testSpecifiedGeneric() - Method in class ma.glasnost.orika.test.generics.SpecifiedGenericsTestCase
-
- testSplittingWords() - Method in class ma.glasnost.orika.test.metadata.ScoringClassMapBuilderTest
-
- testSqlDateToCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testSqlDateToDateConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testSqlDateToTimeConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testSqlDateToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testStringArrayToListOfString() - Method in class ma.glasnost.orika.test.community.IssueArrayToListTestCase
-
- testStringBasedConstructor() - Method in class ma.glasnost.orika.test.converter.ConstructorConverterTestCase
-
- testStringToBoolean() - Method in class ma.glasnost.orika.test.converter.StringConversionTestCase
-
- testStringToInt() - Method in class ma.glasnost.orika.test.converter.StringConversionTestCase
-
- testStringToString() - Method in class ma.glasnost.orika.test.boundmapperfacade.CollectionTestCase
-
- testStringToString() - Method in class ma.glasnost.orika.test.collection.CollectionTestCase
-
- testStringToStringWithGetterOnlyCollection() - Method in class ma.glasnost.orika.test.boundmapperfacade.CollectionTestCase
-
- testStringToStringWithGetterOnlyCollection() - Method in class ma.glasnost.orika.test.collection.CollectionTestCase
-
- testStringToStringWithSpecifiedGenericType() - Method in class ma.glasnost.orika.test.collection.ExplicitCollectionTestCase
-
- testSuperTypeConverterMapping() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
- testSuperTypeForInaccessibleClassWithAccessibleSupertype() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeMappingTestCase
-
This test is a bit complicated: it verifies that super-type lookup occurs
properly if presented with a class that is not accessible from the
current class loader, but which extends some super-type (or implements an
interface) which is accessible.
This type of scenario might occur in web-module to ejb jar
interactions...
- testSuperTypeForInaccessibleClassWithAccessibleSupertype() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeMappingTestCase
-
This test is a bit complicated: it verifies that super-type lookup occurs
properly if presented with a class that is not accessible from the
current class loader, but which extends some super-type (or implements an
interface) which is accessible.
This type of scenario might occur in web-module to ejb jar
interactions...
- testSuperTypeMappingForInaccessibleClasses() - Method in class ma.glasnost.orika.test.boundmapperfacade.SuperTypeForGeneratedTestCase
-
- testSuperTypeMappingForInaccessibleClasses() - Method in class ma.glasnost.orika.test.unenhance.SuperTypeForGeneratedTestCase
-
- testTimestampToCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimestampToDateConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimestampToSqlDateConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimestampToTimeConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimestampToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimeToCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testTimeToXmlGregorianCalendarConverter() - Method in class ma.glasnost.orika.test.converter.DateAndTimeConvertersTestCase
-
- testToString() - Method in class ma.glasnost.orika.test.converter.ToStringConverterTestCase
-
- testToString_withoutConverter() - Method in class ma.glasnost.orika.test.converter.ToStringConverterTestCase
-
- testTypeErasure() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testTypeErasure2() - Method in class ma.glasnost.orika.test.generics.GenericsTestCase
-
- testUnmixedPaymentListMapping() - Method in class ma.glasnost.orika.test.community.Issue98TestCase
-
- testWithoutGenerics() - Method in class ma.glasnost.orika.test.community.Issue102TestCase
-
- testWrapperArrayToList() - Method in class ma.glasnost.orika.test.array.ArrayTestCase
-
- testWrapperToPrimitives() - Method in class ma.glasnost.orika.test.primitives.PrimitivesTestCase
-
- testWrapperToPrimtive() - Method in class ma.glasnost.orika.test.primitives.BooleanTestCase
-
- testWrapperToWrapper() - Method in class ma.glasnost.orika.test.primitives.PrimitivesTestCase
-
- testWrapperToWrapperTypes() - Method in class ma.glasnost.orika.test.boundmapperfacade.ConstructorMappingTestCase
-
- testWrapperToWrapperTypes() - Method in class ma.glasnost.orika.test.constructor.ConstructorMappingTestCase
-
- third - Variable in class ma.glasnost.orika.test.community.LongPathPropertyTestCase.B
-
- throwExceptions() - Method in class ma.glasnost.orika.test.community.Issue65TestCase
-
- timestamp - Variable in class ma.glasnost.orika.test.converter.CloneableConverterNoSetAccessibleTestCase.ClonableHolder
-
- timestamp - Variable in class ma.glasnost.orika.test.converter.CloneableConverterTestCase.ClonableHolder
-
- title - Variable in class ma.glasnost.orika.test.converter.ConverterResolutionTestCase.ExtendedName
-
- title - Variable in class ma.glasnost.orika.test.property.TestCaseClasses.Book
-
- title - Variable in class ma.glasnost.orika.test.property.TestCaseClasses.LibraryDTO
-
- toString() - Method in class ma.glasnost.orika.examples.Example2TestCase.Property
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorImpl
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorMyDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.AuthorNested
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.BookDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.BookImpl
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.BookMyDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.BookNested
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryImpl
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryMyDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.LibraryNested
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.Name
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveHolder
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveHolderDTO
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveWrapperHolder
-
- toString() - Method in class ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveWrapperHolderDTO
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue112TestCase.Class$1
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue112TestCase.Class$1Binding
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue112TestCase.Class_2
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue114TestCase.Class1Binding
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue114TestCase.Class2Binding
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.aobjects.AbstractOrderedMap
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.aobjects.AObject1
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.aobjects.AObject2
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.bobjects.BContainerListBObject1
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.bobjects.BObject1
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.bobjects.BObject2
-
- toString() - Method in class ma.glasnost.orika.test.community.issue121.bobjects.BObject2Container
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.BaseDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.BaseEntity
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.User
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.UserDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.UserGroupDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.UserInfo
-
- toString() - Method in class ma.glasnost.orika.test.community.issue20.UsrGroup
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.Authority
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.AuthorityDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.BaseDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.BaseEntity
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.User
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.UserDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.UserGroup
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.UserGroupDto
-
- toString() - Method in class ma.glasnost.orika.test.community.issue21.UserInfo
-
- toString() - Method in class ma.glasnost.orika.test.community.Issue68TestCase.ProjectVO
-
- toString() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase.FullPerson
-
- toString() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase.PersonBase
-
- toString() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase.PersonHolderB
-
- toString() - Method in class ma.glasnost.orika.test.community.PersonMappingTestCase.SuffixPerson
-
- toString() - Method in class ma.glasnost.orika.test.constructor.TestCaseClasses.NestedPrimitiveHolder
-
- toString() - Method in class ma.glasnost.orika.test.constructor.TestCaseClasses.PrimitiveNumberHolder
-
- toString() - Method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTO
-
- toString() - Method in class ma.glasnost.orika.test.generator.ExpanderTestCase.Day
-
- toString() - Method in class ma.glasnost.orika.test.generator.ExpanderTestCase.FlatData
-
- toString() - Method in class ma.glasnost.orika.test.generator.ExpanderTestCase.Month
-
- toString() - Method in class ma.glasnost.orika.test.generator.ExpanderTestCase.Year
-
- toString() - Method in class ma.glasnost.orika.test.property.PropertyResolverTestCase.AbstractOrderedMap
-
- ToStringConverterTestCase - Class in ma.glasnost.orika.test.converter
-
- ToStringConverterTestCase() - Constructor for class ma.glasnost.orika.test.converter.ToStringConverterTestCase
-
- totalCost - Variable in class ma.glasnost.orika.test.property.IntrospectorResolverTestCase.SpecialCase
-
- totalCost - Variable in class ma.glasnost.orika.test.property.PropertyResolverTestCase.SpecialCase
-
- traceMethodCalls - Variable in class ma.glasnost.orika.test.extensibility.DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder
-
- traceMethodCalls(boolean) - Method in class ma.glasnost.orika.test.extensibility.DefaultMapperFactoryExtensibilityTestCase.MyMapperFactory.Builder
-
- type - Variable in class ma.glasnost.orika.test.community.Issue50TestCase.Dest
-
- type - Variable in class ma.glasnost.orika.test.community.Issue50TestCase.Source
-
- type - Variable in class ma.glasnost.orika.test.favorsextension.FavorsExtensionTestCase.AnimalDto
-
- TypeFactoryTestCase - Class in ma.glasnost.orika.test.metadata
-
- TypeFactoryTestCase() - Constructor for class ma.glasnost.orika.test.metadata.TypeFactoryTestCase
-
- Validations - Class in ma.glasnost.orika.test.common.types
-
- Validations() - Constructor for class ma.glasnost.orika.test.common.types.Validations
-
- value - Variable in class ma.glasnost.orika.examples.Example2TestCase.Property
-
- value - Variable in class ma.glasnost.orika.test.community.Issue126TestCase.MyField
-
- value - Variable in class ma.glasnost.orika.test.converter.CloneableConverterNoSetAccessibleTestCase.ClonableHolder
-
- value - Variable in class ma.glasnost.orika.test.converter.CloneableConverterTestCase.ClonableHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.CharHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.DoubleHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.FloatHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.IntHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.LongHolder
-
- value - Variable in class ma.glasnost.orika.test.primitives.PrimitivesTestCase.ShortHolder
-
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.issue41.MyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.Issue49TestCase.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.Issue71TestCase.MyEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.Issue71TestCase.MyEnum2
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.NestedListToArrayTestCase.V1.V1Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.community.NestedListToArrayTestCase.V2.V2Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTO
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTOAltCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTOAlternate
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase.NameFields
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ma.glasnost.orika.test.generator.MapNullsTestCase.Position
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ma.glasnost.orika.test.community.issue41.MyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.community.Issue49TestCase.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.community.Issue71TestCase.MyEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.community.Issue71TestCase.MyEnum2
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.community.NestedListToArrayTestCase.V1.V1Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.community.NestedListToArrayTestCase.V2.V2Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTO
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTOAltCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.enums.EnumsTestCaseClasses.PublicationFormatDTOAlternate
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.generator.BeanToMapGenerationTestCase.NameFields
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ma.glasnost.orika.test.generator.MapNullsTestCase.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableRefTestCase - Class in ma.glasnost.orika.test.metadata
-
- VariableRefTestCase() - Constructor for class ma.glasnost.orika.test.metadata.VariableRefTestCase
-
- VariableRefTestCase.Day - Class in ma.glasnost.orika.test.metadata
-
- VariableRefTestCase.Day() - Constructor for class ma.glasnost.orika.test.metadata.VariableRefTestCase.Day
-
- VariableRefTestCase.FlatData - Class in ma.glasnost.orika.test.metadata
-
- VariableRefTestCase.FlatData() - Constructor for class ma.glasnost.orika.test.metadata.VariableRefTestCase.FlatData
-
- VariableRefTestCase.Month - Class in ma.glasnost.orika.test.metadata
-
- VariableRefTestCase.Month() - Constructor for class ma.glasnost.orika.test.metadata.VariableRefTestCase.Month
-
- VariableRefTestCase.Year - Class in ma.glasnost.orika.test.metadata
-
- VariableRefTestCase.Year() - Constructor for class ma.glasnost.orika.test.metadata.VariableRefTestCase.Year
-
- VectorTestCase - Class in ma.glasnost.orika.test.community.issue91
-
- VectorTestCase() - Constructor for class ma.glasnost.orika.test.community.issue91.VectorTestCase
-
- VectorTestCase - Class in ma.glasnost.orika.test.community.vector
-
- VectorTestCase() - Constructor for class ma.glasnost.orika.test.community.vector.VectorTestCase
-
- VectorTestCase.Fee - Class in ma.glasnost.orika.test.community.issue91
-
- VectorTestCase.Fee() - Constructor for class ma.glasnost.orika.test.community.issue91.VectorTestCase.Fee
-
- VectorTestCase.Fee - Class in ma.glasnost.orika.test.community.vector
-
- VectorTestCase.Fee() - Constructor for class ma.glasnost.orika.test.community.vector.VectorTestCase.Fee
-
- VectorTestCase.Trade - Class in ma.glasnost.orika.test.community.issue91
-
- VectorTestCase.Trade() - Constructor for class ma.glasnost.orika.test.community.issue91.VectorTestCase.Trade
-
- VectorTestCase.Trade - Class in ma.glasnost.orika.test.community.vector
-
- VectorTestCase.Trade() - Constructor for class ma.glasnost.orika.test.community.vector.VectorTestCase.Trade
-
- VectorTestCase.XFee - Class in ma.glasnost.orika.test.community.issue91
-
- VectorTestCase.XFee() - Constructor for class ma.glasnost.orika.test.community.issue91.VectorTestCase.XFee
-
- VectorTestCase.XFee - Class in ma.glasnost.orika.test.community.vector
-
- VectorTestCase.XFee() - Constructor for class ma.glasnost.orika.test.community.vector.VectorTestCase.XFee
-
- VectorTestCase.XTrade - Class in ma.glasnost.orika.test.community.issue91
-
- VectorTestCase.XTrade() - Constructor for class ma.glasnost.orika.test.community.issue91.VectorTestCase.XTrade
-
- VectorTestCase.XTrade - Class in ma.glasnost.orika.test.community.vector
-
- VectorTestCase.XTrade() - Constructor for class ma.glasnost.orika.test.community.vector.VectorTestCase.XTrade
-
- verify() - Method in class ma.glasnost.orika.test.community.Issue69TestCase
-