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

Method test25

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

Source from the content-addressed store, hash-verified

161 }
162
163 @Test
164 public void test25() {
165 Solar solar = new Solar(2021, 6, 7, 21, 18, 0);
166 Lunar lunar = solar.getLunar();
167 Assert.assertEquals("二〇二一年四月廿七", lunar.toString());
168 }
169
170 @Test
171 public void test26() {

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected