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

Method testNext

src/test/java/test/LunarTest.java:177–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 @Test
178 public void testNext() {
179 Solar solar = new Solar(2020, 1, 10, 12, 0, 0);
180 Lunar lunar = solar.getLunar();
181 for (int i = -50; i < 50; i++) {
182 Assert.assertEquals("推移天数:" + i, solar.next(i).getLunar().toFullString(), lunar.next(i).toFullString());
183 }
184 }
185
186 @Test
187 public void test27() {

Callers

nothing calls this directly

Calls 5

getLunarMethod · 0.95
nextMethod · 0.95
nextMethod · 0.95
toFullStringMethod · 0.45
getLunarMethod · 0.45

Tested by

no test coverage detected