Help for this page

Select Code to Download


  1. or download this
    public class Foo
    {
        public void doSomething(Bar bar)
        { ... }
    }
    
  2. or download this
    public class FooTest
    {
    ...
            // check that the right things happened to bar    
        }    
    }