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

Method test3

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

Source from the content-addressed store, hash-verified

23 }
24
25 @Test
26 public void test3() {
27 Lunar lunar = Lunar.fromYmd(2033, 1, 1);
28 Assert.assertEquals("四绿木天权", lunar.getYearNineStar().toString());
29 Assert.assertEquals("一白水天枢", lunar.getDayNineStar().toString());
30 }
31
32 @Test
33 public void test4() {

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