Searched refs:REPORTER (Results 1 – 5 of 5) sorted by relevance
172 #define INFOF(REPORTER, ...) \ argument174 if ((REPORTER)->verbose()) { \221 #define REQUIRE_PDF_DOCUMENT(TEST_NAME, REPORTER) \ argument226 INFOF(REPORTER, "PDF disabled; %s test skipped.", #TEST_NAME); \
170 #define INFOF(REPORTER, ...) \ argument172 if ((REPORTER)->verbose()) { \225 #define REQUIRE_PDF_DOCUMENT(TEST_NAME, REPORTER) \ argument230 INFOF(REPORTER, "PDF disabled; %s test skipped.", #TEST_NAME); \
87 public static final String REPORTER = "-reporter"; field in CommandLineArgs88 @Parameter(names = REPORTER, description = "Extended configuration for custom report listener")
600 argv.add(CommandLineArgs.REPORTER); in addReporterConfigs()
1632 String reporterConfigs = (String) cmdLineArgs.get(CommandLineArgs.REPORTER); in configure()