Using JUnit DataPoints and Theories

July 13th, 2009

Today I was digging something for one of my custom projects in JUnit’s package and I came across with very nice feature. I think it’s going to make much more sense after my first article about JUnit’s @Parameterized annotation.

TDD

No Comments

Tips For Better Tests – Part 2

May 2nd, 2009

In the last post, I tried to roughly touch Unit Tests and what/how many and when to test our Units. For more information about that topic, please go back to first article.

TDD

No Comments

How to Get Rid of Security Policy Error

April 3rd, 2009

This week, after getting my new MBP, I was trying to deploy my new iPhone application to my testing device (iPhone 3G). After going through all code signing/provisioning issues I managed to deploy my app. However, when GDM tries to run it, I was getting an exception that says “Error from Debugger: Error launching remote program: Security policy Error“.

iPhone

32 Comments