for Keith and his binder: fault in support for maps (if attempt made to reference into null map) and for general objects, e.g. foo.bar if foo was null, attempt to dynamically build foo.
This commit is contained in:
@@ -357,7 +357,6 @@ public class GenericBinderTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void bindToMapElements() {
|
||||
binder.addBinding("favoriteFoodsByGroup");
|
||||
Map<String, String> values = new LinkedHashMap<String, String>();
|
||||
@@ -401,7 +400,6 @@ public class GenericBinderTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void bindToNullObjectPath() {
|
||||
binder.addBinding("primaryAddress.street");
|
||||
binder.addBinding("primaryAddress.city");
|
||||
|
||||
Reference in New Issue
Block a user