List<Match> tList = new ArrayList<Match>();
Match tMatch = new Match( 2, tFirstEntry, tSecondEntry );
tMatch.setSourceCodeSlice( "// ----- ACCESSEURS avec �l�ments -----" );
tList.add( tMatch );
CPDConfiguration cpdConfiguration = new CPDConfiguration();
cpdConfiguration.setMinimumTileSize( 100 );
cpdConfiguration.setLanguage( new JavaLanguage() );
cpdConfiguration.setEncoding( "UTF-8" );
CPD tCpd = new MockCpd( cpdConfiguration, tList.iterator() );
tCpd.go();
mojo.writeNonHtml( tCpd );