Set of tests for OpenDNIe and OpenSC projects
Run with:
~opensc-testing-core$ mvn clean test
If you need use pin dialog (default test with 0000) see OpenSCTestBase and change:
... protected boolean requestPin = false; ...
If your slot it's diferent than 1 modify SecurityUtils:
... /** * SmartCard Reader slot (defaults 1) */ public static String SLOT = "1"; //TODO parametrize ...