Added ObjectConfiguration as a holder for setter configuration (there will be more...
[utils] / system / general / src / test / java / org / wamblee / system / adapters / ObjectAdapterTest.java
index 572629fc3440b936a9acba6d64a0145d981f30bf..2a06375e4855e2127e57d04161c9c5ae9704adc4 100644 (file)
@@ -35,7 +35,7 @@ public class ObjectAdapterTest extends AdapterTestCase {
            x1Config.getConstructorConfig().getParameters().setValue(0, "hello");
               
         ClassConfiguration x4Config = new ClassConfiguration(X4.class);
-        SetterConfiguration x8Config = new SetterConfiguration(X8.class);
+        ObjectConfiguration x8Config = new ObjectConfiguration(X8.class);
         
         X1 x1 = new X1(); 
         X8 x8 = new X8(x1);