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

Method test10

src/test/java/test/XingZuoTest.java:86–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 @Test
87 public void test10(){
88 Solar solar = new Solar(2020,12,22);
89 Assert.assertEquals(solar.toYmd(),"摩羯",solar.getXingZuo());
90 solar = new Solar(2021,1,19);
91 Assert.assertEquals(solar.toYmd(),"摩羯",solar.getXingZuo());
92 }
93
94 @Test
95 public void test11(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected