as in JMock? I have 0 experience with JMock, but I'll look into it. -- David
On Wed, Jul 22, 2009 at 2:42 PM, Ted Dunning<[email protected]> wrote: > Can you mock the object? (that counts as using reflection and more, but is > approved) > > On Wed, Jul 22, 2009 at 2:33 PM, David Hall <[email protected]> wrote: > >> Also, you can apparently create an inner class by saying >> >> MyObj.InnerClass ic = myObj.new InnerClass(args); >> >> This doesn't really get us very far though, without reflection. >> >
