mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Fix review comments
This commit is contained in:
parent
037a6f3219
commit
21e627da1c
@ -664,6 +664,9 @@ public class TestUtil {
|
||||
parameters[i] = Array.get(Array.newInstance(method.getParameterTypes()[i], 1), 0);
|
||||
}
|
||||
method.invoke(forwardingInstance, parameters);
|
||||
|
||||
// Reflective version of verify(delegate).method(parameters), to assert the expected method
|
||||
// was invoked on the delegate instance.
|
||||
method.invoke(verify(delegate), parameters);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user