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

Method test4

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

Source from the content-addressed store, hash-verified

62 }
63
64 @Test
65 public void test4(){
66 Solar solar = Solar.fromYmd(1129, 11, 1);
67 Assert.assertEquals(5, solar.getWeek());
68 }
69
70 @Test
71 public void test5(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected