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

Method test9

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

Source from the content-addressed store, hash-verified

76 }
77
78 @Test
79 public void test9(){
80 Solar solar = new Solar(2020,11,23);
81 Assert.assertEquals(solar.toYmd(),"射手",solar.getXingZuo());
82 solar = new Solar(2020,12,21);
83 Assert.assertEquals(solar.toYmd(),"射手",solar.getXingZuo());
84 }
85
86 @Test
87 public void test10(){

Callers

nothing calls this directly

Calls 2

toYmdMethod · 0.95
getXingZuoMethod · 0.95

Tested by

no test coverage detected