Releases: ThothTrustCom/JCOSTestKit
Releases · ThothTrustCom/JCOSTestKit
Release 1.0.0
Release 1.0.0
- Release format in zipped Eclipse project.
- Unzip the file and import into Eclipse project.
- Applet can be found in the 'applet-repo'. A zipped Eclipse project for the JavaCard applet (JC 3.0.4) is inside. You can build it yourself or use the deliverables folder CAP file.
- Plugins can be found in the 'plugin-repo' folder. A zipped Eclipse project for the Java SE plugin is inside. You ca build the project and copy the 'bin/plugin/DefaultPlugin.class' class file into '~/JCOSTestKit/ext/plugin' folder.
- Run project from IDE or from '~/JCOSTestKit/deliverables/JCOSTestKit.jar' as JAR file but the JAR file must be copied to base directory of JCOSTestKit project before running JAR file.
- Run the first command to list cards 'listcards'.
- Set the card which you want to test via 'setcard'.
- List test modules via 'listtestmods'.
- Select test module to execute via 'runtests' and then enter '0' if you only have one test plugin or if you have more, enter them in comma separated format '0,1,2'.