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

Method dumpToFilesNotADirectory

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

Source from the content-addressed store, hash-verified

86 }
87
88 @Test(expected = IllegalArgumentException.class)
89 public void dumpToFilesNotADirectory() throws Exception {
90 PowerMockito.when(mockFile, "exists").thenReturn(true);
91 PowerMockito.when(mockFile, "isDirectory").thenReturn(false);
92 plot.dumpToFiles("/temp/opentsdb/s0M3haSh");
93 }
94}

Callers

nothing calls this directly

Calls 1

dumpToFilesMethod · 0.80

Tested by

no test coverage detected