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

Method merge

base/src/test/java/net/time4j/TimeCreationTest.java:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Test(expected=IllegalArgumentException.class)
77 public void merge() {
78 PlainTime.axis().createFrom(
79 Moment.UNIX_EPOCH, Attributes.empty(), false, false);
80 }
81
82 @Test
83 public void mergeLax() {

Callers

nothing calls this directly

Calls 3

axisMethod · 0.95
emptyMethod · 0.95
createFromMethod · 0.65

Tested by

no test coverage detected