Searched refs:lockLikeObject (Results 1 – 1 of 1) sorted by relevance
59 private final L lockLikeObject; field in TestThread66 public TestThread(L lockLikeObject, String threadName) { in TestThread() argument68 this.lockLikeObject = checkNotNull(lockLikeObject); in TestThread()216 return getMethod(methodName, arguments).invoke(lockLikeObject, arguments); in invokeMethod()220 METHODS: for (Method method : lockLikeObject.getClass().getMethods()) { in getMethod()