com.atlassian.jira.functest.framework.util.junit
Class JUnitPredicates

java.lang.Object
  extended by com.atlassian.jira.functest.framework.util.junit.JUnitPredicates

public final class JUnitPredicates
extends Object

Common JUnit4 predicates.

Since:
v4.4

Method Summary
static com.google.common.base.Predicate<org.junit.runner.Description> isSuite()
           
static com.google.common.base.Predicate<org.junit.runner.Description> isTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isTest

public static com.google.common.base.Predicate<org.junit.runner.Description> isTest()

isSuite

public static com.google.common.base.Predicate<org.junit.runner.Description> isSuite()


Copyright © 2002-2014 Atlassian. All Rights Reserved.