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

Method test27

src/test/java/test/LunarTest.java:186–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 @Test
187 public void test27() {
188 Solar solar = Solar.fromYmd(1989, 4, 28);
189 Lunar lunar = solar.getLunar();
190 Assert.assertEquals(23, lunar.getDay());
191 }
192
193 @Test
194 public void test28() {

Callers

nothing calls this directly

Calls 3

fromYmdMethod · 0.95
getLunarMethod · 0.95
getDayMethod · 0.95

Tested by

no test coverage detected