public class

LogTimeRule

extends Object
implements TestRule
java.lang.Object
   ↳ com.atlassian.jira.functest.rule.LogTimeRule

Class Overview

Rule which adds logging before and after test execution.

Summary

Public Constructors
LogTimeRule(Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<FuncTestWebClientListener> webClientListenerSupplier, Supplier<Backdoor> backdorSupplier)
@Inject LogTimeRule(JIRAEnvironmentData environmentDataSupplier, Backdoor backdorSupplier)
Public Methods
Statement apply(Statement base, Description description)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.junit.rules.TestRule

Public Constructors

public LogTimeRule (Supplier<JIRAEnvironmentData> environmentDataSupplier, Supplier<FuncTestWebClientListener> webClientListenerSupplier, Supplier<Backdoor> backdorSupplier)

@Inject public LogTimeRule (JIRAEnvironmentData environmentDataSupplier, Backdoor backdorSupplier)

Public Methods

public Statement apply (Statement base, Description description)