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

Method test8

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

Source from the content-addressed store, hash-verified

69 }
70
71 @Test
72 public void test8() {
73 Lunar lunar = new Lunar(2020, 12, 10, 13, 0, 0);
74 Assert.assertEquals("二〇二〇年腊月初十", lunar.toString());
75 Assert.assertEquals("2021-01-22", lunar.getSolar().toString());
76 }
77
78 @Test
79 public void test9() {

Callers

nothing calls this directly

Calls 3

toStringMethod · 0.95
getSolarMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected