Archive for the 'unit testing' Category
Eclipse Maven Integration
Honestly, I was pretty unsure regarding Maven at all. “Why should I port my projects from Ant, where everything is plain, simple and predictable? Single point integration jars are connected to their dependent projects, shared ones are extracted to a Libraries project. Deployment is as easy as checkout and build…” - I convinced myself.
But soon [...]
[ Back to top ]
Zend Studio for Eclipse Release & cetera
Dear diary,
I have 2 news for you today.
Today we successfully released Zend Studio for Eclipse. My contribution to it, beyond PDT commitments, is Sebastian Bergmann’s PHPUnit testing framework integration plug-in, File Network support, Organize Includes and other parts of Refactoring engine, Code Coverage browser… well, it seems that’s it. Maybe several additional, but minor [...]
[ Back to top ]
Dependency Injections in Java 5
Recently I’ve discovered a new “framework” which simplifies dependency injections in Java 5. It’s called Guice.
Well, what can I say. It indeed has sence. But what I’m wandering of is you need a framework for this thing. In PHP you can solve the problem in exactly x lines. And certainly don’t perform at lectures to explain the concept.
[ Back to top ]
PDT CodeDataResolver and ContentAssistSupport Unit Testing
Just wrote the subject related article here.
The article explains the concept of editor caret position based Unit Testing of editor links and code completion in PDT.
[ Back to top ]

