MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / dumpToFilesDirectoryExistsIsWritable

Method dumpToFilesDirectoryExistsIsWritable

test/graph/TestPlot.java:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

dumpToFilesMethod · 0.80

Tested by

no test coverage detected