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

Method test11

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

Source from the content-addressed store, hash-verified

72 }
73
74 @Test
75 public void test11() {
76 Lunar d = Lunar.fromYmdHms(2011, 5, 3, 23, 0,0);
77 Assert.assertEquals("七赤金摇光", d.getTimeNineStar().toString());
78 }
79
80 @Test
81 public void test12() {

Callers

nothing calls this directly

Calls 3

fromYmdHmsMethod · 0.95
getTimeNineStarMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected