| java.lang.Object test.triangle.CountCalls
CountCalls | public class CountCalls (Code) | | count the number of times something is called
used to check whether certain methods have been called
|
getNumCalls | public static int getNumCalls()(Code) | | |
incr | public static void incr()(Code) | | |
resetNumCalls | public static void resetNumCalls()(Code) | | |
|
|