()
| 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(){ |
nothing calls this directly
no test coverage detected