public final class

BlankIgnoresFinder

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.config.BlankIgnoresFinder

Class Overview

Asserts that there are not tests in the suite with missing reason for @Ignore.

Summary

Public Constructors
BlankIgnoresFinder(String suiteName, Iterable<Class<? extends TestCase>> testsInSuite)
Public Methods
void assertNoIgnoresWithoutReason()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BlankIgnoresFinder (String suiteName, Iterable<Class<? extends TestCase>> testsInSuite)

Public Methods

public void assertNoIgnoresWithoutReason ()