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

Method test8

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

Source from the content-addressed store, hash-verified

86 }
87
88 @Test
89 public void test8(){
90 Solar solar = Solar.fromYmd(1500, 2, 29);
91 Assert.assertEquals(6, solar.getWeek());
92 }
93
94 @Test
95 public void test9(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected