public void testNominal() throws Exception
{
LeanBeanLimbRefiner testObj = new LeanBeanLimbRefiner();
testObj.setDefaultBeanProperties( "edges,label,position" );
testObj.refine( this.limb, null, null );
assertNotNull( this.limb.getEdges() );
assertNull( this.limb.getFeature() );
assertNull( this.limb.getIntersection() );
assertNotNull( this.limb.getLabel() );