Daily Archives: February 2, 2010

Unit tests with LiveScribe Penlets

Unit tests are of course really useful to make sure your code works and continues to work. I use JUnit for writing unit tests, but if you throw them into your ‘src’ directory, they get bundled into the penlet itself!  Not very desirable. Having a quick look at the ant script invoked to deploy a […]