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

Method test6

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

Source from the content-addressed store, hash-verified

74 }
75
76 @Test
77 public void test6(){
78 Solar solar = Solar.fromYmd(1582, 9, 30);
79 Assert.assertEquals(0, solar.getWeek());
80 }
81
82 @Test
83 public void test7(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected