public class

EnableAttachmentsRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.functest.rules.EnableAttachmentsRule

Class Overview

Clean up attachments directory before and after the test case.

Summary

Fields
protected final Backdoor backdoor
protected final JIRAEnvironmentData environmentData
Public Constructors
EnableAttachmentsRule(FuncTestCase testCase)
EnableAttachmentsRule(Backdoor backdoor)
Public Methods
void after()
Statement apply(Statement base, Description description)
void before()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Fields

protected final Backdoor backdoor

protected final JIRAEnvironmentData environmentData

Public Constructors

public EnableAttachmentsRule (FuncTestCase testCase)

public EnableAttachmentsRule (Backdoor backdoor)

Public Methods

public void after ()

public Statement apply (Statement base, Description description)

public void before ()