Searched refs:getDestfile (Results 1 – 3 of 3) sorted by relevance
40 assertEquals(AgentOptions.DEFAULT_DESTFILE, options.getDestfile()); in testDefaults()94 assertEquals("/target/test/test.exec", options.getDestfile()); in testPropertiesOptions()119 assertEquals("/var/test.exec", options.getDestfile()); in testGetDestile()126 assertEquals("/var/test.exec", options.getDestfile()); in testSetDestile()477 assertEquals("build/jacoco/foo, bar-1_0.exec", options.getDestfile()); in testOptionValueWithSpecialCharacters()
42 this.destFile = new File(options.getDestfile()).getAbsoluteFile(); in startup()
266 public String getDestfile() { in getDestfile() method in AgentOptions