com.atlassian.jira.webtests
Class CategorisingTestSuite.CategoryMatchPredicate

java.lang.Object
  extended by com.atlassian.jira.webtests.CategorisingTestSuite.CategoryMatchPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<Class<? extends junit.framework.TestCase>>
Enclosing class:
CategorisingTestSuite

public static class CategorisingTestSuite.CategoryMatchPredicate
extends Object
implements com.google.common.base.Predicate<Class<? extends junit.framework.TestCase>>


Constructor Summary
CategorisingTestSuite.CategoryMatchPredicate(Set<Category> includedCategories, Set<Category> excludedCategories)
           
 
Method Summary
 boolean apply(Class<? extends junit.framework.TestCase> input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

CategorisingTestSuite.CategoryMatchPredicate

public CategorisingTestSuite.CategoryMatchPredicate(Set<Category> includedCategories,
                                                    Set<Category> excludedCategories)
Method Detail

apply

public boolean apply(@Nullable
                     Class<? extends junit.framework.TestCase> input)
Specified by:
apply in interface com.google.common.base.Predicate<Class<? extends junit.framework.TestCase>>


Copyright © 2002-2013 Atlassian. All Rights Reserved.