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

Method test10

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

Source from the content-addressed store, hash-verified

98 }
99
100 @Test
101 public void test10(){
102 Assert.assertEquals(6, Solar.fromYmd(1961, 9, 30).getWeek());
103 Assert.assertEquals(6, Solar.fromYmdHms(1961, 9, 30, 23, 59, 59).getWeek());
104 Assert.assertEquals(6, Solar.fromYmdHms(1961, 9, 30, 20, 0, 0).getWeek());
105 }
106
107 @Test
108 public void test11(){

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
fromYmdHmsMethod · 0.95
getWeekMethod · 0.45

Tested by

no test coverage detected