MCPcopy Index your code
hub / github.com/exercism/java / add

Method add

exercises/practice/clock/src/main/java/Clock.java:7–9  ·  view source on GitHub ↗
(int minutes)

Source from the content-addressed store, hash-verified

5 }
6
7 void add(int minutes) {
8 throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
9 }
10
11 @Override
12 public String toString() {

Callers 15

addMinutesMethod · 0.95
addNoMinutesMethod · 0.95
addToNextHourMethod · 0.95
addMoreThanOneHourMethod · 0.95
addAcrossMidnightMethod · 0.95
addMoreThanOneDayMethod · 0.95
addMoreThanTwoDaysMethod · 0.95
subtractMinutesMethod · 0.95

Calls

no outgoing calls

Tested by 15

addMinutesMethod · 0.76
addNoMinutesMethod · 0.76
addToNextHourMethod · 0.76
addMoreThanOneHourMethod · 0.76
addAcrossMidnightMethod · 0.76
addMoreThanOneDayMethod · 0.76
addMoreThanTwoDaysMethod · 0.76
subtractMinutesMethod · 0.76