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

Method test34

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

Source from the content-addressed store, hash-verified

231 }
232
233 @Test
234 public void test34() {
235 Lunar lunar = Lunar.fromYmd(37, -12, 1);
236 Assert.assertEquals("闰腊", lunar.getMonthInChinese());
237 }
238
239 @Test
240 public void test35() {

Callers

nothing calls this directly

Calls 2

fromYmdMethod · 0.95
getMonthInChineseMethod · 0.95

Tested by

no test coverage detected