Skip to content

Commit

Permalink
Version 1.0.2.0 with jar libraries for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zielesny committed Mar 4, 2019
1 parent 3a068bf commit 2203b71
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Basic/Basic usage instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ Basic usage instructions with your Java IDE of choice and Java 1.8 (or higher)
--------------------------------------------------------------------------------
1. Create new or open existing Java project with unit testing
(JUnit version 4 or higher - for download & install instructions see
https://github.com/junit-team/junit4/wiki/Download-and-Install)
2. Add "cdk-2.2.jar" library (located in super directory "CDK") to the Java
https://github.com/junit-team/junit4/wiki/Download-and-Install. As an
alternative you may directly add jar libraries "junit-4.12.jar" and
"hamcrest-core-1.3.jar" - located in super directory "JUnit 4" - for unit
testing).
2. Add "cdk-2.2.jar" library - located in super directory "CDK" - to the Java
project (if necessary)
3. Create package "org.openscience.cdk.tools" (if necessary) and import file
"ErtlFunctionalGroupsFinder.java". Create package
Expand Down
7 changes: 5 additions & 2 deletions Evaluation/Evaluation usage instructions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Evaluation usage instructions with your Java IDE of choice and Java 1.8
--------------------------------------------------------------------------------
1. Create new or open existing Java project with unit testing
(JUnit version 4 or higher - for download & install instructions see
https://github.com/junit-team/junit4/wiki/Download-and-Install)
2. Add "cdk-2.2.jar" library (located in super directory "CDK") to the Java
https://github.com/junit-team/junit4/wiki/Download-and-Install. As an
alternative you may directly add jar libraries "junit-4.12.jar" and
"hamcrest-core-1.3.jar" - located in super directory "JUnit 4" - for unit
testing).
2. Add "cdk-2.2.jar" library - located in super directory "CDK" - to the Java
project (if necessary)
3. Create package "org.openscience.cdk.tools" (if necessary) and import file
"ErtlFunctionalGroupsFinder.java". Create package
Expand Down
Binary file added JUnit 4/hamcrest-core-1.3.jar
Binary file not shown.
Binary file added JUnit 4/junit-4.12.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Folder **CDK** contains CDK library jar file *cdk-2.2.jar* that ErtlFunctionalGr

Folder **Evaluation** contains sample code for evaluation of functional groups with ErtlFunctionalGroupsFinder (see instructions in *Evaluation usage instructions.txt*).

Folder **JUnit 4** contains library jar files for unit testing.

Folder **Performance** contains a jar library for performance tests (see instructions in *Performance usage instructions.txt*).

ErtlFunctionalGroupsFinder is currently under scientific review - more detailed information will be available soon.
Expand Down

0 comments on commit 2203b71

Please sign in to comment.