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

Method test1

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

Source from the content-addressed store, hash-verified

44 }
45
46 @Test
47 public void test1(){
48 Solar solar = Solar.fromYmd(1582, 10, 1);
49 Assert.assertEquals(1, solar.getWeek());
50 }
51
52 @Test
53 public void test2(){

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getWeekMethod · 0.95

Tested by

no test coverage detected