ideaconsult / jna-inchi

Wrapper to access InChI from Java
GNU Lesser General Public License v2.1
0 stars 0 forks source link

added verification to RinchiDecompositionOutput constructor that the … #19

Closed uli-f closed 1 year ago

uli-f commented 1 year ago

…three arrays inchis, auxInfos and roles are either all null or got the same number of elements; catching the IllegalArgumentException thrown by the RinchiDecompositionOutput constructor in JnaRinchi and converting it to an error message; put in test cases for the RinchiDecompositionOutput constructor