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

Method minimumDate

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

Source from the content-addressed store, hash-verified

15public class MinMaxTest {
16
17 @Test
18 public void minimumDate() {
19 assertThat(
20 PlainDate.axis().getMinimum(),
21 is(PlainDate.of(GregorianMath.MIN_YEAR, 1)));
22 }
23
24 @Test
25 public void minimumTime() {

Callers

nothing calls this directly

Calls 3

axisMethod · 0.95
ofMethod · 0.95
getMinimumMethod · 0.65

Tested by

no test coverage detected