MCPcopy Create free account
hub / github.com/apache/orc / data

Method data

java/core/src/test/org/apache/orc/TestOrcTimezone3.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 static TimeZone defaultTimeZone = TimeZone.getDefault();
50
51 private static Stream<Arguments> data() {
52 return Stream.of(Arguments.of("America/Chicago", "America/Los_Angeles"));
53 }
54
55 @BeforeEach
56 public void openFileSystem(TestInfo testInfo) throws Exception {

Callers

nothing calls this directly

Calls 1

ofMethod · 0.80

Tested by

no test coverage detected