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

Method test2

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

Source from the content-addressed store, hash-verified

20 }
21
22 @Test
23 public void test2(){
24 Solar solar = new Solar(2021,1,15);
25 Lunar lunar = solar.getLunar();
26 Assert.assertEquals(lunar.toString(),"友引",lunar.getLiuYao());
27 }
28
29 @Test
30 public void test3(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getLiuYaoMethod · 0.95

Tested by

no test coverage detected