Class TestAdvancedAuditingCoverageLevel

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.admin.audit.TestAdvancedAuditingCoverageLevel

public final class TestAdvancedAuditingCoverageLevel extends BaseJiraFuncTest
An advanced Audit log generates new events. For example, every new search on Global Audit results in a new Audit event. If your test is interested in the number of audit entities you will have to take those generated events into the consideration.
  • Constructor Details

    • TestAdvancedAuditingCoverageLevel

      public TestAdvancedAuditingCoverageLevel()
  • Method Details

    • dcShouldAuditFullEventWhenCoverageIsFull

      public void dcShouldAuditFullEventWhenCoverageIsFull()
    • dcShouldAuditFullEventWhenCoverageIsOff

      public void dcShouldAuditFullEventWhenCoverageIsOff()
    • dcShouldAuditFullEventWhenCoverageIsFullAndZeroWhenCoverageIsOff

      public void dcShouldAuditFullEventWhenCoverageIsFullAndZeroWhenCoverageIsOff() throws InterruptedException
      Throws:
      InterruptedException