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

Method test1

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

Source from the content-addressed store, hash-verified

13public class LiuYaoTest {
14
15 @Test
16 public void test1(){
17 Solar solar = new Solar(2020,4,23);
18 Lunar lunar = solar.getLunar();
19 Assert.assertEquals(lunar.toString(),"佛灭",lunar.getLiuYao());
20 }
21
22 @Test
23 public void test2(){

Callers

nothing calls this directly

Calls 3

getLunarMethod · 0.95
toStringMethod · 0.95
getLiuYaoMethod · 0.95

Tested by

no test coverage detected