()
| 60 | } |
| 61 | |
| 62 | @Test |
| 63 | public void dumpToFilesDirectoryExistsIsWritable() throws Exception { |
| 64 | plot.dumpToFiles("/temp/opentsdb/s0M3haSh"); |
| 65 | } |
| 66 | |
| 67 | @Test(expected = IllegalArgumentException.class) |
| 68 | public void dumpToFilesDirectoryExistsNotWritable() throws Exception { |
nothing calls this directly
no test coverage detected