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

Method getValue

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

Source from the content-addressed store, hash-verified

24 }
25
26 @Test
27 public void getValue() {
28 for (int i = 0; i < 12; i++) {
29 assertThat(Month.values()[i].getValue(), is(i + 1));
30 }
31 }
32
33 @Test
34 public void getQuarterOfYear() {

Callers

nothing calls this directly

Calls 2

getValueMethod · 0.65
valuesMethod · 0.45

Tested by

no test coverage detected