com.atlassian.jira.functest.config
Class BlankIgnoresFinder

java.lang.Object
  extended by com.atlassian.jira.functest.config.BlankIgnoresFinder

public final class BlankIgnoresFinder
extends Object

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

Since:
v4.3

Constructor Summary
BlankIgnoresFinder(String suiteName, Iterable<Class<? extends junit.framework.TestCase>> testsInSuite)
           
 
Method Summary
 void assertNoIgnoresWithoutReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlankIgnoresFinder

public BlankIgnoresFinder(String suiteName,
                          Iterable<Class<? extends junit.framework.TestCase>> testsInSuite)
Method Detail

assertNoIgnoresWithoutReason

public void assertNoIgnoresWithoutReason()


Copyright © 2002-2013 Atlassian. All Rights Reserved.