3536373839404142434445
@Test public void testSimpleBinding() throws Exception { NestedBindableBean nested = new NestedBindableBean(); BindableBean bindable = new BindableBean(); bindable.setNestedBindableBean(nested); bindable.setIntegerValue("5");