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

Method test2

src/test/java/test/NineStarTest.java:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 }
17
18 @Test
19 public void test2() {
20 Lunar lunar = Lunar.fromYmd(2022, 1, 1);
21 Assert.assertEquals("六白金开阳", lunar.getYearNineStar().toString());
22 Assert.assertEquals("四绿木天权", lunar.getDayNineStar().toString());
23 }
24
25 @Test
26 public void test3() {

Callers

nothing calls this directly

Calls 4

fromYmdMethod · 0.95
getYearNineStarMethod · 0.95
getDayNineStarMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected