public static void incrementCounter(int amount)(Code)
Increment the current value of the counter by the specified amount.
Parameters: amount - Amount to be added to the current counter
incrementCounter
public static void incrementCounter(Number amount)(Code)
Increments the current value of the count by the
specified amount * 2. It has the same name
as the method above so as to test the looseness
of getMethod.