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

Method test6

src/test/java/test/LiuYaoTest.java:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Test
51 public void test6(){
52 Solar solar = new Solar(2020,6,1);
53 Lunar lunar = solar.getLunar();
54 Assert.assertEquals(lunar.toString(),"先胜",lunar.getLiuYao());
55 }
56
57 @Test
58 public void test7(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getLiuYaoMethod · 0.95

Tested by

no test coverage detected