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

Method test6

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

Source from the content-addressed store, hash-verified

52 }
53
54 @Test
55 public void test6(){
56 Solar solar = new Solar(2020,8,23);
57 Assert.assertEquals(solar.toYmd(),"处女",solar.getXingZuo());
58 solar = new Solar(2020,9,22);
59 Assert.assertEquals(solar.toYmd(),"处女",solar.getXingZuo());
60 }
61
62 @Test
63 public void test7(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected