com.atlassian.jira.functest.rules
Class CopyAttachmentsRule
java.lang.Object
com.atlassian.jira.functest.rules.RemoveAttachmentsRule
com.atlassian.jira.functest.rules.CopyAttachmentsRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class CopyAttachmentsRule
- extends RemoveAttachmentsRule
Cleans up the attachments directory and copies set of attachments into the directory. Cleans up the attachments dir after the test.
- Since:
- v6.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyAttachmentsRule
public CopyAttachmentsRule(FuncTestCase testCase)
copyAttachmentsFrom
public void copyAttachmentsFrom(String subDirectory)
Copyright © 2002-2014 Atlassian. All Rights Reserved.