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. >
