(String[] args)
| 29 | public GDALTestMultiDim() { } |
| 30 | |
| 31 | public static void main(String[] args) |
| 32 | { |
| 33 | gdal.AllRegister(); |
| 34 | |
| 35 | testMDArrayStuff(); |
| 36 | |
| 37 | System.out.println("Successfully tested MDArray code!"); |
| 38 | } |
| 39 | |
| 40 | private static void testMDArrayStuff() { |
| 41 |
nothing calls this directly
no test coverage detected