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

Method test3

src/test/java/sample/BaZiTest.java:33–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 @Test
34 public void test3(){
35 Solar solar = new Solar(2020,1,6,3,35,0);
36 Lunar lunar = solar.getLunar();
37 //[己亥, 丁丑, 戊辰, 癸亥]
38 System.out.println(lunar.getBaZi());
39 }
40
41 @Test
42 public void test4(){

Callers

nothing calls this directly

Calls 2

getLunarMethod · 0.95
getBaZiMethod · 0.95

Tested by

no test coverage detected