JavaCard applet unit-testing
843851Oct 19 2005 — edited Oct 21 2005Hello everybody!!!
I want to ask, does anybody tried to test an applet using JUnit?
I think it's a good practice. But, of course we can't use all the features of the JUnit with JavaCard Framework. For example, we can't put our test cases inside applet's package. I suppose, the main thing in unit-testing applets is to mock every APDU object for each method inside applet..
If anyone tried to unit-test applets, please, share your experience.
Regards, Eugene