MCPcopy Create free account
hub / github.com/6tail/lunar-java / test9

Method test9

src/test/java/test/WeekTest.java:94–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 @Test
95 public void test9(){
96 Solar solar = Solar.fromYmd(9865, 7, 26);
97 Assert.assertEquals(3, solar.getWeek());
98 }
99
100 @Test
101 public void test10(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected