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

Method test7

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

Source from the content-addressed store, hash-verified

62 }
63
64 @Test
65 public void test7() {
66 Lunar lunar = new Lunar(2020, -4, 2, 13, 0, 0);
67 Assert.assertEquals("二〇二〇年闰四月初二", lunar.toString());
68 Assert.assertEquals("2020-05-24", lunar.getSolar().toString());
69 }
70
71 @Test
72 public void test8() {

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.95
getSolarMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected