MCPcopy Create free account
hub / github.com/MenoData/Time4J / print

Method print

base/src/test/java/net/time4j/calendar/TabotTest.java:96–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 @Test
97 public void print() throws IOException {
98 StringBuilder buffer = new StringBuilder();
99 EthiopianCalendar.TABOT.print(
100 EthiopianCalendar.of(EthiopianEra.AMETE_MIHRET, 2007, 13, 1), buffer, Attributes.empty());
101 assertThat(
102 buffer.toString(),
103 is("Lideta"));
104 }
105
106 @Test
107 public void parse() {

Callers

nothing calls this directly

Calls 4

ofMethod · 0.95
emptyMethod · 0.95
printMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected