Searched refs:randomTimeZone (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DLuceneTestCase.java226 timeZone = TEST_TIMEZONE.equals("random") ? randomTimeZone(random) : TimeZone.getTimeZone(TEST_TIMEZONE);
1051 public static TimeZone randomTimeZone(Random random) { method in class:LuceneTestCase
/lucene-3.6.0/lucene/contrib/queryparser/src/test/org/apache/lucene/queryParser/standard/
H A DTestNumericQueryParser.java111 TIMEZONE = randomTimeZone(random);
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java303 timeZone = TEST_TIMEZONE.equals("random") ? randomTimeZone(random) : TimeZone.getTimeZone(TEST_TIMEZONE);
1230 public static TimeZone randomTimeZone(Random random) { method in class:LuceneTestCase

Completed in 64 milliseconds