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

Method test15

src/test/java/test/SolarTest.java:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 }
100
101 @Test
102 public void test15(){
103 Solar solar = new Solar(2023, 1, 1);
104 Assert.assertEquals("2022-01-01", solar.next(-365).toYmd());
105 }
106
107 @Test
108 public void test16(){

Callers

nothing calls this directly

Calls 2

nextMethod · 0.95
toYmdMethod · 0.80

Tested by

no test coverage detected