Hi folks, As my java application increases in complexity i want to write audit methods to make sure that i am doing the right thing.
How can i do it in java? thx
Hi folks, As my java application increases in complexity i want to write audit methods to make sure that i am doing the right thing.
How can i do it in java? thx
he probably means unit tests
check this to get started: http://junit.sourceforge.net/