MCPcopy Create free account
hub / github.com/MenoData/Time4J / getDate

Method getDate

base/src/test/java/net/time4j/AxisElementTest.java:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 private static final ChronoEntity<?> DATA = new RawEntity();
25
26 @Test
27 public void getDate() {
28 PlainDate date = PlainDate.of(2015, 8, 24);
29 assertThat(date.get(PlainDate.axis().element()), is(date));
30 }
31
32 @Test
33 public void mergeDate() {

Callers

nothing calls this directly

Calls 4

ofMethod · 0.95
axisMethod · 0.95
elementMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected