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

Method test2

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

Source from the content-addressed store, hash-verified

50 }
51
52 @Test
53 public void test2(){
54 Solar solar = Solar.fromYmd(1582, 10, 15);
55 Assert.assertEquals(5, solar.getWeek());
56 }
57
58 @Test
59 public void test3(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected