HomeSort by relevance Sort by last modified time
    Searched full:scriptbasename (Results 1 - 1 of 1) sorted by null

  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 295 String scriptBaseName = StringUtils.chompLast( FileUtils.basename( script.getName() ), "." );
306 writeReportFile( new File( reportDirectory, scriptBaseName + ".txt" ), report );
317 failureNames.add( scriptBaseName + "#" + test.getHeader() );

Completed in 206 milliseconds