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

Method test7

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

Source from the content-addressed store, hash-verified

60 }
61
62 @Test
63 public void test7(){
64 Solar solar = new Solar(2020,9,23);
65 Assert.assertEquals(solar.toYmd(),"天秤",solar.getXingZuo());
66 solar = new Solar(2020,10,23);
67 Assert.assertEquals(solar.toYmd(),"天秤",solar.getXingZuo());
68 }
69
70 @Test
71 public void test8(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected