More API cleanups
This commit is contained in:
parent
b8e4cc9d91
commit
80ea834ea2
2 changed files with 19 additions and 13 deletions
|
@ -245,7 +245,7 @@ class DokkaOperationTest {
|
|||
@Test
|
||||
void pluginClasspathTest() {
|
||||
var op = new DokkaOperation();
|
||||
|
||||
|
||||
op.pluginsClasspath(List.of(new File(FILE_1), new File(FILE_2)));
|
||||
assertThat(op.pluginsClasspath()).as("List(File...)").containsExactly(new File(FILE_1), new File(FILE_2));
|
||||
op.pluginsClasspath().clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue