}
public void testMarkerFileException()
{
// this stub wraps the file with an object to throw exceptions
StubDefaultFileMarkerHandler handler = new StubDefaultFileMarkerHandler( artifacts.get( 0 ),
this.outputFolder );
try
{
handler.setMarker();
fail( "Expected an Exception here" );
}
catch ( MojoExecutionException e )
{