@ -67,6 +72,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@@ -67,6 +72,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@ -84,6 +90,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@@ -84,6 +90,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@ -101,6 +108,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@@ -101,6 +108,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@ -117,6 +125,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@@ -117,6 +125,7 @@ public class CustomEditorConfigurerTests extends TestCase {
@ -39,6 +48,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -39,6 +48,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -46,6 +56,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -46,6 +56,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -54,6 +65,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -54,6 +65,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -63,6 +75,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -63,6 +75,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -70,6 +83,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -70,6 +83,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -80,6 +94,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -80,6 +94,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -90,6 +105,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -90,6 +105,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -100,6 +116,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -100,6 +116,7 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@ -107,9 +124,10 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
@@ -107,9 +124,10 @@ public class FieldRetrievingFactoryBeanTests extends TestCase {
StringvalidationError="improper validation of input properties";
@ -119,6 +124,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -119,6 +124,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -132,7 +138,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -132,7 +138,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
mcfb.setTargetClass(TestClass1.class);
mcfb.setTargetMethod("voidRetvalMethod");
mcfb.afterPropertiesSet();
ClassobjType=mcfb.getObjectType();
Class<?>objType=mcfb.getObjectType();
assertTrue(objType.equals(void.class));
// verify that we can call a method with args that are subtypes of the
@ -141,7 +147,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -141,7 +147,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -160,6 +166,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -160,6 +166,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
}
}
@Test
publicvoidtestGetObject()throwsException{
// singleton, non-static
TestClass1tc1=newTestClass1();
@ -217,16 +224,17 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -217,16 +224,17 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -251,14 +259,14 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -251,14 +259,14 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
fail("Matched method when shouldn't have matched");
@ -268,6 +276,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -268,6 +276,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -277,6 +286,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -277,6 +286,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -293,6 +303,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -293,6 +303,7 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -363,23 +374,23 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@@ -363,23 +374,23 @@ public class MethodInvokingFactoryBeanTests extends TestCase {
@ -83,6 +90,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@@ -83,6 +90,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@ -93,6 +101,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@@ -93,6 +101,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@ -103,6 +112,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@@ -103,6 +112,7 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@ -111,14 +121,14 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@@ -111,14 +121,14 @@ public final class ObjectFactoryCreatingFactoryBeanTests extends TestCase {
@ -60,9 +66,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@@ -60,9 +66,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@ -73,9 +80,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@@ -73,9 +80,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@ -101,9 +109,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@@ -101,9 +109,10 @@ public class PropertiesFactoryBeanTests extends TestCase {
@ -115,10 +124,11 @@ public class PropertiesFactoryBeanTests extends TestCase {
@@ -115,10 +124,11 @@ public class PropertiesFactoryBeanTests extends TestCase {
@ -43,8 +51,9 @@ public class PropertyPathFactoryBeanTests extends TestCase {
@@ -43,8 +51,9 @@ public class PropertyPathFactoryBeanTests extends TestCase {
@ -61,14 +70,16 @@ public class PropertyPathFactoryBeanTests extends TestCase {
@@ -61,14 +70,16 @@ public class PropertyPathFactoryBeanTests extends TestCase {