public class

CategoryFilter

extends Filter
java.lang.Object
   ↳ org.junit.runner.manipulation.Filter
     ↳ com.atlassian.jira.functest.framework.suite.CategoryFilter

Class Overview

A Junit4 filter that filters given set of tests by the included and excluded web test categories.

NOTE: shamelessly ripped off from the org.junit.experimental.categories.Categories code. Sorry for that Kent!

Summary

[Expand]
Inherited Fields
From class org.junit.runner.manipulation.Filter
Public Constructors
CategoryFilter(Set<Category> includedCategories, Set<Category> excludedCategories)
Public Methods
String describe()
boolean shouldRun(Description description)
[Expand]
Inherited Methods
From class org.junit.runner.manipulation.Filter
From class java.lang.Object

Public Constructors

public CategoryFilter (Set<Category> includedCategories, Set<Category> excludedCategories)

Public Methods

public String describe ()

public boolean shouldRun (Description description)