Searched refs:testOnly (Results 1 – 8 of 8) sorted by relevance
111 public final boolean testOnly; field in Run170 this.testOnly = vogar.testOnly; in Run()
204 boolean testOnly = false; field in Vogar314 System.out.println(" Default is: " + testOnly); in printUsage()
48 boolean testOnly() default false; in testOnly() method
60 setProperty(TestProperties.TEST_ONLY, testRunnerProperties.testOnly()); in apply()
91 boolean testOnly = Boolean.parseBoolean(properties.getProperty(TestProperties.TEST_ONLY)); in TestRunner()92 if (testOnly) { in TestRunner()
197 properties.setProperty(TestProperties.TEST_ONLY, Boolean.toString(run.testOnly)); in fillInProperties()
102 public void testOnly() { in testOnly() method in MatcherTest
629 bool testOnly = true; in logSamples() local635 testOnly = false; in logSamples()642 if (testOnly) in logSamples()