I have a quick question.
Assume I have a class like:

public class Foo {
public void doSomething() {
...
}
}
In a test class, I have a mocked version of this object: