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

Method minimumMoment

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

Source from the content-addressed store, hash-verified

36 }
37
38 @Test
39 public void minimumMoment() {
40 assertThat(
41 Moment.axis().getMinimum(),
42 is(PlainTimestamp.axis().getMinimum().atUTC()));
43 }
44
45 @Test
46 public void maximumDate() {

Callers

nothing calls this directly

Calls 4

axisMethod · 0.95
axisMethod · 0.95
getMinimumMethod · 0.65
atUTCMethod · 0.65

Tested by

no test coverage detected