Home
last modified time | relevance | path

Searched refs:tryToInstantiate (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/storage/io/src/test/java/org/openscience/cdk/io/
H A DChemObjectIOInstantionTests.java96 tryToInstantiate(format.getReaderClassName()); in testInstantion()
99 tryToInstantiate(format.getWriterClassName()); in testInstantion()
104 private void tryToInstantiate(String className) { in tryToInstantiate() method in ChemObjectIOInstantionTests