Freedom, economy and information technology.
Random header image... Refresh for more!

Edivad: how to use old JUnit3 tests with JUnit4

The 4.x way is to use JDK (>=5) annotation, but if you for some reason have to use the JDK 1.4 you have two solutions. The one I prefer is to use junit 3.8.x but if you cannot tolerate the missing of JUnit 4.x in the attached PDF you’ll find the standard 4.x way (with annotation) and a workaround for using the old JUnit TestSuite syntax.

by /home/edivad.

At Gioorgi.com we do not see the point of using Annotations, anyway, this is JDK 5 babies.
So, thank you edivad for your help on finding a way to run junit3 tests on junit4!

January 24, 2009   No Comments

Using Python with IIS: how and common mistakes

Is it possible to use Python to write small ASP-like scripts. In this post we will see how to use it, and the common mistakes you can enconter in your road to the snake…
[Read more →]

December 12, 2008   No Comments