@Test
public void testCompleteJavadoc() throws Exception
{
List<MergepointAction> mergepointActions
= new ArrayList<MergepointAction>();
mergepointActions.add(new OutputAction("Test-body for.a,javadoc"));
javadocOutlet.setMergepointMapping(
new MergepointMapping(
"body",
mergepointActions));
mergepointActions = new ArrayList<MergepointAction>();
mergepointActions.add(
new OutputAction("@param param1 description,of param1"));
javadocOutlet.setMergepointMapping(
new MergepointMapping(
"attributes",
mergepointActions));
OutletResult result = javadocOutlet.execute(new ControllerState());