public class SuperTypeMappingTestCase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SuperTypeMappingTestCase.A |
static class |
SuperTypeMappingTestCase.B |
| Constructor and Description |
|---|
SuperTypeMappingTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
testMappingInterfaceImplementationNoExistingMapping() |
void |
testMappingInterfaceImplementationWithExistingDirectMapping() |
void |
testMappingInterfaceImplementationWithExistingInheritedMapping() |
void |
testMappingSubclassImplementationWithExistingMapping() |
void |
testMappingSubclassImplementationWithoutExistingMapping() |
void |
testSuperTypeConverterMapping() |
void |
testSuperTypeForInaccessibleClassWithAccessibleSupertype()
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... |
public void testMappingInterfaceImplementationNoExistingMapping()
throws Exception
Exceptionpublic void testMappingInterfaceImplementationWithExistingDirectMapping()
throws Exception
Exceptionpublic void testMappingInterfaceImplementationWithExistingInheritedMapping()
throws Exception
Exceptionpublic void testMappingSubclassImplementationWithoutExistingMapping()
throws Exception
Exceptionpublic void testMappingSubclassImplementationWithExistingMapping()
throws Exception
Exceptionpublic void testSuperTypeConverterMapping()
throws Exception
Exceptionpublic void testSuperTypeForInaccessibleClassWithAccessibleSupertype()
throws Exception
ExceptionCopyright © 2015 Glasnost. All Rights Reserved.