assertNotNull( this.limb.getPosition() );
}
public void testPropertyListInOptionsOverridesDefaultList() throws Exception
{
Options options = new Options();
options.setLimbPropertiesToKeep( "feature,intersection,label" );
LeanBeanLimbRefiner testObj = new LeanBeanLimbRefiner();
testObj.setDefaultBeanProperties( "edges,label,position" );
testObj.refine( this.limb, null, options );