Help for this page
public class Foo { public void doSomething(Bar bar) { ... } }
public class FooTest { ... // check that the right things happened to bar } }