|
|
Re: Invoker
|
Posted: Apr 19, 2003 3:39 AM
|
|
Invoker was our first attempt at enabling the testing of private methods, but I since learned a better way from Vladimir Bossicard. Invoker was in the public API, but right before the first public release I made it package access, because I wasn't sure it was the right way to do private method testing, and I didn't have time to document it. Turns out it wasn't the right way to do it. So invoker may disappear entirely in a future release (this is a package access type), or I may still use it to implement private method testing, but in a slightly different way than originally envisioned.
One thing I'm concerned about with the execution of private methods is that it could open up a security hole in someone's software if they distribute suiterunner.jar in their war file, for example.
|
|