2425262728293031
@RunWith(ScriptRunner.class) public class PropertyTest { @Test public void getBean() throws Exception { ListProperty property = I.make(ListProperty.class); assert property.getBean() == null; }