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

Method test10

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

Source from the content-addressed store, hash-verified

66 }
67
68 @Test
69 public void test10() {
70 Lunar d = Lunar.fromYmdHms(2033, 1, 1, 12, 0,0);
71 Assert.assertEquals("七赤金摇光", d.getTimeNineStar().toString());
72 }
73
74 @Test
75 public void test11() {

Callers

nothing calls this directly

Calls 3

fromYmdHmsMethod · 0.95
getTimeNineStarMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected