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

Method maximumDate

base/src/test/java/net/time4j/MinMaxTest.java:45–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Test
46 public void maximumDate() {
47 assertThat(
48 PlainDate.axis().getMaximum(),
49 is(PlainDate.of(GregorianMath.MAX_YEAR, 12, 31)));
50 }
51
52 @Test
53 public void maximumTime() {

Callers

nothing calls this directly

Calls 3

axisMethod · 0.95
ofMethod · 0.95
getMaximumMethod · 0.65

Tested by

no test coverage detected