com.atlassian.jira.functest.framework.suite
Class Transforms

java.lang.Object
  extended by com.atlassian.jira.functest.framework.suite.Transforms

public final class Transforms
extends Object

Transforms based on JUnit4 sorters and filters.

Since:
v4.4

Method Summary
static SuiteTransform fromFilter(org.junit.runner.manipulation.Filter filter)
           
static SuiteTransform fromSorter(org.junit.runner.manipulation.Sorter sorter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromSorter

public static SuiteTransform fromSorter(org.junit.runner.manipulation.Sorter sorter)

fromFilter

public static SuiteTransform fromFilter(org.junit.runner.manipulation.Filter filter)


Copyright © 2002-2013 Atlassian. All Rights Reserved.