There are currently 18 .groovy files that have Spock tests in NetCDF-java. These should be converted to JUnit tests and then the dependencies on groovy and spock should be removed from the gradle build files. Some tests may need to to be altered because you can test private methods with Spock but not with JUnit.
Overview
There are currently 18
.groovy
files that have Spock tests in NetCDF-java. These should be converted to JUnit tests and then the dependencies on groovy and spock should be removed from the gradle build files. Some tests may need to to be altered because you can test private methods with Spock but not with JUnit.Files
To convert:
These tests are testing no longer used legacy code and so can just be removed:
UnloadedNc4IospSpec
may be a good one to start with as it does not look too complicated.